Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

iCollection Struct Reference

A collection object is for conveniance of the script language. More...

#include <collectn.h>

Inheritance diagram for iCollection:

iBase List of all members.

Public Methods

virtual iObjectQueryObject ()=0
 Query the iObject for this collection.

virtual iObjectFindObject (char *name) const=0
 Find an object with the given name inside this collection.

virtual int GetObjectCount () const=0
 Get the number of objects in this collection.

virtual void AddObject (iObject *obj)=0
 Add an object to the collection.

virtual iObjectoperator[] (int i) const=0
 Get an object by index (operator version).

virtual iObjectGetObject (int i) const=0
 Get an object by index (function version).


Detailed Description

A collection object is for conveniance of the script language.

It is simply a collection of other 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