#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 |
Public Attributes inherited from Action | |
| bool | mTakeSnapshot = true |
An action that tells the GUI to show to load clipboard contents popup (presets)
| LoadPresetPopup | ( | const std::string & | id, |
| double | time, | ||
| rtti::TypeInfo | trackType | ||
| ) |
| std::string mErrorString |
| std::string mFilePath |
| int mSelectedPresetIndex = 0 |
| double mTime |
| rtti::TypeInfo mTrackType |