#include <sequenceeventtrackview_guiactions.h>
Public Member Functions | |
InsertEventSegmentPopup (const std::string &trackID, double time) | |
![]() | |
TrackAction (std::string trackID) | |
![]() | |
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 |
![]() | |
std::string | mTrackID |
![]() | |
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 |