openshot-audio  0.1.7
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
 

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

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