![]() |
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, std::shared_ptr< TrackList > &&tracks_, const TranslatableString &description_, const TranslatableString &shortDescription_, const SelectedRegion &selectedRegion_) | |
Public Attributes | |
UndoState | state |
TranslatableString | description |
TranslatableString | shortDescription |
Holds one item with description and time range for the UndoManager.
Definition at line 127 of file UndoManager.h.
|
inline |
Definition at line 129 of file UndoManager.h.
TranslatableString UndoStackElem::description |
Definition at line 141 of file UndoManager.h.
Referenced by HistoryDialog::DoUpdate().
TranslatableString UndoStackElem::shortDescription |
Definition at line 142 of file UndoManager.h.
UndoState UndoStackElem::state |
Definition at line 140 of file UndoManager.h.
Referenced by MacroCommands::ApplyMacro(), anonymous_namespace{HistoryWindow.cpp}::SpaceUsageCalculator::Calculate(), EstimateRemovedBlocks(), anonymous_namespace{EditMenus.cpp}::OnRedo(), anonymous_namespace{EditMenus.cpp}::OnUndo(), and ProjectHistory::SetStateTo().