#include <sequenceeditorguiactions.h>
Public Member Functions | |
| 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 | |
| std::string | mTrackID |
Public Attributes inherited from Action | |
| 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 |