#include <sequenceeventtrackview_guiactions.h>
Public Member Functions | |
| InsertEventSegmentPopup (const std::string &trackID, double time) | |
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 | |
| bool | mOpened = false |
| double | mTime |
| std::string | mMessage = "hello world" |
| std::string | mErrorString |
Public Attributes inherited from TrackAction | |
| std::string | mTrackID |
Public Attributes inherited from Action | |
| bool | mTakeSnapshot = true |
TrackAction that tells the GUI we're currently in an insert event segment popup
| InsertEventSegmentPopup | ( | const std::string & | trackID, |
| double | time | ||
| ) |
Constructor
| trackID | the track id of the track where the new segment should be inserted |
| time | the time at which to insert the track |
| std::string mErrorString |
| std::string mMessage = "hello world" |
| bool mOpened = false |
| double mTime |