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

Method IsDocked

src/toolbars/ToolManager.cpp:1025–1030  ·  view source on GitHub ↗

Return docked state of specified toolbar

Source from the content-addressed store, hash-verified

1023// Return docked state of specified toolbar
1024//
1025bool ToolManager::IsDocked(Identifier type) const
1026{
1027 if (auto pBar = GetToolBar(type))
1028 return pBar->IsDocked();
1029 return false;
1030}
1031
1032//
1033// Returns the visibility of the specified toolbar

Callers 6

OnMotionMethod · 0.45
ResetMethod · 0.45
WriteConfigMethod · 0.45
IsVisibleMethod · 0.45
ExposeMethod · 0.45
OnGrabberMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected