Demo::SceneListElem Struct Reference

List of all members.

Public Attributes

SceneListElemnext
Scenescene
int start_time
int end_time
int blend

Detailed Description

Data structure to hold the scenes.

Definition at line 217 of file Demo.h.


Member Data Documentation

int Demo::SceneListElem::blend
 

This absolute time determines the start of the blending.

Definition at line 223 of file Demo.h.

int Demo::SceneListElem::end_time
 

The absolute end time of the scene.

Definition at line 222 of file Demo.h.

SceneListElem* Demo::SceneListElem::next
 

Pointer to the next element.

Definition at line 219 of file Demo.h.

Scene* Demo::SceneListElem::scene
 

The actual scene to be played.

Definition at line 220 of file Demo.h.

int Demo::SceneListElem::start_time
 

The absolute start time of the scene.

Definition at line 221 of file Demo.h.


Generated on Sun Jul 2 13:20:40 2006 for Demo by  doxygen 1.4.6-NO