#include <Factory.h>
Static Public Member Functions | |
| static PropertyPtr | create (const XMLNodePtr &xml) |
| static void | registerClass (const string className, FactoryFunc func) |
| static bool | isRegisteredClass (const string className) |
Definition at line 10 of file Factory.h.
| PropertyPtr RenderTools::Factory::create | ( | const XMLNodePtr & | xml | ) | [static] |
call the factory function
we *could* generate a property here from the xml
Definition at line 10 of file Factory.cpp.
| bool RenderTools::Factory::isRegisteredClass | ( | const string | className | ) | [static] |
Definition at line 36 of file Factory.cpp.
| void RenderTools::Factory::registerClass | ( | const string | className, | |
| FactoryFunc | func | |||
| ) | [static] |
Definition at line 32 of file Factory.cpp.
1.5.8