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

Method IsDocked

src/toolbars/ToolBar.cpp:433–436  ·  view source on GitHub ↗

Returns the dock state of the toolbar

Source from the content-addressed store, hash-verified

431// Returns the dock state of the toolbar
432//
433bool ToolBar::IsDocked() const
434{
435 return const_cast<ToolBar*>(this)->GetDock() != nullptr;
436}
437
438//
439// Returns the visibility of the toolbar

Callers

nothing calls this directly

Calls 1

GetDockMethod · 0.80

Tested by

no test coverage detected