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
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
juce::UndoManager::ActionSet Struct Reference

Public Member Functions

 ActionSet (const String &transactionName)
 
bool perform () const
 
bool undo () const
 
int getTotalSize () const
 

Public Attributes

OwnedArray< UndoableActionactions
 
String name
 
Time time
 

Detailed Description

Definition at line 29 of file juce_UndoManager.cpp.

Constructor & Destructor Documentation

◆ ActionSet()

juce::UndoManager::ActionSet::ActionSet ( const String transactionName)

Definition at line 31 of file juce_UndoManager.cpp.

Member Function Documentation

◆ getTotalSize()

int juce::UndoManager::ActionSet::getTotalSize ( ) const

Definition at line 52 of file juce_UndoManager.cpp.

◆ perform()

bool juce::UndoManager::ActionSet::perform ( ) const

Definition at line 34 of file juce_UndoManager.cpp.

◆ undo()

bool juce::UndoManager::ActionSet::undo ( ) const

Definition at line 43 of file juce_UndoManager.cpp.

Member Data Documentation

◆ actions

OwnedArray<UndoableAction> juce::UndoManager::ActionSet::actions

Definition at line 62 of file juce_UndoManager.cpp.

◆ name

String juce::UndoManager::ActionSet::name

Definition at line 63 of file juce_UndoManager.cpp.

◆ time

Time juce::UndoManager::ActionSet::time

Definition at line 64 of file juce_UndoManager.cpp.


The documentation for this struct was generated from the following file: