|
#include <MemoryX/gui-plugins/SceneEditor/gui/dialog/GroupExplorerDialog.h>
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 39 of file GroupExplorerDialog.cpp.
|
override |
Destructor.
Definition at line 63 of file GroupExplorerDialog.cpp.
void retranslate | ( | ) |
Translates all translatable strings in this dialog.
Definition at line 355 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 217 of file GroupExplorerDialog.cpp.