#include <scf.h>
Public Attributes | |
char* | ClassID |
This is the classID. | |
char* | Description |
This is the description of given class. | |
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. |
Usually this is done by implementing a exported function that returns a pointer to that table.
|
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. |