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

Method dockContainer

src/3rdparty/Qt-Advanced-Docking-System/src/DockAreaWidget.cpp:475–478  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

473
474//============================================================================
475CDockContainerWidget* CDockAreaWidget::dockContainer() const
476{
477 return internal::findParent<CDockContainerWidget*>(this);
478}
479
480//============================================================================
481CAutoHideDockContainer* CDockAreaWidget::autoHideDockContainer() const

Calls

no outgoing calls

Tested by

no test coverage detected