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

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsElements.cpp546 const QString strMediumLocation = medium.isNull() ? QString() : medium.GetLocation(); local
552 strMediumLocation,
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsStorage.cpp2966 QString strMediumLocation = mediumInfoList[1]; local
2967 QString strMediumId = vboxGlobal().openMedium(mediumType, strMediumLocation, this);
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp1643 QString VBoxGlobal::openMedium(UIMediumType mediumType, QString strMediumLocation, QWidget *pParent /* = 0*/) argument
1646 strMediumLocation = QDir::toNativeSeparators(strMediumLocation);
1654 case UIMediumType_HardDisk: gEDataManager->setRecentFolderForHardDrives(QFileInfo(strMediumLocation).absolutePath()); break;
1655 case UIMediumType_DVD: gEDataManager->setRecentFolderForOpticalDisks(QFileInfo(strMediumLocation).absolutePath()); break;
1656 case UIMediumType_Floppy: gEDataManager->setRecentFolderForFloppyDisks(QFileInfo(strMediumLocation).absolutePath()); break;
1669 if (recentMediumList.contains(strMediumLocation))
1670 recentMediumList.removeAll(strMediumLocation);
1671 recentMediumList.prepend(strMediumLocation);
1682 CMedium cmedium = vbox.OpenMedium(strMediumLocation, mediumTypeToGloba
[all...]

Completed in 66 milliseconds