|
|
#include <MemoryX/gui-plugins/SceneEditor/gui/dialog/GroupExplorerDialog.h>
Inheritance diagram for GroupExplorerDialog:Public Member Functions | |
| GroupExplorerDialog (controller::ControllerPtr control, QWidget *parent=0) | |
| Constructor. More... | |
| void | retranslate () |
| Translates all translatable strings in this dialog. More... | |
| void | setCurrentGroup (QString groupId) |
| Sets the currently selected Group. More... | |
| ~GroupExplorerDialog () override | |
| Destructor. More... | |
Definition at line 43 of file GroupExplorerDialog.h.
|
explicit |
Constructor.
Basic constructor for GroupExplorerDialog.
| control | The controller containing all managers needed in this Dialog |
| parent | Parent widget |
Definition at line 40 of file GroupExplorerDialog.cpp.
|
override |
Destructor.
Definition at line 65 of file GroupExplorerDialog.cpp.
| void retranslate | ( | ) |
Translates all translatable strings in this dialog.
Definition at line 408 of file GroupExplorerDialog.cpp.
| void setCurrentGroup | ( | QString | groupId | ) |
Sets the currently selected Group.
| groupId | The Id of the group to be selected |
Definition at line 245 of file GroupExplorerDialog.cpp.