|
This class provides a QWidget which displays all existing groups in the local scene. More...
#include <MemoryX/gui-plugins/SceneEditor/gui/GroupExplorerWidget.h>
Signals | |
void | addToGroupClicked () |
Signal emitted to add current selection in scene to selected group. More... | |
void | addToSelectionClicked () |
Signal emitted to add selected group to current selection in the scene. More... | |
void | groupNameClicked () |
Signal emitted when click event on group name triggered. More... | |
Public Member Functions | |
GroupExplorerWidget (const controller::ControllerPtr &control, QPointer< dialog::GroupExplorerDialog > groupEditorDialog, QWidget *parent=0) | |
Constructor. More... | |
void | retranslate () |
Translates all translatable strings in this dialog. More... | |
~GroupExplorerWidget () override | |
This class provides a QWidget which displays all existing groups in the local scene.
It supports simple functions to edit groups.
Definition at line 46 of file GroupExplorerWidget.h.
|
explicit |
Constructor.
Constructs an instance of the GroupExplorerWidget. It expects a constant reference to controller::ControllerPtr to get information about the scene, a groupEditorDialog and a parent widget.
control | shared pointer to controller::ControllerPtr} |
groupEditorDialog | QPointer to the group editor dialog |
parent | parent widget |
Definition at line 44 of file GroupExplorerWidget.cpp.
|
override |
Definition at line 84 of file GroupExplorerWidget.cpp.
|
signal |
Signal emitted to add current selection in scene to selected group.
|
signal |
Signal emitted to add selected group to current selection in the scene.
|
signal |
Signal emitted when click event on group name triggered.
void retranslate | ( | ) |
Translates all translatable strings in this dialog.
Definition at line 301 of file GroupExplorerWidget.cpp.