#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 |
Public Attributes inherited from Action | |
| bool | mTakeSnapshot = true |
An action that tells the GUI to show the save clipboard contents popup (presets)
| SavePresetPopup | ( | const std::string & | filePath | ) |
| std::string mErrorString |
| std::string mFilePath |
| int mSelectedPresetIndex = 0 |