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

Method RestoreConfiguration

src/toolbars/ToolDock.cpp:848–853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

846}
847
848void ToolDock::RestoreConfiguration(ToolBarConfiguration &backup)
849{
850 mWrappedConfiguration.Clear();
851 mWrappedConfiguration.Swap(mConfiguration);
852 mConfiguration.Swap(backup);
853}
854
855//
856// Set the visible/hidden state of a toolbar

Callers 2

OnMouseMethod · 0.80
HandleEscapeKeyMethod · 0.80

Calls 2

ClearMethod · 0.45
SwapMethod · 0.45

Tested by

no test coverage detected