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

#include <sequenceeditorguiactions.h>

Public Member Functions

 InsertingSegmentPopup (std::string trackID, double time, const rttr::type &trackType)
 
- 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

bool mOpened = false
 
double mTime
 
rttr::type mTrackType
 
std::string mErrorString
 
- Public Attributes inherited from TrackAction
std::string mTrackID
 

Description

Action for when inside insert segment popup

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

Constructor & Destructor Documentation

◆ InsertingSegmentPopup()

InsertingSegmentPopup ( std::string  trackID,
double  time,
const rttr::type &  trackType 
)

Constructor

Parameters
trackIDthe track id
timethe time at which a segment is being inserted
trackTypetrackType information about the track trackType

Member Data Documentation

◆ mErrorString

std::string mErrorString

◆ mOpened

bool mOpened = false

◆ mTime

double mTime

◆ mTrackType

rttr::type mTrackType