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

Method Modify

src/MenuCreator.cpp:196–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void
197MenuItemVisitor::CommandListEntryEx::Modify(const TranslatableString &newLabel)
198{
199 if (menu) {
200 label = newLabel;
201 menu->SetLabel(id, FormatLabelForMenu());
202 }
203}
204
205bool MenuItemVisitor::CommandListEntryEx::GetEnabled() const
206{

Callers 1

Calls 2

FormatLabelForMenuFunction · 0.85
SetLabelMethod · 0.45

Tested by

no test coverage detected