|
Katana Plug-in APIs 0.1
|
The basic host information that will be provided to a plug-in by setHost(). More...
#include <FnPluginSystem.h>
Public Attributes | |
| const void *(* | getSuite )(const char *apiName, unsigned int apiVersion) |
| Returns a pointer to the host's function suite for the given API. | |
| const char * | name |
| The name of the host application. | |
| const char * | versionStr |
| A string description of the application version number (e.g. "1.4v1") | |
| unsigned int | versionInt |
| An integer version number for easy comparison (e.g., "1.2" could be 12 or 102) | |
The basic host information that will be provided to a plug-in by setHost().
| void * FnPluginHost::getSuite |
Returns a pointer to the host's function suite for the given API.
| apiName | The name of the API that the host implements |
| apiVersion | The integer version of the API that the host implements |
1.7.3