#include <sequenceeditorguiactions.h>
Public Member Functions | |
HoveringSegment (std::string trackID, std::string segmentID) | |
![]() | |
TrackAction (std::string trackID) | |
![]() | |
virtual | ~Action ()=default |
template<typename T > | |
bool | isAction () |
template<typename T > | |
T * | getDerived () |
Public Attributes | |
std::string | mSegmentID |
![]() | |
std::string | mTrackID |
![]() | |
bool | mTakeSnapshot = true |
Action when hovering a segment
HoveringSegment | ( | std::string | trackID, |
std::string | segmentID | ||
) |
Constructor
trackID | track id of the track containing the segment we are hovering |
segmentID | segment id |
std::string mSegmentID |