#include <sequencecurvetrackview_guiactions.h>
Public Member Functions | |
ChangeMinMaxCurve (const std::string &trackID, T newMin, T newMax) | |
![]() | |
TrackAction (std::string trackID) | |
![]() | |
virtual | ~Action ()=default |
template<typename T > | |
bool | isAction () |
template<typename T > | |
T * | getDerived () |
Public Attributes | |
T | mNewMin |
T | mNewMax |
![]() | |
std::string | mTrackID |
![]() | |
bool | mTakeSnapshot = true |
A TrackAction that tells the GUI to change min max of the curved track
T | value type of the curved track |
ChangeMinMaxCurve | ( | const std::string & | trackID, |
T | newMin, | ||
T | newMax | ||
) |
Constructor
trackID | track id of the track holding the segment being edited |
newMin | the new minimum value |
newMax | the new maximum value |
T mNewMax |
T mNewMin |