![]() |
Public API Reference |
#include <scf.h>
Public Attributes | |
char * | ClassID |
This is the classID. More... | |
char * | Description |
This is the description of given class. More... | |
char * | Dependencies |
An optional comma-separated list of ClassIDs that would be better to load before this. More... | |
void *(* | Factory )(iBase *iParent) |
Class factory function. More... |
Usually this is done by implementing a exported function that returns a pointer to that table.
Definition at line 465 of file scf.h.
|
This is the classID.
|
|
An optional comma-separated list of ClassIDs that would be better to load before this. This is a free-format string and its the responsability of each application to query, parse and use it. |
|
This is the description of given class.
|
|
Class factory function.
|