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

Method UpdateCheckmark

src/MenuCreator.cpp:188–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186MenuItemVisitor::CommandListEntryEx::~CommandListEntryEx() = default;
187
188void
189MenuItemVisitor::CommandListEntryEx::UpdateCheckmark(AudacityProject &project)
190{
191 if (menu && checkmarkFn && !isOccult) {
192 menu->Check(id, checkmarkFn(project));
193 }
194}
195
196void
197MenuItemVisitor::CommandListEntryEx::Modify(const TranslatableString &newLabel)

Callers

nothing calls this directly

Calls 1

CheckMethod · 0.45

Tested by

no test coverage detected