#include <sequenceaudiotrackview_guiactions.h>
Public Member Functions | |
DraggingRightAudioSegmentHandler (std::string trackID, std::string segmentID) | |
![]() | |
TrackAction (std::string trackID) | |
![]() | |
virtual | ~Action ()=default |
template<typename T > | |
bool | isAction () |
template<typename T > | |
T * | getDerived () |
Public Attributes | |
std::string | mSegmentID |
![]() | |
std::string | mTrackID |
![]() | |
bool | mTakeSnapshot = true |
Action is invoked when user is dragging the right handler of the audio segment
DraggingRightAudioSegmentHandler | ( | std::string | trackID, |
std::string | segmentID | ||
) |
Constructor
trackID | the track id of the track that contains the segment being edited |
segmentID | the segment id of the segment being edited |
std::string mSegmentID |