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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIAddDiskEncryptionPasswordDialog.cpp518 const QString &strMachineName,
521 , m_strMachineName(strMachineName)
517 UIAddDiskEncryptionPasswordDialog(QWidget *pParent, const QString &strMachineName, const EncryptedMediumMap &encryptedMediums) argument
H A DUIMachineWindow.cpp506 QString strMachineName = machineName() + strSnapshotName; local
508 strMachineName += " [" + gpConverter->toString(state) + "]";
512 strMachineName += " - " + (strUserProductName.isEmpty() ? defaultWindowTitle() : strUserProductName);
515 strMachineName += QString(" : %1").arg(m_uScreenId + 1);
516 setWindowTitle(strMachineName);
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.cpp991 QString strMachineName = pItem->name(); local
996 pSelectedItem = mainRoot()->searchForItem(strMachineName,
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.cpp499 void UIMessageCenter::cannotOpenSession(const CProgress &progress, const QString &strMachineName) const
503 .arg(strMachineName),
547 void UIMessageCenter::cannotReregisterExistingMachine(const QString &strMachinePath, const QString &strMachineName) const
551 .arg(strMachineName, strMachinePath));
606 QString strMachineName; local
610 strMachineName = machine.GetName();
633 strMachineName = VBoxGlobal::hasAllowedExtension(fi.completeSuffix(), VBoxFileExts) ? fi.completeBaseName() : fi.fileName();
638 strMachineNames += QString(strMachineNames.isEmpty() ? "<b>%1</b>" : ", <b>%1</b>").arg(strMachineName);
784 void UIMessageCenter::cannotSaveMachineState(const CProgress &progress, const QString &strMachineName) argument
788 .arg(strMachineName),
868 cannotTakeSnapshot(const CMachine &machine, const QString &strMachineName, QWidget *pParent ) const argument
876 cannotTakeSnapshot(const CProgress &progress, const QString &strMachineName, QWidget *pParent ) const argument
1513 cannotRegisterMachine(const CVirtualBox &vbox, const QString &strMachineName, QWidget *pParent ) const argument
1529 cannotCreateClone(const CProgress &progress, const QString &strMachineName, QWidget *pParent ) const argument
1854 cannotStartWithoutNetworkIf(const QString &strMachineName, const QString &strIfNames) const argument
2046 cannotToggleVRDEServer(const CVRDEServer &server, const QString &strMachineName, bool fEnable) argument
2055 cannotToggleNetworkAdapterCable(const CNetworkAdapter &adapter, const QString &strMachineName, bool fConnect) argument
[all...]

Completed in 90 milliseconds