ObjectInspectorWidget Class Reference

This class provides a widget which displays all class and instance attributes of a currently selected scene3D::SceneObject or a memoryx::ObjectClassPtr in a tree view. More...

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

+ Inheritance diagram for ObjectInspectorWidget:

Public Member Functions

 ObjectInspectorWidget (const controller::ControllerPtr &control, QWidget *parent=0)
 Constructor. More...
 
void retranslate ()
 Translates all translatable strings in this dialog. More...
 
 ~ObjectInspectorWidget () override
 Destructor. More...
 

Detailed Description

This class provides a widget which displays all class and instance attributes of a currently selected scene3D::SceneObject or a memoryx::ObjectClassPtr in a tree view.

Definition at line 48 of file ObjectInspectorWidget.h.

Constructor & Destructor Documentation

◆ ObjectInspectorWidget()

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

Constructor.

Constructs an instance of ObjectInspectorWidget. Expects a controller::ControllerPtr to get information about the scene and the MemoryX.

Definition at line 35 of file ObjectInspectorWidget.cpp.

◆ ~ObjectInspectorWidget()

~ObjectInspectorWidget ( )
override

Destructor.

Definition at line 61 of file ObjectInspectorWidget.cpp.

Member Function Documentation

◆ retranslate()

void retranslate ( )

Translates all translatable strings in this dialog.

Definition at line 134 of file ObjectInspectorWidget.cpp.


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