TuttleOFX  1
tuttle::host::ofx::interact Namespace Reference

Data Structures

class  OfxhInteractBase
class  OfxhInteractDescriptor
 Descriptor for an interact. Interacts all share a single description. More...
class  OfxhInteract

Enumerations

enum  State { eUninitialised, eDescribed, eCreated, eFailed }
 state the interact can be in More...

Functions

void * getInteractSuite (const int version)
 function to get the interact suite

Variables

static property::OfxhPropSpec interactDescriptorStuffs []
static property::OfxhPropSpec interactInstanceStuffs []
static property::OfxhPropSpec interactArgsStuffs []

Enumeration Type Documentation

state the interact can be in

Enumerator:
eUninitialised 
eDescribed 
eCreated 
eFailed 

Definition at line 70 of file OfxhInteract.hpp.


Function Documentation

void * tuttle::host::ofx::interact::getInteractSuite ( const int  version)

function to get the interact suite

Definition at line 89 of file OfxhInteractSuite.cpp.

Referenced by tuttle::host::ofx::imageEffect::OfxhImageEffectHost::fetchSuite().


Variable Documentation