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

Method ExecuteCommand

src/MenuCreator.cpp:490–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488constexpr auto JournalCode = wxT("CM"); // for CommandManager
489
490void MenuCreator::ExecuteCommand(const CommandContext &context,
491 const wxEvent *evt, const CommandListEntry &entry)
492{
493 Journal::Output({ JournalCode, entry.name.GET() });
494 return CommandManager::ExecuteCommand(context, evt, entry);
495}
496
497// a temporary hack that should be removed as soon as we
498// get multiple effect preview working

Callers

nothing calls this directly

Calls 1

OutputFunction · 0.85

Tested by

no test coverage detected