Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

iLightList Struct Reference

This structure represents a list of lights. More...

#include <light.h>

Inheritance diagram for iLightList:

iBase List of all members.

Public Methods

virtual int GetCount () const=0
 Return the number of lights in this list.

virtual iLightGet (int n) const=0
 Return a light by index.

virtual int Add (iLight *obj)=0
 Add a light.

virtual bool Remove (iLight *obj)=0
 Remove a light.

virtual bool Remove (int n)=0
 Remove the nth light.

virtual void RemoveAll ()=0
 Remove all lights.

virtual int Find (iLight *obj) const=0
 Find a light and return its index.

virtual iLightFindByName (const char *Name) const=0
 Find a light by name.

virtual iLightFindByID (unsigned long id) const=0
 Find a light by its ID value.


Detailed Description

This structure represents a list of lights.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.2.5 written by Dimitri van Heesch, ©1997-2000