#include <light.h>
Inheritance diagram for iLightList:
Public Methods | |
virtual int | GetCount () const=0 |
Return the number of lights in this list. | |
virtual iLight* | Get (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 iLight* | FindByName (const char *Name) const=0 |
Find a light by name. | |
virtual iLight* | FindByID (unsigned long id) const=0 |
Find a light by its ID value. |