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

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.cpp236 void UIGChooserModel::setCurrentItems(const QList<UIGChooserItem*> &items) function in class:UIGChooserModel
280 setCurrentItems(QList<UIGChooserItem*>() << pItem);
334 setCurrentItems(QList<UIGChooserItem*>(m_currentItems) << pItem);
343 setCurrentItems(list);

Completed in 59 milliseconds