Searched refs:VBoxTakeSnapshotDlg (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxTakeSnapshotDlg.h2 * VBox Qt GUI - VBoxTakeSnapshotDlg class declaration.
21 #include "VBoxTakeSnapshotDlg.gen.h"
28 class VBoxTakeSnapshotDlg : public QIWithRetranslateUI<QIDialog>, public Ui::VBoxTakeSnapshotDlg class in inherits:QIWithRetranslateUI,Ui::VBoxTakeSnapshotDlg
34 VBoxTakeSnapshotDlg(QWidget *pParent, const CMachine &machine);
H A DVBoxTakeSnapshotDlg.cpp3 * VBox Qt GUI - VBoxTakeSnapshotDlg class implementation.
26 # include "VBoxTakeSnapshotDlg.h"
43 VBoxTakeSnapshotDlg::VBoxTakeSnapshotDlg(QWidget *pParent, const CMachine &machine) function in class:VBoxTakeSnapshotDlg
47 Ui::VBoxTakeSnapshotDlg::setupUi(this);
91 void VBoxTakeSnapshotDlg::retranslateUi()
94 Ui::VBoxTakeSnapshotDlg::retranslateUi(this);
97 void VBoxTakeSnapshotDlg::nameChanged(const QString &strName)
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DVBoxSnapshotsWgt.cpp36 # include "VBoxTakeSnapshotDlg.h"
837 QPointer<VBoxTakeSnapshotDlg> pDlg = new VBoxTakeSnapshotDlg(pDlgParent, mMachine);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.cpp59 # include "VBoxTakeSnapshotDlg.h"
1395 QPointer<VBoxTakeSnapshotDlg> pDlg = new VBoxTakeSnapshotDlg(pDlgParent, machine());

Completed in 69 milliseconds