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

Method features

src/3rdparty/Qt-Advanced-Docking-System/src/DockContainerWidget.cpp:2108–2121  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2106
2107//============================================================================
2108CDockWidget::DockWidgetFeatures CDockContainerWidget::features() const
2109{
2110 CDockWidget::DockWidgetFeatures Features(CDockWidget::AllDockWidgetFeatures);
2111 for (const auto& DockArea : d->DockAreas)
2112 {
2113 if (!DockArea)
2114 {
2115 continue;
2116 }
2117 Features &= DockArea->features();
2118 }
2119
2120 return Features;
2121}
2122
2123
2124//============================================================================

Callers 2

moveToAutoHideSideBarMethod · 0.45
closeOtherAreasMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected