#include <sequenceeditorguiactions.h>
Public Member Functions | |
| InsertingSegmentPopup (std::string trackID, double time, const rttr::type &trackType) | |
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 |
| double | mTime |
| rttr::type | mTrackType |
| std::string | mErrorString |
Public Attributes inherited from TrackAction | |
| std::string | mTrackID |
Public Attributes inherited from Action | |
| 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 |