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

Method OnResetToolBars

src/toolbars/ToolManager.cpp:567–574  ·  view source on GitHub ↗

Static member function.

Source from the content-addressed store, hash-verified

565
566// Static member function.
567void ToolManager::OnResetToolBars(const CommandContext &context)
568{
569 auto &project = context.project;
570 auto &toolManager = ToolManager::Get( project );
571
572 toolManager.Reset();
573 Get(project).ModifyToolbarMenus(project);
574}
575
576
577void ToolManager::Reset()

Callers

nothing calls this directly

Calls 3

GetFunction · 0.85
ModifyToolbarMenusMethod · 0.80
ResetMethod · 0.45

Tested by

no test coverage detected