MCPcopy Create free account
hub / github.com/Adaptix-Framework/AdaptixC2 / sideBar

Method sideBar

AdaptixClient/Libs/kddockwidgets/core/MainWindow.cpp:843–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841}
842
843Core::SideBar *MainWindow::sideBar(SideBarLocation loc) const
844{
845 auto it = d->m_sideBars.find(loc);
846 return it == d->m_sideBars.cend() ? nullptr : it->second;
847}
848
849Rect MainWindow::centralAreaGeometry() const
850{

Callers 4

setupCentralLayoutMethod · 0.45
SideBarButtonMethod · 0.45
rectForOverlayMethod · 0.45
clearSideBarsMethod · 0.45

Calls 1

findMethod · 0.80

Tested by

no test coverage detected