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

Method removeFromSideBar

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

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

Source from the content-addressed store, hash-verified

240
241//============================================================================
242void CAutoHideTab::removeFromSideBar()
243{
244 if (d->SideBar == nullptr)
245 {
246 return;
247 }
248 d->SideBar->removeTab(this);
249 setSideBar(nullptr);
250}
251
252//============================================================================
253CAutoHideTab::CAutoHideTab(QWidget* parent) :

Callers 2

cleanupAndDeleteMethod · 0.80
removeAutoHideWidgetMethod · 0.80

Calls 1

removeTabMethod · 0.45

Tested by

no test coverage detected