SimpleControl Class Reference
SimpleControl class. More...
Inheritance diagram for SimpleControl:
Public Slots | |
void | onQuit () |
Destroy all data before exiting. More... | |
void | updateInfoObject () |
update information about selected Object More... | |
Public Member Functions | |
SimpleControl (QWidget *centralUI, World *world, QWidget *parent=0) | |
Construct an SimpleControl. More... | |
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
|
slot |
Destroy all data before exiting.
Definition at line 73 of file simplecontrol.cpp.
|
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:
- worldsim/include/simplecontrol.h
- worldsim/src/simplecontrol.cpp