#include <ObjectCreationList.h>
Inherits SubsystemInterface.
Public Member Functions | |
| ObjectCreationListStore () | |
| ~ObjectCreationListStore () | |
| void | init () |
| void | reset () |
| void | update () |
| const ObjectCreationList * | findObjectCreationList (const char *name) const |
| void | addObjectCreationNugget (ObjectCreationNugget *nugget) |
Public Member Functions inherited from SubsystemInterface | |
| SubsystemInterface () | |
| virtual | ~SubsystemInterface () |
| virtual void | postProcessLoad () |
| virtual void | draw (void) |
| void | UPDATE (void) |
| void | DRAW (void) |
| AsciiString | getName (void) |
| void | setName (AsciiString name) |
Static Public Member Functions | |
| static void | parseObjectCreationListDefinition (INI *ini) |
Additional Inherited Members | |
Protected Attributes inherited from SubsystemInterface | |
| AsciiString | m_name |
The "store" used to hold all the ObjectCreationLists in existence.
Definition at line 187 of file ObjectCreationList.h.
| ObjectCreationListStore::ObjectCreationListStore | ( | ) |
Definition at line 1582 of file ObjectCreationList.cpp.
| ObjectCreationListStore::~ObjectCreationListStore | ( | ) |
Definition at line 1587 of file ObjectCreationList.cpp.
| void ObjectCreationListStore::addObjectCreationNugget | ( | ObjectCreationNugget * | nugget | ) |
Definition at line 1615 of file ObjectCreationList.cpp.
| const ObjectCreationList * ObjectCreationListStore::findObjectCreationList | ( | const char * | name | ) | const |
return the ObjectCreationList with the given namekey. return NULL if no such ObjectCreationList exists.
Definition at line 1598 of file ObjectCreationList.cpp.
|
inlinevirtual |
Implements SubsystemInterface.
Definition at line 195 of file ObjectCreationList.h.
|
static |
Definition at line 1621 of file ObjectCreationList.cpp.
|
inlinevirtual |
Implements SubsystemInterface.
Definition at line 196 of file ObjectCreationList.h.
|
inlinevirtual |
Implements SubsystemInterface.
Definition at line 197 of file ObjectCreationList.h.