CSceneWidget Class Reference

A configuration widget for IScene. More...

#include <scenewidget.h>

List of all members.

Public Member Functions

 CSceneWidget (IScene *scene)
 Constructs a CSceneWidget object.
virtual ~CSceneWidget (void)
 Destruction.
void init (void)
 Initializes the widget.
void shutdown (void)
 Must be called before destruction if the widget was initialized.


Detailed Description

A configuration widget for IScene.

This widget is bound to an IScene object and can be used to modify its parameters.


Constructor & Destructor Documentation

CSceneWidget::CSceneWidget ( IScene scene  ) 

Constructs a CSceneWidget object.

After the widget has been constructed, it must be initialized with init().

Parameters:
scene IScene object to bind to.


Member Function Documentation

void CSceneWidget::init ( void   ) 

Initializes the widget.

This must be called after the attached IScene object was successfully initialized, otherwise behavior is undefined.

void CSceneWidget::shutdown ( void   ) 

Must be called before destruction if the widget was initialized.

Frees resources and makes the widget ready for destruction.


The documentation for this class was generated from the following files:
Generated on Sun Mar 2 17:12:32 2008 for Shader Maker by  doxygen 1.5.4