Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
csBaseRenderStepLoader Class Reference
Inheritance diagram for csBaseRenderStepLoader:

Public Member Functions | |
virtual bool | Initialize (iObjectRegistry *object_reg) |
Initialize the component. | |
virtual csPtr< iBase > | Parse (iDocumentNode *node, iLoaderContext *ldr_context, iBase *context)=0 |
Parse a given document node and return a new object for it. | |
Public Attributes | |
SCF_DECLARE_IBASE | |
Protected Attributes | |
iObjectRegistry * | object_reg |
csRef< iSyntaxService > | synldr |
Detailed Description
Definition at line 32 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.4