SimpleControl Class Reference

SimpleControl class. More...

Inheritance diagram for SimpleControl:

Public Slots

void onQuit ()
 Destroy all data before exiting.
 
void updateInfoObject ()
 update information about selected Object
 

Public Member Functions

 SimpleControl (QWidget *centralUI, World *world, QWidget *parent=0)
 Construct an SimpleControl.
 

Detailed Description

SimpleControl class.

\

Motivation
Create a complete, but simple, graphical interface for controlling/visualize the World
Description
Description
Warnings
Warnings

Definition at line 42 of file simplecontrol.h.

Constructor & Destructor Documentation

SimpleControl ( QWidget *  centralUI,
World world,
QWidget *  parent = 0 
)

Construct an SimpleControl.

Definition at line 29 of file simplecontrol.cpp.

References SimpleControl::updateInfoObject().

Member Function Documentation

void onQuit ( )
slot

Destroy all data before exiting.

Definition at line 73 of file simplecontrol.cpp.

void updateInfoObject ( )
slot

update information about selected Object

Definition at line 77 of file simplecontrol.cpp.

References RenderWObjectContainer::graphics(), and QGLViewer::selectedName().

Referenced by SimpleControl::SimpleControl().


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