|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Public Member Functions | |
| ActionSet (const String &transactionName) | |
| bool | perform () const |
| bool | undo () const |
| int | getTotalSize () const |
Public Attributes | |
| OwnedArray< UndoableAction > | actions |
| String | name |
| Time | time |
Definition at line 29 of file juce_UndoManager.cpp.
Definition at line 31 of file juce_UndoManager.cpp.
| int juce::UndoManager::ActionSet::getTotalSize | ( | ) | const |
Definition at line 52 of file juce_UndoManager.cpp.
| bool juce::UndoManager::ActionSet::perform | ( | ) | const |
Definition at line 34 of file juce_UndoManager.cpp.
| bool juce::UndoManager::ActionSet::undo | ( | ) | const |
Definition at line 43 of file juce_UndoManager.cpp.
| OwnedArray<UndoableAction> juce::UndoManager::ActionSet::actions |
Definition at line 62 of file juce_UndoManager.cpp.
| String juce::UndoManager::ActionSet::name |
Definition at line 63 of file juce_UndoManager.cpp.
| Time juce::UndoManager::ActionSet::time |
Definition at line 64 of file juce_UndoManager.cpp.