Searched defs:VBoxSnapshotDetailsDlg (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxSnapshotDetailsDlg.h2 * VBox Qt GUI - VBoxSnapshotDetailsDlg class declaration.
21 #include "VBoxSnapshotDetailsDlg.gen.h"
30 class VBoxSnapshotDetailsDlg : public QIWithRetranslateUI <QDialog>, public Ui::VBoxSnapshotDetailsDlg class in inherits:QIWithRetranslateUI,Ui::VBoxSnapshotDetailsDlg
36 VBoxSnapshotDetailsDlg (QWidget *aParent);
H A DVBoxSnapshotDetailsDlg.cpp3 * VBox Qt GUI - VBoxSnapshotDetailsDlg class implementation.
30 # include <VBoxSnapshotDetailsDlg.h>
39 VBoxSnapshotDetailsDlg::VBoxSnapshotDetailsDlg (QWidget *aParent) function in class:VBoxSnapshotDetailsDlg
43 Ui::VBoxSnapshotDetailsDlg::setupUi (this);
58 void VBoxSnapshotDetailsDlg::getFromSnapshot (const CSnapshot &aSnapshot)
108 void VBoxSnapshotDetailsDlg::putBackToSnapshot()
124 void VBoxSnapshotDetailsDlg::retranslateUi()
127 Ui::VBoxSnapshotDetailsDlg::retranslateUi (this);
141 bool VBoxSnapshotDetailsDlg
[all...]

Completed in 47 milliseconds