#include <sequencecurvetrackview_guiactions.h>
Public Member Functions | |
| DraggingControlPoint (std::string trackID, std::string segmentID, int controlPointIndex, int curveIndex, float newTime, float newValue) | |
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 |
| float | mNewTime |
| float | mNewValue |
Public Attributes inherited from TrackAction | |
| std::string | mTrackID |
Public Attributes inherited from Action | |
| bool | mTakeSnapshot = true |
TrackAction that tells the GUI we're currently dragging a curve control point
| DraggingControlPoint | ( | std::string | trackID, |
| std::string | segmentID, | ||
| int | controlPointIndex, | ||
| int | curveIndex, | ||
| float | newTime, | ||
| float | newValue | ||
| ) |
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 |
| newTime | new time |
| newValue | new value |
| int mControlPointIndex |
| int mCurveIndex |
| float mNewTime |
| float mNewValue |
| std::string mSegmentID |