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

#include <sequenceeditorguiactions.h>

Public Member Functions

 LoadPresetPopup (const std::string &id, double time, rtti::TypeInfo 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

std::string mFilePath
 
rtti::TypeInfo mTrackType
 
int mSelectedPresetIndex = 0
 
std::string mErrorString
 
double mTime
 
- Public Attributes inherited from TrackAction
std::string mTrackID
 

Description

An action that tells the GUI to show to load clipboard contents popup (presets)

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

Constructor & Destructor Documentation

◆ LoadPresetPopup()

LoadPresetPopup ( const std::string &  id,
double  time,
rtti::TypeInfo  trackType 
)

Member Data Documentation

◆ mErrorString

std::string mErrorString

◆ mFilePath

std::string mFilePath

◆ mSelectedPresetIndex

int mSelectedPresetIndex = 0

◆ mTime

double mTime

◆ mTrackType

rtti::TypeInfo mTrackType