Searched refs:fieldImp (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/
H A DUIWizardPage.h40 virtual QVariant fieldImp(const QString &strFieldName) const;
H A DUIWizardPage.cpp47 QVariant UIWizardPageBase::fieldImp(const QString &) const function in class:UIWizardPageBase
50 AssertMsgFailed(("UIWizardPageBase::fieldImp(const QString &) should be reimplemented!"));
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/
H A DUIWizardExportAppPageBasic4.h67 QVariant fieldImp(const QString &strFieldName) const { return UIWizardPage::field(strFieldName); } function in class:UIWizardExportAppPageBasic4
H A DUIWizardExportAppPageBasic3.h108 QVariant fieldImp(const QString &strFieldName) const { return UIWizardPage::field(strFieldName); } function in class:UIWizardExportAppPageBasic3
H A DUIWizardExportAppPageBasic4.cpp53 QStringList uuids = fieldImp("machineIDs").toStringList();
H A DUIWizardExportAppPageExpert.h61 QVariant fieldImp(const QString &strFieldName) const { return UIWizardPage::field(strFieldName); } function in class:UIWizardExportAppPageExpert
H A DUIWizardExportAppPageBasic3.cpp55 StorageType storageType = fieldImp("storageType").value<StorageType>();
105 if (fieldImp("machineNames").toStringList().size() == 1)
106 strName = fieldImp("machineNames").toStringList()[0];
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/
H A DUIWizardCloneVDPageBasic4.h80 QVariant fieldImp(const QString &strFieldName) const { return UIWizardPage::field(strFieldName); } function in class:UIWizardCloneVDPageBasic4
H A DUIWizardCloneVDPageExpert.h53 QVariant fieldImp(const QString &strFieldName) const { return UIWizardPage::field(strFieldName); } function in class:UIWizardCloneVDPageExpert
H A DUIWizardCloneVDPageBasic4.cpp75 CMediumFormat mediumFormat = fieldImp("mediumFormat").value<CMediumFormat>();
157 const CMedium &sourceVirtualDisk = fieldImp("sourceVirtualDisk").value<CMedium>();
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/
H A DUIWizardNewVDPageExpert.h50 QVariant fieldImp(const QString &strFieldName) const { return UIWizardPage::field(strFieldName); } function in class:UIWizardNewVDPageExpert
H A DUIWizardNewVDPageBasic3.h95 QVariant fieldImp(const QString &strFieldName) const { return UIWizardPage::field(strFieldName); } function in class:UIWizardNewVDPageBasic3
H A DUIWizardNewVDPageBasic3.cpp86 CMediumFormat mediumFormat = fieldImp("mediumFormat").value<CMediumFormat>();
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/
H A DUIWizardNewVMPageExpert.h53 QVariant fieldImp(const QString &strFieldName) const { return UIWizardPage::field(strFieldName); } function in class:UIWizardNewVMPageExpert
H A DUIWizardNewVMPageBasic3.h103 QVariant fieldImp(const QString &strFieldName) const { return UIWizardPage::field(strFieldName); } function in class:UIWizardNewVMPageBasic3
H A DUIWizardNewVMPageBasic3.cpp85 fieldImp("machineBaseName").toString(),
86 fieldImp("machineFolder").toString(),
87 fieldImp("type").value<CGuestOSType>().GetRecommendedHDD(),

Completed in 39 milliseconds