#include <sequenceeditorguiactions.h>
Public Member Functions | |
InsertingSegmentPopup (std::string trackID, double time, const rttr::type &trackType) | |
![]() | |
TrackAction (std::string trackID) | |
![]() | |
virtual | ~Action ()=default |
template<typename T > | |
bool | isAction () |
template<typename T > | |
T * | getDerived () |
Public Attributes | |
bool | mOpened = false |
double | mTime |
rttr::type | mTrackType |
std::string | mErrorString |
![]() | |
std::string | mTrackID |
![]() | |
bool | mTakeSnapshot = true |
Action for when inside insert segment popup
InsertingSegmentPopup | ( | std::string | trackID, |
double | time, | ||
const rttr::type & | trackType | ||
) |
Constructor
trackID | the track id |
time | the time at which a segment is being inserted |
trackType | trackType information about the track trackType |
std::string mErrorString |
bool mOpened = false |
double mTime |
rttr::type mTrackType |