Searched refs:storageSlot (Results 1 - 9 of 9) sorted by relevance

/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...]
H A DUIConverterBackend.h130 template<> QString toString(const StorageSlot &storageSlot);
/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 DUIMessageCenter.h236 void cannotAttachDevice(const CMachine &machine, UIMediumType type, const QString &strLocation, const StorageSlot &storageSlot, QWidget *pParent = 0);
254 void cannotDetachDevice(const CMachine &machine, UIMediumType type, const QString &strLocation, const StorageSlot &storageSlot, QWidget *pParent = 0) const;
H A DVBoxGlobal.h291 * @param storageSlot The StorageSlot of the CStorageController called @a strControllerName above. */
294 const CMachine &machine, const QString &strControllerName, const StorageSlot &storageSlot);
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
/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/runtime/
H A DUIMachineLogic.cpp2122 const StorageSlot storageSlot(controller.GetBus(), attachment.GetPort(), attachment.GetDevice());
2130 pStorageMenu = new QMenu(QString("%1 (%2)").arg(strControllerName).arg(gpConverter->toString(storageSlot)), pMenu);
2149 machine(), strControllerName, storageSlot);
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsStorage.cpp2139 StorageSlot storageSlot(storageControllerData.m_controllerBus,
2141 attachmentMap.insert(storageSlot, attachment);

Completed in 131 milliseconds