GroupExplorerDialog Class Reference

#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...
 

Detailed Description

Definition at line 43 of file GroupExplorerDialog.h.

Constructor & Destructor Documentation

◆ GroupExplorerDialog()

GroupExplorerDialog ( controller::ControllerPtr  control,
QWidget *  parent = 0 
)
explicit

Constructor.

Basic constructor for GroupExplorerDialog.

Parameters
controlThe controller containing all managers needed in this Dialog
parentParent widget

Definition at line 40 of file GroupExplorerDialog.cpp.

◆ ~GroupExplorerDialog()

~GroupExplorerDialog ( )
override

Destructor.

Definition at line 65 of file GroupExplorerDialog.cpp.

Member Function Documentation

◆ retranslate()

void retranslate ( )

Translates all translatable strings in this dialog.

Definition at line 408 of file GroupExplorerDialog.cpp.

◆ setCurrentGroup()

void setCurrentGroup ( QString  groupId)

Sets the currently selected Group.

Parameters
groupIdThe Id of the group to be selected

Definition at line 245 of file GroupExplorerDialog.cpp.


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