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

Method GetBotDock

src/toolbars/ToolManager.cpp:1001–1004  ·  view source on GitHub ↗

Return a pointer to the bottom dock

Source from the content-addressed store, hash-verified

999// Return a pointer to the bottom dock
1000//
1001ToolDock *ToolManager::GetBotDock()
1002{
1003 return mBotDock;
1004}
1005
1006const ToolDock *ToolManager::GetBotDock() const
1007{

Callers 3

UpdateLayoutMethod · 0.80
InitProjectWindowFunction · 0.80
NextOrPrevFrameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected