#include <sequenceeditorguiactions.h>
Public Member Functions | |
AssignOutputIDToTrack (const std::string &trackID, std::string outputID) | |
![]() | |
TrackAction (std::string trackID) | |
![]() | |
virtual | ~Action ()=default |
template<typename T > | |
bool | isAction () |
template<typename T > | |
T * | getDerived () |
Public Attributes | |
std::string | mOutputID |
![]() | |
std::string | mTrackID |
![]() | |
bool | mTakeSnapshot = true |
Action when assigned a new output id to track
AssignOutputIDToTrack | ( | const std::string & | trackID, |
std::string | outputID | ||
) |
Constructor
trackID | the track id |
outputID | the output id |
std::string mOutputID |