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

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

Member Function Documentation

int juce::UndoManager::ActionSet::getTotalSize ( ) const
inline
bool juce::UndoManager::ActionSet::perform ( ) const
inline
bool juce::UndoManager::ActionSet::undo ( ) const
inline

Member Data Documentation

OwnedArray<UndoableAction> juce::UndoManager::ActionSet::actions
String juce::UndoManager::ActionSet::name
Time juce::UndoManager::ActionSet::time

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