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

Method isTabOpen

src/3rdparty/Qt-Advanced-Docking-System/src/DockAreaTabBar.cpp:484–492  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

482
483//===========================================================================
484bool CDockAreaTabBar::isTabOpen(int Index) const
485{
486 if (Index < 0 || Index >= count())
487 {
488 return false;
489 }
490
491 return !tab(Index)->isHidden();
492}
493
494
495//===========================================================================

Callers 2

markTabsMenuOutdatedMethod · 0.80
onTabsMenuAboutToShowMethod · 0.80

Calls 1

isHiddenMethod · 0.45

Tested by

no test coverage detected