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

Method dockContainer

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

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

Source from the content-addressed store, hash-verified

595
596//============================================================================
597CDockContainerWidget* CDockWidget::dockContainer() const
598{
599 if (d->DockArea)
600 {
601 return d->DockArea->dockContainer();
602 }
603 else
604 {
605 return nullptr;
606 }
607}
608
609
610//============================================================================

Callers 15

showDockWidgetMethod · 0.45
dropIntoContainerMethod · 0.45
dropIntoSectionMethod · 0.45
moveToNewSectionMethod · 0.45
moveToAutoHideSideBarMethod · 0.45
moveToContainerMethod · 0.45
addDockAreaMethod · 0.45
dropFloatingWidgetMethod · 0.45
startFloatingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected