Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
iComponent Struct Reference
[Shared Class Facility (SCF)]
This interface describes a generic component in Crystal Space.
More...
#include <iutil/comp.h>
Inheritance diagram for iComponent:

Public Member Functions | |
virtual bool | Initialize (iObjectRegistry *)=0 |
Initialize the component. |
Detailed Description
This interface describes a generic component in Crystal Space.Main creators of instances implementing this interface:
- All plugins implement this interface.
- SCF_QUERY_INTERFACE() from a plugin instance.
Definition at line 50 of file comp.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. Implemented in csBaseRenderStepLoader, csBaseRenderStepType, and csMeshType::eiComponent. |
The documentation for this struct was generated from the following file:
- iutil/comp.h
Generated for Crystal Space by doxygen 1.4.4