MCPcopy Create free account
hub / github.com/KDE/labplot / setSideBar

Method setSideBar

src/3rdparty/Qt-Advanced-Docking-System/src/AutoHideTab.cpp:224–231  ·  view source on GitHub ↗

============================================================================

Source from the content-addressed store, hash-verified

222
223//============================================================================
224void CAutoHideTab::setSideBar(CAutoHideSideBar* SideTabBar)
225{
226 d->SideBar = SideTabBar;
227 if (d->SideBar)
228 {
229 d->updateOrientation();
230 }
231}
232
233
234//============================================================================

Callers 1

insertTabMethod · 0.80

Calls 1

updateOrientationMethod · 0.45

Tested by

no test coverage detected