CrystalSpace

Public API Reference

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:

iLoaderPlugin iComponent iBase iBase List of all members.

Public Member Functions

virtual bool Initialize (iObjectRegistry *object_reg)
 Initialize the component.
virtual csPtr< iBaseParse (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

iObjectRegistryobject_reg
csRef< iSyntaxServicesynldr

Detailed Description

Definition at line 32 of file basesteploader.h.


Member Function Documentation

virtual bool csBaseRenderStepLoader::Initialize iObjectRegistry object_reg  )  [virtual]
 

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.

virtual csPtr<iBase> csBaseRenderStepLoader::Parse iDocumentNode node,
iLoaderContext ldr_context,
iBase context
[pure virtual]
 

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:
Generated for Crystal Space by doxygen 1.4.4