Audacity 3.2.0
|
Holds one item with description and time range for the UndoManager. More...
#include <UndoManager.h>
Public Member Functions | |
UndoStackElem (UndoState::Extensions extensions, const TranslatableString &description_, const TranslatableString &shortDescription_) | |
Public Attributes | |
UndoState | state |
TranslatableString | description |
TranslatableString | shortDescription |
Holds one item with description and time range for the UndoManager.
Definition at line 117 of file UndoManager.h.
|
inline |
Definition at line 119 of file UndoManager.h.
TranslatableString UndoStackElem::description |
Definition at line 129 of file UndoManager.h.
Referenced by HistoryDialog::DoUpdate().
TranslatableString UndoStackElem::shortDescription |
Definition at line 130 of file UndoManager.h.
UndoState UndoStackElem::state |
Definition at line 128 of file UndoManager.h.
Referenced by MacroCommands::ApplyMacro(), UndoTracks::Find(), anonymous_namespace{EditMenus.cpp}::OnRedo(), anonymous_namespace{EditMenus.cpp}::OnUndo(), and ProjectHistory::SetStateTo().