GroupExplorerWidget Class Reference

This class provides a QWidget which displays all existing groups in the local scene. More...

#include <MemoryX/gui-plugins/SceneEditor/gui/GroupExplorerWidget.h>

+ Inheritance diagram for GroupExplorerWidget:

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ GroupExplorerWidget()

GroupExplorerWidget ( const controller::ControllerPtr control,
QPointer< dialog::GroupExplorerDialog groupEditorDialog,
QWidget *  parent = 0 
)
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.

Parameters
controlshared pointer to controller::ControllerPtr}
groupEditorDialogQPointer to the group editor dialog
parentparent widget

Definition at line 44 of file GroupExplorerWidget.cpp.

◆ ~GroupExplorerWidget()

~GroupExplorerWidget ( )
override

Definition at line 84 of file GroupExplorerWidget.cpp.

Member Function Documentation

◆ addToGroupClicked

void addToGroupClicked ( )
signal

Signal emitted to add current selection in scene to selected group.

+ Here is the caller graph for this function:

◆ addToSelectionClicked

void addToSelectionClicked ( )
signal

Signal emitted to add selected group to current selection in the scene.

+ Here is the caller graph for this function:

◆ groupNameClicked

void groupNameClicked ( )
signal

Signal emitted when click event on group name triggered.

+ Here is the caller graph for this function:

◆ retranslate()

void retranslate ( )

Translates all translatable strings in this dialog.

Definition at line 301 of file GroupExplorerWidget.cpp.


The documentation for this class was generated from the following files: