#include <sequencecurvetrackview_guiactions.h>
Public Member Functions | |
| HoveringControlPoint (std::string trackID, std::string segmentID, int controlPointIndex, int curveIndex) | |
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 |
| int | mControlPointIndex |
| int | mCurveIndex |
Public Attributes inherited from TrackAction | |
| std::string | mTrackID |
Public Attributes inherited from Action | |
| 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 |