TuttleOFX  1
ofxAttribute.h File Reference
#include "ofxCore.h"
#include "ofxProperty.h"
Include dependency graph for ofxAttribute.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define kOfxAttributeTypeParam   "OfxAttributeTypeParam"
 String to identify an attribute as a parameter.
#define kOfxAttributeTypeClip   "OfxAttributeTypeClip"
 String to identify an attribute as a clip.
#define kOfxOutputAttributeName   "Output"
 String that is the name of the standard OFX output attribute.
#define kOfxSimpleSourceAttributeName   "Source"
 String that is the name of the standard OFX single source input attribute.

Typedefs

typedef struct OfxAttributeStruct * OfxAttributeHandle
 string value to the kOfxPropType property for all parameters
typedef struct
OfxAttributeSetStruct * 
OfxAttributeSetHandle
 Blind declaration of an OFX parameter set.

Detailed Description

For more details go see AttributesPage

Definition in file ofxAttribute.h.


Typedef Documentation

typedef struct OfxAttributeStruct* OfxAttributeHandle

string value to the kOfxPropType property for all parameters

string value on the kOfxPropType property for all parameter definitions (ie: the handle returned in describe) string value on the kOfxPropType property for all parameter instances Blind declaration of an OFX param

Definition at line 52 of file ofxAttribute.h.

typedef struct OfxAttributeSetStruct* OfxAttributeSetHandle

Blind declaration of an OFX parameter set.

Definition at line 57 of file ofxAttribute.h.