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

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/
H A DUIWizardCloneVM.cpp85 QString strSnapshotName = tr("Linked Base for %1 and %2").arg(m_machine.GetName()).arg(strName); local
86 CProgress progress = machine.TakeSnapshot(strSnapshotName, "", true);
109 const CSnapshot &newSnapshot = m_machine.FindSnapshot(strSnapshotName);
112 msgCenter().cannotFindSnapshotByName(m_machine, strSnapshotName, this);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineWindowSeamless.cpp273 QString strSnapshotName; local
277 strSnapshotName = " (" + snapshot.GetName() + ")";
280 m_pMiniToolBar->setText(machineName() + strSnapshotName);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineWindowFullscreen.cpp488 QString strSnapshotName; local
492 strSnapshotName = " (" + snapshot.GetName() + ")";
495 m_pMiniToolBar->setText(machineName() + strSnapshotName);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineWindow.cpp500 QString strSnapshotName; local
504 strSnapshotName = " (" + snapshot.GetName() + ")";
506 QString strMachineName = machineName() + strSnapshotName;
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DVBoxSnapshotsWgt.cpp865 QString strSnapshotName = pDlg->mLeName->text().trimmed(); local
875 CProgress progress = machine.TakeSnapshot(strSnapshotName, strSnapshotDescription, true);
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserItemMachine.cpp277 QString strSnapshotName = snapshotName(); local
280 if (m_strSnapshotName == strSnapshotName)
284 m_strSnapshotName = strSnapshotName;
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.cpp816 int UIMessageCenter::confirmSnapshotRestoring(const QString &strSnapshotName, bool fAlsoCreateNewSnapshot) const argument
823 .arg(strSnapshotName),
832 .arg(strSnapshotName),
841 bool UIMessageCenter::confirmSnapshotRemoval(const QString &strSnapshotName) const
848 .arg(strSnapshotName),
853 bool UIMessageCenter::warnAboutSnapshotRemovalFreeSpace(const QString &strSnapshotName, argument
863 .arg(strSnapshotName, strTargetImageName, strTargetImageMaxSize, strTargetFileSystemFree),
884 bool UIMessageCenter::cannotRestoreSnapshot(const CMachine &machine, const QString &strSnapshotName, const QString &strMachineName) const argument
888 .arg(strSnapshotName, strMachineName),
893 bool UIMessageCenter::cannotRestoreSnapshot(const CProgress &progress, const QString &strSnapshotName, cons argument
902 cannotRemoveSnapshot(const CMachine &machine, const QString &strSnapshotName, const QString &strMachineName) const argument
910 cannotRemoveSnapshot(const CProgress &progress, const QString &strSnapshotName, const QString &strMachineName) const argument
[all...]

Completed in 82 milliseconds