TuttleOFX
1
|
#include <tuttle/plugin/Plugin.hpp>
#include "reader/Jpeg2000ReaderPluginFactory.hpp"
#include "writer/Jpeg2000WriterPluginFactory.hpp"
Go to the source code of this file.
Namespaces | |
namespace | OFX |
The core 'OFX Support' namespace, used by plugin implementations. All code for these are defined in the common support libraries. | |
namespace | OFX::Plugin |
The OFX::Plugin namespace. All the functions in here needs to be defined by each plugin that uses the support libs. | |
Defines | |
#define | OFXPLUGIN_VERSION_MAJOR 1 |
#define | OFXPLUGIN_VERSION_MINOR 5 |
Functions | |
void | OFX::Plugin::getPluginIDs (OFX::PluginFactoryArray &ids) |
#define OFXPLUGIN_VERSION_MAJOR 1 |
Definition at line 1 of file mainEntry.cpp.
#define OFXPLUGIN_VERSION_MINOR 5 |
Definition at line 2 of file mainEntry.cpp.