TCachedMediaManager |
mediamanagerunit |
this is a cached media manager, an abstract manager that caches the file already loaded, and gives them back if they're requested again. Child of this class should override the loadXXX method to read the data first time. |
TDebris |
elementsunit |
|
TDrone |
elementsunit |
|
TEaxBufferProperties |
openal |
|
TEaxListenerProperties |
openal |
|
TElement |
elementsunit |
|
TElementList |
elementsunit |
|
TEnemy |
elementsunit |
|
TExplosion |
elementsunit |
|
TFileMediaManager |
mediamanagerunit |
This is the only actual media manager, that reads data from files. |
TFrustumCuller |
frustumunit |
|
TGenericMediaManager |
mediamanagerunit |
this is a Generic media manager, that is the abstract "interface" of all the media manager |
TGlMesh |
glmeshunit |
implements a OpenGl based Mesh. |
TKeyState |
keyboardunit |
|
TLaser |
elementsunit |
|
TMesh |
meshunit |
This class represent a Mesh, a collection of vertex and faces that forms a model. It has no drawing implementation, so that it's not bound to any library. Extenders of this class can implement it. |
TMeshList |
meshunit |
This class represent a list of meshes. You can obtain a mesh by index or by name |
TOpenGlGenericLoop |
openglmainloop |
The abstract loop * |
TOpenGlRealTimeLoop |
openglmainloop |
This loop runs continuosly, calling the drawevent over and over * |
TOpenGlStaticLoop |
openglmainloop |
This loop calls the drawevent only when it receives some event from SDL, such as mouse or keyboard input * |
TParticle |
elementsunit |
|
TPlayer |
elementsunit |
|
TProg |
mainunit |
|
TRing |
elementsunit |
|
TScreen |
screenunit |
|
TShip |
elementsunit |
|
TSound |
soundunit |
|
TSoundList |
soundunit |
|
TSource |
soundunit |
|
TTexture |
textureunit |
|
TTextureList |
textureunit |
|
TXMLAttribute |
nicola_xmlparser |
this simple class is a single attribute (umm could be a record too..) |
TXMLAttributes |
nicola_xmlparser |
a list of attribute. Can use Attributes['test'] syntax to read test attribute. also, access by index is supported, and access by string returning the TXMLAttribute class |
TXMLDocument |
nicola_xmlparser |
a XML document. Remember that XML docs have only one root node. this just read/write the main node. |
TXMLNode |
nicola_xmlparser |
rappresent a XML node. Can by tag, text, cdata, comment ecc.. (check TNodeType) |
TXMLNodes |
nicola_xmlparser |
a set of Nodes. Can be queried for a single node, or nodes can be scanned from 0 to count-1 |