![]() |
Public API Reference |
#include <engine.h>
Inheritance diagram for csCollectionList::CollectionList:
Public Methods | |
virtual iCollection * | NewCollection (const char *name) |
Create a new collection. More... | |
virtual int | GetCount () const |
Return the number of collections in this list. More... | |
virtual iCollection * | Get (int n) const |
Return a collection by index. More... | |
virtual int | Add (iCollection *obj) |
Add a collection. More... | |
virtual bool | Remove (iCollection *obj) |
Remove a collection. More... | |
virtual bool | Remove (int n) |
Remove the nth collection. More... | |
virtual void | RemoveAll () |
Remove all collections. More... | |
virtual int | Find (iCollection *obj) const |
Find a collection and return its index. More... | |
virtual iCollection * | FindByName (const char *Name) const |
Find a collection by name. More... |
Definition at line 141 of file csengine/engine.h.
|
Add a collection.
Implements iCollectionList. |
|
Find a collection and return its index.
Implements iCollectionList. |
|
Find a collection by name.
Implements iCollectionList. |
|
Return a collection by index.
Implements iCollectionList. |
|
Return the number of collections in this list.
Implements iCollectionList. |
|
Create a new collection.
Implements iCollectionList. |
|
Remove the nth collection.
Implements iCollectionList. |
|
Remove a collection.
Implements iCollectionList. |
|
Remove all collections.
Implements iCollectionList. |