TuttleOFX
1
|
#include "OfxhHost.hpp"
#include "OfxhPropertySuite.hpp"
#include "OfxhMemorySuite.hpp"
#include <ofxCore.h>
#include <ofxProperty.h>
#include <ofxMultiThread.h>
#include <ofxMemory.h>
#include <climits>
#include <cmath>
#include <cfloat>
#include <cstring>
Go to the source code of this file.
Namespaces | |
namespace | tuttle |
global namespace of the project | |
namespace | tuttle::host |
Library for host. | |
namespace | tuttle::host::ofx |
OpenFX wrapping to communicate with C API. | |
Defines | |
#define | kOfxHostSupportHostPointer "sf.openfx.net.OfxHostSupportHostPointer" |
our own internal property for storing away our private pointer to our host descriptor | |
Functions | |
static void * | tuttle::host::ofx::fetchSuite (OfxPropertySetHandle hostProps, const char *suiteName, int suiteVersion) |
Variables | |
static property::OfxhPropSpec | tuttle::host::ofx::hostStuffs [] |
#define kOfxHostSupportHostPointer "sf.openfx.net.OfxHostSupportHostPointer" |
our own internal property for storing away our private pointer to our host descriptor
Definition at line 51 of file OfxhHost.cpp.
Referenced by tuttle::host::ofx::fetchSuite(), and tuttle::host::ofx::OfxhHost::OfxhHost().