Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

SimpleEffect Class Reference

#include <SimpleEffect.h>

Inheritance diagram for SimpleEffect::

GLEffect List of all members.

Public Methods

Creation, desctruction
Public API functions
Rendering, animation and effect control functions

Protected Methods

Private Attributes


Detailed Description


Constructor & Destructor Documentation

SimpleEffect::SimpleEffect ( GLFramework * parent )
 

Parameters:
parent   Pointer to the parent window.

See also:
GLEffect::GLEffect(), effectInfo

SimpleEffect::~SimpleEffect ( ) [virtual]
 

See also:
GLEffect::~GLEffect()


Member Function Documentation

void SimpleEffect::createControls ( QWidget * parent ) [virtual]
 

See also:
GLEffect::createControlPanel()

Reimplemented from GLEffect.

void SimpleEffect::stop ( ) [virtual]
 

Stops animation.

Reimplemented from GLEffect.

void SimpleEffect::play ( ) [virtual]
 

Starts effect animation.

Reimplemented from GLEffect.

void SimpleEffect::reset ( ) [virtual]
 

Resets effect parameters.

Reimplemented from GLEffect.

void SimpleEffect::pause ( ) [virtual]
 

Pauses animation.

Reimplemented from GLEffect.

void SimpleEffect::render ( ) [virtual]
 

Renders the effect.

Reimplemented from GLEffect.

void SimpleEffect::initialize ( ) [protected, virtual]
 

See also:
GLEffect::init()

Reimplemented from GLEffect.


The documentation for this class was generated from the following files:
Generated at Fri Apr 19 16:53:07 2002 for GLFramework by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001