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

Method setDockArea

src/3rdparty/Qt-Advanced-Docking-System/src/DockWidget.cpp:822–827  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

820
821//============================================================================
822void CDockWidget::setDockArea(CDockAreaWidget* DockArea)
823{
824 d->DockArea = DockArea;
825 d->ToggleViewAction->setChecked(DockArea != nullptr && !this->isClosed());
826 setParent(DockArea);
827}
828
829
830//============================================================================

Callers 3

moveContentsToParentMethod · 0.80
insertDockWidgetMethod · 0.80
removeDockWidgetMethod · 0.80

Calls 1

isClosedMethod · 0.95

Tested by

no test coverage detected