#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) | |
![]() | |
TrackAction (std::string trackID) | |
![]() | |
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 |
![]() | |
std::string | mTrackID |
![]() | |
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 |