![]() |
Public API Reference |
#include <region.h>
Inheritance diagram for iRegionList:
Public Methods | |
virtual int | GetCount () const=0 |
Return the number of regions in this list. More... | |
virtual iRegion * | Get (int n) const=0 |
Return a region by index. More... | |
virtual int | Add (iRegion *obj)=0 |
Add a region. More... | |
virtual bool | Remove (iRegion *obj)=0 |
Remove a region. More... | |
virtual bool | Remove (int n)=0 |
Remove the nth region. More... | |
virtual void | RemoveAll ()=0 |
Remove all regions. More... | |
virtual int | Find (iRegion *obj) const=0 |
Find a region and return its index. More... | |
virtual iRegion * | FindByName (const char *Name) const=0 |
Find a region by name. More... |
Definition at line 111 of file iengine/region.h.
|
Add a region.
|
|
Find a region and return its index.
|
|
Find a region by name.
|
|
Return a region by index.
|
|
Return the number of regions in this list.
|
|
Remove the nth region.
|
|
Remove a region.
|
|
Remove all regions.
|