Public Member Functions

glut::Task Class Reference
[Wavepacket Glut Library WrapperWavepacket OpenGL Threading]

Create one of these (you'll have to inherit) if you have openGL work you need to submit to requestTask(). More...

#include <wave-glut.h>

Inheritance diagram for glut::Task:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~Task (void) throw ()
virtual void doTask (void)=0
 here is where the implementer can do any OpenGL-specific work

Detailed Description

Create one of these (you'll have to inherit) if you have openGL work you need to submit to requestTask().

Definition at line 200 of file lib/wave-glut/wave-glut.h.


Constructor & Destructor Documentation

glut::Task::~Task ( void   )  throw () [virtual]

Definition at line 49 of file wave-glut.cpp.


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