#include <sequenceeditorguiactions.h>
Public Member Functions | |
| EditSegmentPopup (std::string trackID, std::string segmentID, const rttr::type &segmentType) | |
Public Member Functions inherited from TrackAction | |
| TrackAction (std::string trackID) | |
Public Member Functions inherited from Action | |
| virtual | ~Action ()=default |
| template<typename T > | |
| bool | isAction () |
| template<typename T > | |
| T * | getDerived () |
Public Attributes | |
| bool | mOpened = false |
| std::string | mSegmentID |
| rttr::type | mSegmentType |
Public Attributes inherited from TrackAction | |
| std::string | mTrackID |
Public Attributes inherited from Action | |
| 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 |