#include <sequencecurvetrackview_guiactions.h>
Public Member Functions | |
| HoveringCurve (std::string trackId, std::string segmentID, 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 | 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
| HoveringCurve | ( | std::string | trackId, |
| std::string | segmentID, | ||
| int | curveIndex | ||
| ) |
Constructor
| trackId | the track id if the track that holds the curve segment |
| segmentID | the segment id |
| curveIndex | the curve index |
| int mCurveIndex |
| std::string mSegmentID |