NAP
Public Member Functions | Public Attributes | List of all members
HoveringTanPoint Class Reference

#include <sequencecurvetrackview_guiactions.h>

Public Member Functions

 HoveringTanPoint (std::string trackID, std::string tanPointID)
 
- 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

std::string mTanPointID
 
- Public Attributes inherited from TrackAction
std::string mTrackID
 

Description

TrackAction that tells the GUI we're currently hovering a tan point

Inheritance diagram for HoveringTanPoint:
[legend]
Collaboration diagram for HoveringTanPoint:
[legend]

Constructor & Destructor Documentation

◆ HoveringTanPoint()

HoveringTanPoint ( std::string  trackID,
std::string  tanPointID 
)

Constructor

Parameters
trackIDthe track id of the track holding the tan point
tanPointIDid of the tan point

Member Data Documentation

◆ mTanPointID

std::string mTanPointID