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

Method GetDock

src/toolbars/ToolBar.cpp:647–650  ·  view source on GitHub ↗

Return the pointer to the ToolBock where this bar lives

Source from the content-addressed store, hash-verified

645// Return the pointer to the ToolBock where this bar lives
646//
647ToolDock *ToolBar::GetDock()
648{
649 return dynamic_cast<ToolDock*>(GetParent());
650}
651
652void ToolBar::SetPreferredNeighbors(Identifier left, Identifier top)
653{

Callers 6

ResetMethod · 0.80
ReadConfigMethod · 0.80
WriteConfigMethod · 0.80
ExposeMethod · 0.80
DoneDraggingMethod · 0.80
IsDockedMethod · 0.80

Calls 1

GetParentFunction · 0.85

Tested by

no test coverage detected