#include <sequencecurvetrackview_guiactions.h>
Public Member Functions | |
| EditingTanPointPopup (std::string trackID, std::string segmentID, int controlPointIndex, int curveIndex, sequencecurveenums::ETanPointTypes type, float value, float time) | |
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 | |
| bool | mOpened = false |
| std::string | mSegmentID |
| int | mControlPointIndex |
| int | mCurveIndex |
| sequencecurveenums::ETanPointTypes | mType |
| float | mValue |
| float | mTime |
Public Attributes inherited from TrackAction | |
| std::string | mTrackID |
Public Attributes inherited from Action | |
| bool | mTakeSnapshot = true |
TrackAction that tells the GUI we're inside a tan point edit popup
| EditingTanPointPopup | ( | std::string | trackID, |
| std::string | segmentID, | ||
| int | controlPointIndex, | ||
| int | curveIndex, | ||
| sequencecurveenums::ETanPointTypes | type, | ||
| float | value, | ||
| float | time | ||
| ) |
Constructor
| trackID | track id of the track holding the segment being edited |
| segmentID | the segment being edited |
| controlPointIndex | control point index |
| curveIndex | curve index |
| type | tan point type, in or out |
| value | new tan point value |
| time | new tan point time |
| int mControlPointIndex |
| int mCurveIndex |
| bool mOpened = false |
| std::string mSegmentID |
| float mTime |
| float mValue |