#include <sequencecurvetrackview_guiactions.h>
Public Member Functions | |
HoveringTanPoint (std::string trackID, std::string tanPointID) | |
![]() | |
TrackAction (std::string trackID) | |
![]() | |
virtual | ~Action ()=default |
template<typename T > | |
bool | isAction () |
template<typename T > | |
T * | getDerived () |
Public Attributes | |
std::string | mTanPointID |
![]() | |
std::string | mTrackID |
![]() | |
bool | mTakeSnapshot = true |
TrackAction that tells the GUI we're currently hovering a tan point
HoveringTanPoint | ( | std::string | trackID, |
std::string | tanPointID | ||
) |
Constructor
trackID | the track id of the track holding the tan point |
tanPointID | id of the tan point |
std::string mTanPointID |