Audacity 3.2.0
|
#include <UndoManager.h>
Public Types | |
using | Extensions = std::vector< std::shared_ptr< UndoStateExtension > > |
Public Member Functions | |
UndoState (Extensions extensions) | |
Public Attributes | |
Extensions | extensions |
Definition at line 107 of file UndoManager.h.
using UndoState::Extensions = std::vector<std::shared_ptr<UndoStateExtension> > |
Definition at line 108 of file UndoManager.h.
|
inline |
Definition at line 110 of file UndoManager.h.
Extensions UndoState::extensions |
Definition at line 114 of file UndoManager.h.
Referenced by UndoTracks::Find(), and ProjectHistory::PopState().