#include <sequenceeditorguiactions.h>
Public Member Functions | |
EditSequenceMarkerPopup (std::string id, std::string message, double time) | |
![]() | |
virtual | ~Action ()=default |
template<typename T > | |
bool | isAction () |
template<typename T > | |
T * | getDerived () |
Public Attributes | |
std::string | mID |
bool | mOpened = false |
double | mTime |
std::string | mMessage = "Message" |
![]() | |
bool | mTakeSnapshot = true |
Action when inside edit marker popup
EditSequenceMarkerPopup | ( | std::string | id, |
std::string | message, | ||
double | time | ||
) |
Constructor
id | the id of the marker |
message | the marker message |
time | time at which to insert the marker in sequence ( seconds ) |
std::string mID |
std::string mMessage = "Message" |
bool mOpened = false |
double mTime |