MCPcopy Create free account
hub / github.com/audacity/audacity / GetShortDescription

Method GetShortDescription

libraries/lib-project-history/UndoManager.cpp:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void UndoManager::GetShortDescription(unsigned int n, TranslatableString *desc)
94{
95 wxASSERT(n < stack.size());
96
97 *desc = stack[n]->shortDescription;
98}
99
100void UndoManager::SetLongDescription(
101 unsigned int n, const TranslatableString &desc)

Callers 2

ModifyUndoMenuItemsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected