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

Method toggleAutoHide

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

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

Source from the content-addressed store, hash-verified

1340
1341//============================================================================
1342void CDockWidget::toggleAutoHide(SideBarLocation Location)
1343{
1344 if (!CDockManager::testAutoHideConfigFlag(CDockManager::AutoHideFeatureEnabled))
1345 {
1346 return;
1347 }
1348
1349 setAutoHide(!isAutoHide(), Location);
1350}
1351
1352
1353//============================================================================

Calls

no outgoing calls

Tested by

no test coverage detected