![]() |
Public API Reference |
#include <sector.h>
Inheritance diagram for iSectorList:

Public Methods | |
| virtual int | GetCount () const=0 |
| Return the number of sectors in this list. More... | |
| virtual iSector * | Get (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 iSector * | FindByName (const char *Name) const=0 |
| Find a sector by name. More... | |
Definition at line 219 of file iengine/sector.h.
|
|
Add a sector.
Implemented in csSectorList. |
|
|
Find a sector and return its index.
Implemented in csSectorList. |
|
|
Find a sector by name.
Implemented in csSectorList. |
|
|
Return a sector by index.
Implemented in csSectorList. |
|
|
Return the number of sectors in this list.
Implemented in csSectorList. |
|
|
Remove the nth sector.
Implemented in csSectorList. |
|
|
Remove a sector.
Implemented in csSectorList. |
|
|
Remove all sectors.
Implemented in csSectorList. |