Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
iCollectionList Struct Reference
iCollection list. More...
#include <iengine/collectn.h>
Inheritance diagram for iCollectionList:

Public Member Functions | |
virtual iCollection * | NewCollection (const char *name)=0 |
Create a new collection. | |
virtual int | GetCount () const =0 |
Return the number of collections in this list. | |
virtual iCollection * | Get (int n) const =0 |
Return a collection by index. | |
virtual int | Add (iCollection *obj)=0 |
Add a collection. | |
virtual bool | Remove (iCollection *obj)=0 |
Remove a collection. | |
virtual bool | Remove (int n)=0 |
Remove the nth collection. | |
virtual void | RemoveAll ()=0 |
Remove all collections. | |
virtual int | Find (iCollection *obj) const =0 |
Find a collection and return its index. | |
virtual iCollection * | FindByName (const char *Name) const =0 |
Find a collection by name. |
Detailed Description
iCollection list.Main ways to get pointers to this interface:
Main users of this interface:- Engine stores them.
- Application uses them.
Definition at line 86 of file collectn.h.
Member Function Documentation
|
Add a collection.
|
|
Find a collection and return its index.
|
|
Find a collection by name.
|
|
Return a collection by index.
|
|
Return the number of collections in this list.
|
|
Create a new collection.
|
|
Remove the nth collection.
|
|
Remove a collection.
|
|
Remove all collections.
|
The documentation for this struct was generated from the following file:
- iengine/collectn.h
Generated for Crystal Space by doxygen 1.3.9.1