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

Method showFullScreen

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

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

Source from the content-addressed store, hash-verified

1223
1224//============================================================================
1225void CDockWidget::showFullScreen()
1226{
1227 if (isFloating())
1228 {
1229 dockContainer()->floatingWidget()->showFullScreen();
1230 }
1231 else
1232 {
1233 Super::showFullScreen();
1234 }
1235}
1236
1237
1238//============================================================================

Callers 1

presenterModeMethod · 0.80

Calls 1

floatingWidgetMethod · 0.80

Tested by

no test coverage detected