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

Method isClosable

src/3rdparty/Qt-Advanced-Docking-System/src/DockWidgetTab.cpp:744–747  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

742
743//============================================================================
744bool CDockWidgetTab::isClosable() const
745{
746 return d->DockWidget && d->DockWidget->features().testFlag(CDockWidget::DockWidgetClosable);
747}
748
749
750//===========================================================================

Callers 1

Calls 1

featuresMethod · 0.45

Tested by

no test coverage detected