|
#include <MemoryX/gui-plugins/SceneEditor/gui/dialog/LoadSnapshotDialog.h>
Public Member Functions | |
LoadSnapshotDialog (controller::ControllerPtr control, QWidget *parent=0) | |
Constructor. More... | |
void | retranslate () |
Translates all translatable strings in this dialog. More... | |
~LoadSnapshotDialog () override | |
Destructor. More... | |
Definition at line 37 of file LoadSnapshotDialog.h.
|
explicit |
Constructor.
Creates a new Instance of this class.
control | Pointer to Main Controller |
parent | Pointer to parent Widget |
Definition at line 30 of file LoadSnapshotDialog.cpp.
|
override |
Destructor.
Definition at line 39 of file LoadSnapshotDialog.cpp.
void retranslate | ( | ) |
Translates all translatable strings in this dialog.
Definition at line 97 of file LoadSnapshotDialog.cpp.