#include <sequencecurvetrackview_guiactions.h>
Public Member Functions | |
| ChangeMinMaxCurve (const std::string &trackID, T newMin, T newMax) | |
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 | |
| T | mNewMin |
| T | mNewMax |
Public Attributes inherited from TrackAction | |
| std::string | mTrackID |
Public Attributes inherited from Action | |
| 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 |