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

#include <sequenceeventtrackview_guiactions.h>

Public Member Functions

 InsertEventSegmentPopup (const std::string &trackID, double time)
 
- 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
 
std::string mMessage = "hello world"
 
std::string mErrorString
 
- Public Attributes inherited from TrackAction
std::string mTrackID
 

Description

TrackAction that tells the GUI we're currently in an insert event segment popup

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

Constructor & Destructor Documentation

◆ InsertEventSegmentPopup()

InsertEventSegmentPopup ( const std::string &  trackID,
double  time 
)

Constructor

Parameters
trackIDthe track id of the track where the new segment should be inserted
timethe time at which to insert the track

Member Data Documentation

◆ mErrorString

std::string mErrorString

◆ mMessage

std::string mMessage = "hello world"

◆ mOpened

bool mOpened = false

◆ mTime

double mTime