Lines Matching defs:machine
37 UIWizardCloneVM::UIWizardCloneVM(QWidget *pParent, const CMachine &machine, CSnapshot snapshot /* = CSnapshot() */)
39 , m_machine(machine)
67 /* Prepare machine for cloning: */
70 /* If the user like to create a linked clone from the current machine, we
73 * we could use the new snapshot machine for cloning. */
81 /* Prepare machine: */
82 CMachine machine = session.GetMachine();
86 CProgress progress = machine.TakeSnapshot(strSnapshotName, "", true);
88 if (machine.isOk())
101 msgCenter().cannotTakeSnapshot(machine, m_machine.GetName(), this);
105 /* Unlock machine finally: */
108 /* Get the new snapshot and the snapshot machine. */
118 /* Create a new machine object. */
153 /* Finally register the clone machine. */