openshot-audio  0.1.2
Public Member Functions | Public Attributes | List of all members
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()

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

Member Function Documentation

◆ getTotalSize()

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

◆ perform()

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

◆ undo()

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

Member Data Documentation

◆ actions

OwnedArray<UndoableAction> UndoManager::ActionSet::actions

◆ name

String UndoManager::ActionSet::name

◆ time

Time UndoManager::ActionSet::time

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