csBaseRenderStepLoader Class Reference
[Common Plugin Classes]
Base class for render step loaders.
More...
#include <csplugincommon/renderstep/basesteploader.h>
Inheritance diagram for csBaseRenderStepLoader:

Public Member Functions | |
| virtual bool | Initialize (iObjectRegistry *object_reg) |
| Initialize the component. | |
| virtual csPtr< iBase > | Parse (iDocumentNode *node, iStreamSource *ssource, iLoaderContext *ldr_context, iBase *context)=0 |
| Parse a given document node and return a new object for it. | |
Protected Attributes | |
| iObjectRegistry * | object_reg |
| csRef< iSyntaxService > | synldr |
Detailed Description
Base class for render step loaders.
Definition at line 41 of file basesteploader.h.
Member Function Documentation
|
|
Initialize the component. This is automatically called by system driver at startup so that plugin can do basic initialization stuff, register with the system driver and so on. Implements iComponent. |
|
||||||||||||||||||||
|
Parse a given document node and return a new object for it.
Implements iLoaderPlugin. |
The documentation for this class was generated from the following file:
- csplugincommon/renderstep/basesteploader.h
Generated for Crystal Space by doxygen 1.4.6
