#include <sequenceeditorguiactions.h>
Public Member Functions | |
EditSegmentPopup (std::string trackID, std::string segmentID, const rttr::type &segmentType) | |
![]() | |
TrackAction (std::string trackID) | |
![]() | |
virtual | ~Action ()=default |
template<typename T > | |
bool | isAction () |
template<typename T > | |
T * | getDerived () |
Public Attributes | |
bool | mOpened = false |
std::string | mSegmentID |
rttr::type | mSegmentType |
![]() | |
std::string | mTrackID |
![]() | |
bool | mTakeSnapshot = true |
Action when inside edit segment popup
EditSegmentPopup | ( | std::string | trackID, |
std::string | segmentID, | ||
const rttr::type & | segmentType | ||
) |
Constructor
trackID | the track id of the track containing the segment being edited |
segmentID | the segment id being edited |
segmentType | type info about the segment being edited |
bool mOpened = false |
std::string mSegmentID |
rttr::type mSegmentType |