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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp1768 const CMediumAttachment currentAttachment = machine.GetMediumAttachment(strControllerName, storageSlot.port, storageSlot.device); local
1769 const CMedium currentMedium = currentAttachment.GetMedium();
1777 const UIMediumType mediumType = mediumTypeToLocal(currentAttachment.GetType());
1783 pActionOpenExistingMedium->setData(QVariant::fromValue(UIMediumTarget(strControllerName, currentAttachment.GetPort(), currentAttachment.GetDevice(),
1820 if (otherAttachment != currentAttachment)
1836 pActionChooseHostDrive->setData(QVariant::fromValue(UIMediumTarget(strControllerName, currentAttachment.GetPort(), currentAttachment.GetDevice(),
1863 if (otherAttachment != currentAttachment)
1879 pActionChooseRecentMedium->setData(QVariant::fromValue(UIMediumTarget(strControllerName, currentAttachment
1916 const CMediumAttachment currentAttachment = constMachine.GetMediumAttachment(target.name, target.port, target.device); local
[all...]

Completed in 49 milliseconds