Katana Plug-in APIs 0.1
Public Attributes

FnPluginHost Struct Reference

The basic host information that will be provided to a plug-in by setHost(). More...

#include <FnPluginSystem.h>

List of all members.

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)

Detailed Description

The basic host information that will be provided to a plug-in by setHost().


Member Data Documentation

Returns a pointer to the host's function suite for the given API.

Parameters:
apiNameThe name of the API that the host implements
apiVersionThe integer version of the API that the host implements
Returns:
A pointer to the host's function suite for the given API if successful, or NULL otherwise.

The documentation for this struct was generated from the following file:
 All Classes Functions Variables Typedefs Enumerations Enumerator