TuttleOFX
1
|
#include "ofxImageEffect.h"
Go to the source code of this file.
Defines | |
#define | kOfxParamPropLayoutHint "OfxParamPropLayoutHint" |
Layout hint for hierarchical layouts. | |
#define | kOfxParamPropLayoutHintNormal 0 |
#define | kOfxParamPropLayoutHintDivider 1 |
#define | kOfxParamPropLayoutHintNoNewLine 2 |
#define | kOfxParamPropLayoutPadWidth "OfxParamPropLayoutPadWidth" |
Layout padding for hierarchical views, only pertinent with kOfxParamPropLayoutHint==2. | |
#define | kOfxPropOverlayColour "OfxPropOverlayColour" |
The suggested colour of an overlay colour in an interact. | |
#define | kOfxPropVersionLabel "OfxPropVersionLabel" |
Unique user readable version string for that identifies something from other versions. | |
#define | kOfxPropHostProductTitle "OfxPropHostProductTitle" |
The displayed named of the host. | |
#define | kOfxPropHostMajorVersion "OfxPropHostMajorVersion" |
The major version of the host. | |
#define | kOfxPropHostMinorVersion "OfxPropHostMinorVersion" |
The minor version of the host. | |
#define | kOfxPropHostBuildVersion "OfxPropHostBuildVersion" |
The build version of the host. | |
#define | kFnOfxParamPropGroupIsTab "FnOfxParamPropGroupIsTab" |
Whether to display a group as a tab. |
#define kFnOfxParamPropGroupIsTab "FnOfxParamPropGroupIsTab" |
Whether to display a group as a tab.
Definition at line 140 of file fnPublicOfxExtensions.h.
Referenced by OFX::GroupParamDescriptor::setAsTab().
#define kOfxParamPropLayoutHint "OfxParamPropLayoutHint" |
Layout hint for hierarchical layouts.
This is a property on parameters of type kOfxParamPropLayoutHint, and tells the group whether it should be open or closed by default.
Definition at line 54 of file fnPublicOfxExtensions.h.
Referenced by OFX::ParamDescriptor::setLayoutHint().
#define kOfxParamPropLayoutHintDivider 1 |
Definition at line 60 of file fnPublicOfxExtensions.h.
#define kOfxParamPropLayoutHintNoNewLine 2 |
Definition at line 63 of file fnPublicOfxExtensions.h.
#define kOfxParamPropLayoutHintNormal 0 |
Definition at line 57 of file fnPublicOfxExtensions.h.
#define kOfxParamPropLayoutPadWidth "OfxParamPropLayoutPadWidth" |
Layout padding for hierarchical views, only pertinent with kOfxParamPropLayoutHint==2.
This is a property on parameters of type kOfxParamPropLayoutPadWidth It tells the host how much space (in pixels) to leave between the current parameter and the next parameter in horizontal layouts.
Definition at line 75 of file fnPublicOfxExtensions.h.
#define kOfxPropHostBuildVersion "OfxPropHostBuildVersion" |
The build version of the host.
Definition at line 131 of file fnPublicOfxExtensions.h.
#define kOfxPropHostMajorVersion "OfxPropHostMajorVersion" |
The major version of the host.
Definition at line 113 of file fnPublicOfxExtensions.h.
#define kOfxPropHostMinorVersion "OfxPropHostMinorVersion" |
The minor version of the host.
Definition at line 122 of file fnPublicOfxExtensions.h.
#define kOfxPropHostProductTitle "OfxPropHostProductTitle" |
The displayed named of the host.
Definition at line 104 of file fnPublicOfxExtensions.h.
#define kOfxPropOverlayColour "OfxPropOverlayColour" |
The suggested colour of an overlay colour in an interact.
This is a property of an overlay interact instance.
Definition at line 86 of file fnPublicOfxExtensions.h.
#define kOfxPropVersionLabel "OfxPropVersionLabel" |
Unique user readable version string for that identifies something from other versions.
Definition at line 95 of file fnPublicOfxExtensions.h.