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

Method isFloating

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

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

Source from the content-addressed store, hash-verified

651
652//============================================================================
653bool CDockWidget::isFloating() const
654{
655 if (!isInFloatingContainer())
656 {
657 return false;
658 }
659
660 return dockContainer()->topLevelDockWidget() == this;
661}
662
663
664//============================================================================

Callers 13

startFloatingMethod · 0.45
showDockWidgetMethod · 0.45
isInFloatingContainerMethod · 0.45
startFloatingMethod · 0.45
mouseMoveEventMethod · 0.45
mouseDoubleClickEventMethod · 0.45
restoreContainerMethod · 0.45
mouseMoveEventMethod · 0.45
mouseDoubleClickEventMethod · 0.45

Calls 1

topLevelDockWidgetMethod · 0.45

Tested by

no test coverage detected