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

/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DVBoxSnapshotsWgt.h2 * VBox Qt GUI - VBoxSnapshotsWgt class declaration.
25 #include "VBoxSnapshotsWgt.gen.h"
45 class VBoxSnapshotsWgt : public QIWithRetranslateUI <QWidget>, public Ui::VBoxSnapshotsWgt class in inherits:QIWithRetranslateUI,Ui::VBoxSnapshotsWgt
51 VBoxSnapshotsWgt (QWidget *aParent);
H A DVBoxSnapshotsWgt.cpp3 * VBox Qt GUI - VBoxSnapshotsWgt class implementation.
35 # include "VBoxSnapshotsWgt.h"
60 SnapshotWgtItem (VBoxSnapshotsWgt *pSnapshotWidget, QTreeWidget *aTreeWidget, const CSnapshot &aSnapshot)
69 SnapshotWgtItem (VBoxSnapshotsWgt *pSnapshotWidget, QTreeWidgetItem *aRootItem, const CSnapshot &aSnapshot)
78 SnapshotWgtItem (VBoxSnapshotsWgt *pSnapshotWidget, QTreeWidget *aTreeWidget, const CMachine &aMachine)
88 SnapshotWgtItem (VBoxSnapshotsWgt *pSnapshotWidget, QTreeWidgetItem *aRootItem, const CMachine &aMachine)
162 VBoxSnapshotsWgt::tr ("Current State (changed)", "Current State (Modified)") :
163 VBoxSnapshotsWgt::tr ("Current State", "Current State (Unmodified)"));
165 VBoxSnapshotsWgt::tr ("The current state differs from the state stored in the current snapshot") :
167 VBoxSnapshotsWgt
343 VBoxSnapshotsWgt::VBoxSnapshotsWgt (QWidget *aParent) function in class:VBoxSnapshotsWgt
[all...]

Completed in 43 milliseconds