Searched refs:appliance (Results 1 - 15 of 15) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/ |
H A D | UIWizardExportApp.h | 53 /* Export appliance stuff: */ 55 bool exportVMs(CAppliance &appliance); 58 /* Who will be able to export appliance: */
|
H A D | UIWizardExportApp.cpp | 59 /* Get export appliance widget: */ 61 /* Fetch all settings from the appliance editor. */ 63 /* Get the appliance. */ 64 CAppliance *pAppliance = pExportApplianceWidget->appliance(); 132 bool UIWizardExportApp::exportVMs(CAppliance &appliance) argument 134 /* Write the appliance: */ 138 CProgress progress = appliance.Write(field("format").toString(), options, uri()); 139 bool fResult = appliance.isOk(); 149 msgCenter().cannotExportAppliance(progress, appliance.GetPath(), this); 156 msgCenter().cannotExportAppliance(appliance, thi [all...] |
/vbox/src/VBox/Main/testcase/ |
H A D | tstAPI.cpp | 1396 // check of OVF appliance handling 1403 ComPtr<IAppliance> appliance; 1405 CreateAppliance(appliance.asOutParam())); 1406 CHECK_ERROR_BREAK(appliance, Read(ovf)); 1408 CHECK_ERROR_BREAK(appliance, COMGETTER(Path)(path.asOutParam())); 1410 CHECK_ERROR_BREAK(appliance, Interpret()); 1415 CHECK_ERROR_BREAK(appliance, 1426 CHECK_ERROR_BREAK(appliance, 1467 RTPrintf("Try to import the appliance ...\n"); 1469 CHECK_ERROR_BREAK(appliance, [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | UIApplianceEditorWidget.h | 258 CAppliance* appliance() const { return m_pAppliance; } function in class:UIApplianceEditorWidget
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | UIMessageCenter.h | 272 void cannotImportAppliance(CAppliance &appliance, QWidget *pParent = 0) const; 277 void cannotExportAppliance(const CAppliance &appliance, QWidget *pParent = 0) const;
|
H A D | UIMessageCenter.cpp | 1597 void UIMessageCenter::cannotImportAppliance(CAppliance &appliance, QWidget *pParent /* = 0*/) const argument 1600 QString strErrorInfo = formatErrorInfo(appliance); 1603 foreach(const QString &strWarning, appliance.GetWarnings()) 1609 tr("Failed to open/interpret appliance <b>%1</b>.") 1610 .arg(appliance.GetPath()), 1617 tr("Failed to import appliance <b>%1</b>.") 1650 void UIMessageCenter::cannotExportAppliance(const CAppliance &appliance, QWidget *pParent /* = 0*/) const argument 1653 tr("Failed to prepare the export of the appliance <b>%1</b>.") 1654 .arg(CAppliance(appliance).GetPath()), 1655 formatErrorInfo(appliance)); [all...] |
/vbox/src/VBox/Main/src-server/ |
H A D | ApplianceImpl.cpp | 366 // This code is here so we won't have to include the appliance headers in the 379 ComObjPtr<Appliance> appliance; local 380 appliance.createObject(); 381 rc = appliance->init(this); 384 appliance.queryInterfaceTo(aAppliance.asOutParam()); 841 * Returns true if the appliance is in "idle" state. This should always be the 845 * without exposing the appliance to conflicting calls. 847 * This sets an error on "this" (the appliance) and returns false if the appliance 857 setError(VBOX_E_INVALID_OBJECT_STATE, tr("The appliance i [all...] |
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v2_2.h | 1639 IAppliance * * appliance
|
H A D | VBoxCAPI_v3_0.h | 2100 IAppliance * * appliance
|
H A D | VBoxCAPI_v3_1.h | 2005 IAppliance * * appliance
|
H A D | VBoxCAPI_v3_2.h | 2051 IAppliance * * appliance
|
H A D | VBoxCAPI_v4_0.h | 2280 IAppliance * * appliance
|
H A D | VBoxCAPI_v4_1.h | 2479 IAppliance * * appliance
|
H A D | VBoxCAPI_v4_2.h | 2730 IAppliance * * appliance
|
H A D | VBoxCAPI_v4_3.h | 3897 IAppliance * * appliance 4111 IAppliance * * appliance 5574 IAppliance * appliance, 6298 IAppliance * appliance,
|
Completed in 2831 milliseconds