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

Method UpdateMenus

src/BatchProcessDialog.cpp:774–779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772}
773
774void MacrosWindow::UpdateMenus()
775{
776 // OK even on mac, as dialog is modal.
777 auto p = &mProject;
778 MenuCreator::Get(*p).RebuildMenuBar();
779}
780
781void MacrosWindow::UpdateDisplay( bool bExpanded )
782{

Callers 4

OnUpdateUIMethod · 0.45
OnViewportMessageMethod · 0.45
DoContextMenuMethod · 0.45

Calls 2

GetFunction · 0.85
RebuildMenuBarMethod · 0.80

Tested by

no test coverage detected