#include <sequenceeditorguiactions.h>
Public Member Functions | |
| ChangeTrackName (const std::string &id, const std::string &newName) | |
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 | mNewTrackName |
Public Attributes inherited from TrackAction | |
| std::string | mTrackID |
Public Attributes inherited from Action | |
| bool | mTakeSnapshot = true |
Action that tells the gui to change the name of a track
| ChangeTrackName | ( | const std::string & | id, |
| const std::string & | newName | ||
| ) |
| std::string mNewTrackName |