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

Method tabIndex

src/3rdparty/Qt-Advanced-Docking-System/src/AutoHideTab.cpp:585–593  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

583
584//============================================================================
585int CAutoHideTab::tabIndex() const
586{
587 if (!d->SideBar)
588 {
589 return -1;
590 }
591
592 return d->SideBar->indexOfTab(*this);
593}
594
595
596//============================================================================

Callers 1

addAutoHideWidgetMethod · 0.45

Calls 1

indexOfTabMethod · 0.80

Tested by

no test coverage detected