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

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsElement.cpp165 StorageSlot storageSlot = gpConverter->fromString<StorageSlot>(strData.section(',', 1)); local
169 machine(), strControllerName, storageSlot);
/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendGlobal.cpp109 template<> QString toString(const StorageSlot &storageSlot) argument
112 switch (storageSlot.bus)
116 int iMaxPort = vboxGlobal().virtualBox().GetSystemProperties().GetMaxPortCountForStorageBus(storageSlot.bus);
117 int iMaxDevice = vboxGlobal().virtualBox().GetSystemProperties().GetMaxDevicesPerPortForStorageBus(storageSlot.bus);
118 if (storageSlot.port < 0 || storageSlot.port > iMaxPort)
120 AssertMsgFailed(("No text for bus=%d & port=%d", storageSlot.bus, storageSlot.port));
123 if (storageSlot.device < 0 || storageSlot
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.cpp1104 const QString &strLocation, const StorageSlot &storageSlot,
1113 .arg(strLocation).arg(gpConverter->toString(storageSlot)).arg(CMachine(machine).GetName());
1119 .arg(strLocation).arg(gpConverter->toString(storageSlot)).arg(CMachine(machine).GetName());
1125 .arg(strLocation).arg(gpConverter->toString(storageSlot)).arg(CMachine(machine).GetName());
1351 void UIMessageCenter::cannotDetachDevice(const CMachine &machine, UIMediumType type, const QString &strLocation, const StorageSlot &storageSlot, QWidget *pParent /* = 0*/) const argument
1360 .arg(strLocation, gpConverter->toString(storageSlot), CMachine(machine).GetName());
1366 .arg(strLocation, gpConverter->toString(storageSlot), CMachine(machine).GetName());
1372 .arg(strLocation, gpConverter->toString(storageSlot), CMachine(machine).GetName());
1103 cannotAttachDevice(const CMachine &machine, UIMediumType type, const QString &strLocation, const StorageSlot &storageSlot, QWidget *pParent ) argument
H A DVBoxGlobal.cpp1765 const CMachine &machine, const QString &strControllerName, const StorageSlot &storageSlot)
1768 const CMediumAttachment currentAttachment = machine.GetMediumAttachment(strControllerName, storageSlot.port, storageSlot.device);
1763 prepareStorageMenu(QMenu &menu, QObject *pListener, const char *pszSlotName, const CMachine &machine, const QString &strControllerName, const StorageSlot &storageSlot) argument

Completed in 735 milliseconds