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

Method isAutoHide

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

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

Source from the content-addressed store, hash-verified

492
493//============================================================================
494bool CDockAreaWidget::isAutoHide() const
495{
496 return d->AutoHideDockContainer != nullptr;
497}
498
499//============================================================================
500void CDockAreaWidget::setAutoHideDockContainer(CAutoHideDockContainer* AutoHideDockContainer)

Calls

no outgoing calls

Tested by

no test coverage detected