#include <sequenceeditorguiactions.h>
Public Member Functions | |
| EditSequenceMarkerPopup (std::string id, std::string message, double time) | |
Public Member Functions inherited from Action | |
| 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" |
Public Attributes inherited from Action | |
| 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 |