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

#include <sequenceeditorguiactions.h>

Public Member Functions

 SavePresetPopup (const std::string &filePath)
 
- Public Member Functions inherited from Action
virtual ~Action ()=default
 
template<typename T >
bool isAction ()
 
template<typename T >
T * getDerived ()
 

Public Attributes

std::string mFilePath
 
int mSelectedPresetIndex = 0
 
std::string mErrorString
 

Description

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

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

Constructor & Destructor Documentation

◆ SavePresetPopup()

SavePresetPopup ( const std::string &  filePath)

Member Data Documentation

◆ mErrorString

std::string mErrorString

◆ mFilePath

std::string mFilePath

◆ mSelectedPresetIndex

int mSelectedPresetIndex = 0