|
TuttleOFX
1
|


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. | |
For more details go see AttributesPage
Definition in file ofxAttribute.h.
| 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.