OpenShot Library | OpenShotAudio 0.2.2
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() }
 

Detailed Description

Definition at line 30 of file juce_UndoManager.cpp.

Constructor & Destructor Documentation

◆ ActionSet()

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

Definition at line 32 of file juce_UndoManager.cpp.

Member Function Documentation

◆ perform()

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

Definition at line 35 of file juce_UndoManager.cpp.

◆ undo()

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

Definition at line 44 of file juce_UndoManager.cpp.

◆ getTotalSize()

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

Definition at line 53 of file juce_UndoManager.cpp.

Member Data Documentation

◆ actions

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

Definition at line 63 of file juce_UndoManager.cpp.

◆ name

String juce::UndoManager::ActionSet::name

Definition at line 64 of file juce_UndoManager.cpp.

◆ time

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

Definition at line 65 of file juce_UndoManager.cpp.


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