#include <sequencecurvetrackview_guiactions.h>
Public Member Functions | |
HoveringSegmentValue (std::string trackId, std::string segmentID, sequencecurveenums::ESegmentValueTypes type, int curveIndex) | |
![]() | |
TrackAction (std::string trackID) | |
![]() | |
virtual | ~Action ()=default |
template<typename T > | |
bool | isAction () |
template<typename T > | |
T * | getDerived () |
Public Attributes | |
std::string | mSegmentID |
sequencecurveenums::ESegmentValueTypes | mType |
int | mCurveIndex |
![]() | |
std::string | mTrackID |
![]() | |
bool | mTakeSnapshot = true |
A TrackAction that tells the GUI we're hovering a segment value
HoveringSegmentValue | ( | std::string | trackId, |
std::string | segmentID, | ||
sequencecurveenums::ESegmentValueTypes | type, | ||
int | curveIndex | ||
) |
Constructor
trackId | track id of the track holding the segment being edited |
segmentID | the segment being edited |
type | segment value, begin or end |
curveIndex | the index of the curve |
int mCurveIndex |
std::string mSegmentID |