TuttleOFX
1
|
Go to the source code of this file.
Data Structures | |
struct | OfxGraphSuiteV1 |
Defines | |
#define | kOfxGraphPluginApi "OfxGraphPluginAPI" |
String used to label OFX Graph Plug-ins. | |
#define | kOfxGraphPluginApiVersion 1 |
The current version of the Graph API. | |
#define | kOfxPluginsNeeded "ofxPluginsNeeded" |
Typedefs | |
typedef struct OfxGraphSuiteV1 | OfxGraphSuiteV1 |
#define kOfxGraphPluginApi "OfxGraphPluginAPI" |
String used to label OFX Graph Plug-ins.
Set the pluginApi member of the OfxPluginHeader inside any OfxGraphPluginStruct to be this so that the host knows the plugin is a subgraph node.
Definition at line 19 of file ofxGraphAPI.h.
#define kOfxGraphPluginApiVersion 1 |
The current version of the Graph API.
Definition at line 24 of file ofxGraphAPI.h.
typedef struct OfxGraphSuiteV1 OfxGraphSuiteV1 |