#include <sequenceeditorguiactions.h>
Public Member Functions | |
| AssignOutputIDToTrack (const std::string &trackID, std::string outputID) | |
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 | |
| std::string | mOutputID |
Public Attributes inherited from TrackAction | |
| std::string | mTrackID |
Public Attributes inherited from Action | |
| 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 |