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

Method Check

src/MenuCreator.cpp:212–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void MenuItemVisitor::CommandListEntryEx::Check(bool checked)
213{
214 if (!menu || isOccult)
215 return;
216 menu->Check(id, checked);
217}
218
219void MenuItemVisitor::CommandListEntryEx::Enable(bool b)
220{

Callers 15

NyqBenchMethod · 0.45
OnViewUpdateMethod · 0.45
UpdateCheckmarkMethod · 0.45
VisitEntryMethod · 0.45
ShowMenuMethod · 0.45
WaveformView.cppFile · 0.45
initFnFunction · 0.45
PopulatePopupMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected