TuttleOFX  1
OFX::Plugin Namespace Reference

The OFX::Plugin namespace. All the functions in here needs to be defined by each plugin that uses the support libs. More...

Functions

void getPluginIDs (OFX::PluginFactoryArray &ids)
void getPluginID (OFX::PluginFactoryArray &id)
 Plugin side function used to identify the plugin to the support library.

Detailed Description

The OFX::Plugin namespace. All the functions in here needs to be defined by each plugin that uses the support libs.


Function Documentation

void OFX::Plugin::getPluginID ( OFX::PluginFactoryArray id)

Plugin side function used to identify the plugin to the support library.

void OFX::Plugin::getPluginIDs ( OFX::PluginFactoryArray ids)

Definition at line 10 of file mainEntry.cpp.

References mAppendPluginFactory.

Referenced by init().