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

Method indexOfTab

src/3rdparty/Qt-Advanced-Docking-System/src/AutoHideSideBar.cpp:366–377  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

364
365//============================================================================
366int CAutoHideSideBar::indexOfTab(const CAutoHideTab& Tab) const
367{
368 for (auto i = 0; i < count(); i++)
369 {
370 if (tab(i) == &Tab)
371 {
372 return i;
373 }
374 }
375
376 return -1;
377}
378
379
380//============================================================================

Callers 1

tabIndexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected