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

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooser.cpp79 QList<UIVMItem*> UIGChooser::currentItems() const function in class:UIGChooser
H A DUIGChooserModel.cpp215 UIGChooserItemMachine::enumerateMachineItems(currentItems(), currentMachineItemList,
228 return currentItems().isEmpty() ? 0 : currentItems().first();
231 const QList<UIGChooserItem*>& UIGChooserModel::currentItems() const function in class:UIGChooserModel
358 return currentItems().size() == 1 &&
365 if (currentItems().isEmpty())
377 foreach (UIGChooserItem *pCurrentItem, currentItems())
866 else if (!currentItems().isEmpty())
891 QList<UIGChooserItem*> selectedItems = currentItems();
977 UIGChooserItemMachine::enumerateMachineItems(currentItems(), inaccessibleMachineItemLis
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DUISelectorWindow.cpp298 QList<UIVMItem*> items = currentItems();
453 QList<UIVMItem*> items = currentItems();
474 QList<UIVMItem*> items = currentItems();
514 QList<UIVMItem*> items = currentItems();
569 QList<UIVMItem*> items = currentItems();
608 QList<UIVMItem*> items = currentItems();
654 QList<UIVMItem*> items = currentItems();
695 QList<UIVMItem*> items = currentItems();
744 QList<UIVMItem*> items = currentItems();
762 QList<UIVMItem*> items = currentItems();
1546 QList<UIVMItem*> UISelectorWindow::currentItems() const function in class:UISelectorWindow
[all...]

Completed in 53 milliseconds