LMMS
Loading...
Searching...
No Matches
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 { Time::getCurrentTime() }

Constructor & Destructor Documentation

◆ ActionSet()

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

Member Function Documentation

◆ getTotalSize()

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

◆ perform()

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

◆ undo()

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

Member Data Documentation

◆ actions

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

◆ name

String juce::UndoManager::ActionSet::name

◆ time

Time juce::UndoManager::ActionSet::time { Time::getCurrentTime() }

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