Searched defs:navigationList (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.cpp188 const QList<UIGChooserItem*>& UIGChooserModel::navigationList() const function in class:UIGChooserModel
252 if (pItem && navigationList().contains(pItem))
318 if (!pItem || !navigationList().contains(pItem))
567 int iCurrentIndex = navigationList().indexOf(currentItem());
577 if (iFirstIndex < navigationList().size())
580 for (int iIndex = iFirstIndex; iIndex < navigationList().size(); ++iIndex)
582 UIGChooserItem *pIteratedItem = navigationList().at(iIndex);
597 UIGChooserItem *pIteratedItem = navigationList().at(iIndex);
676 if (!currentItem() && !navigationList().isEmpty())
677 setCurrentItem(navigationList()
[all...]

Completed in 89 milliseconds