#include <sequencecurvetrackview_guiactions.h>
Public Member Functions | |
HoveringControlPoint (std::string trackID, std::string segmentID, int controlPointIndex, int curveIndex) | |
![]() | |
TrackAction (std::string trackID) | |
![]() | |
virtual | ~Action ()=default |
template<typename T > | |
bool | isAction () |
template<typename T > | |
T * | getDerived () |
Public Attributes | |
std::string | mSegmentID |
int | mControlPointIndex |
int | mCurveIndex |
![]() | |
std::string | mTrackID |
![]() | |
bool | mTakeSnapshot = true |
TrackAction that tells the GUI we're currently hovering a curve control point
HoveringControlPoint | ( | std::string | trackID, |
std::string | segmentID, | ||
int | controlPointIndex, | ||
int | curveIndex | ||
) |
Constructor
trackID | track ID of the track holding the curve segment containing this controlpoint |
segmentID | segment ID of the curve segment containing this controlpoint |
controlPointIndex | control point index |
curveIndex | curve index |
int mControlPointIndex |
int mCurveIndex |
std::string mSegmentID |