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

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/
H A DUIWizardExportAppPageBasic1.cpp90 QStringList UIWizardExportAppPage1::machineNames() const function in class:UIWizardExportAppPage1
93 QStringList machineNames; local
96 machineNames << pItem->text();
98 return machineNames;
132 registerField("machineNames", this, "machineNames");
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DUISelectorWindow.cpp478 QStringList machineNames; local
483 machineNames << pItem->name();
486 AssertMsg(!machineNames.isEmpty(), ("This action should not be allowed!"));
489 if (!msgCenter().confirmDiscardSavedState(machineNames.join(", ")))
573 QStringList machineNames; local
578 machineNames << pItem->name();
581 AssertMsg(!machineNames.isEmpty(), ("This action should not be allowed!"));
584 if (!msgCenter().confirmResetMachine(machineNames.join(", ")))
658 QStringList machineNames; local
663 machineNames << pIte
699 QStringList machineNames; local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.cpp1636 bool UIMessageCenter::confirmExportMachinesInSaveState(const QStringList &machineNames, QWidget *pParent /* = 0*/) const argument
1644 "how many machines are in the list and doesn't need to be told).", machineNames.size())
1645 .arg(machineNames.join(", ")),

Completed in 54 milliseconds