#include <sequenceeditorguiactions.h>
Public Member Functions | |
| HoveringSegment (std::string trackID, std::string segmentID) | |
Public Member Functions inherited from TrackAction | |
| TrackAction (std::string trackID) | |
Public Member Functions inherited from Action | |
| virtual | ~Action ()=default |
| template<typename T > | |
| bool | isAction () |
| template<typename T > | |
| T * | getDerived () |
Public Attributes | |
| std::string | mSegmentID |
Public Attributes inherited from TrackAction | |
| std::string | mTrackID |
Public Attributes inherited from Action | |
| 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 |