Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

iRegionList Struct Reference

A list of region objects. More...

#include <region.h>

Inheritance diagram for iRegionList:

iBase List of all members.

Public Methods

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

virtual iRegionGet (int n) const=0
 Return a region by index.

virtual int Add (iRegion *obj)=0
 Add a region.

virtual bool Remove (iRegion *obj)=0
 Remove a region.

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

virtual void RemoveAll ()=0
 Remove all regions.

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

virtual iRegionFindByName (const char *Name) const=0
 Find a region by name.


Detailed Description

A list of region objects.


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