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

Method isCentralWidget

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

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

Source from the content-addressed store, hash-verified

725
726//============================================================================
727bool CDockWidget::isCentralWidget() const
728{
729 return dockManager()->centralWidget() == this;
730}
731
732
733//============================================================================

Callers

nothing calls this directly

Calls 1

centralWidgetMethod · 0.80

Tested by

no test coverage detected