#include <sequenceeditorguiactions.h>
Public Member Functions | |
TrackAction (std::string trackID) | |
![]() | |
virtual | ~Action ()=default |
template<typename T > | |
bool | isAction () |
template<typename T > | |
T * | getDerived () |
Public Attributes | |
std::string | mTrackID |
![]() | |
bool | mTakeSnapshot = true |
TrackAction is the base class for any action that happens on a track Every track action has a track id, which identifies the track that the action applies to
|
explicit |
std::string mTrackID |