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