CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

iSectorList Struct Reference
[Crystal Space 3D Engine]

A list of sectors. More...

#include <sector.h>

Inheritance diagram for iSectorList:

iBase csSectorList List of all members.

Public Methods

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

virtual iSectorGet (int n) const=0
 Return a sector by index. More...

virtual int Add (iSector *obj)=0
 Add a sector. More...

virtual bool Remove (iSector *obj)=0
 Remove a sector. More...

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

virtual void RemoveAll ()=0
 Remove all sectors. More...

virtual int Find (iSector *obj) const=0
 Find a sector and return its index. More...

virtual iSectorFindByName (const char *Name) const=0
 Find a sector by name. More...


Detailed Description

A list of sectors.

Definition at line 239 of file iengine/sector.h.


Member Function Documentation

virtual int iSectorList::Add iSector   obj [pure virtual]
 

Add a sector.

Implemented in csSectorList.

virtual int iSectorList::Find iSector   obj const [pure virtual]
 

Find a sector and return its index.

Implemented in csSectorList.

virtual iSector* iSectorList::FindByName const char *    Name const [pure virtual]
 

Find a sector by name.

Implemented in csSectorList.

virtual iSector* iSectorList::Get int    n const [pure virtual]
 

Return a sector by index.

Implemented in csSectorList.

virtual int iSectorList::GetCount   const [pure virtual]
 

Return the number of sectors in this list.

Implemented in csSectorList.

virtual bool iSectorList::Remove int    n [pure virtual]
 

Remove the nth sector.

Implemented in csSectorList.

virtual bool iSectorList::Remove iSector   obj [pure virtual]
 

Remove a sector.

Implemented in csSectorList.

virtual void iSectorList::RemoveAll   [pure virtual]
 

Remove all sectors.

Implemented in csSectorList.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.2.14