#include <sequenceeditorguiactions.h>
Public Member Functions | |
| DraggingTrackExtensionHandler (std::string trackId) | |
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 () |
Additional Inherited Members | |
Public Attributes inherited from TrackAction | |
| std::string | mTrackID |
Public Attributes inherited from Action | |
| bool | mTakeSnapshot = true |
A TrackAction that tells the GUI we're dragging the bottom extension handler for trackheight
| DraggingTrackExtensionHandler | ( | std::string | trackId | ) |
Constructor
| trackId | track id of the track holding the segment being edited |