#include <sequenceeditorguiactions.h>
Public Member Functions | |
| DraggingSegment (std::string trackId, std::string segmentID, double newDuration, bool moveNextSegments) | |
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 | mSegmentID |
| double | mNewDuration |
| bool | mMoveNextSegments = false |
Public Attributes inherited from TrackAction | |
| std::string | mTrackID |
Public Attributes inherited from Action | |
| bool | mTakeSnapshot = true |
Action for dragging segments
| DraggingSegment | ( | std::string | trackId, |
| std::string | segmentID, | ||
| double | newDuration, | ||
| bool | moveNextSegments | ||
| ) |
Constructor
| trackId | trackID of segment being dragged |
| segmentID | segmentID of segment being dragged |
| newDuration | segment duration |
| moveNextSegments | if true, move next segments according to new duration |
| bool mMoveNextSegments = false |
| double mNewDuration |
| std::string mSegmentID |