TuttleOFX
1
|
#include "ofxCore.h"
Go to the source code of this file.
Defines | |
#define | kOfxTypeClip "OfxTypeClip" |
Used as a value for kOfxPropType on image effect clips. | |
#define | kOfxClipPropType "OfxClipPropType" |
The type of a clip. | |
#define | kOfxClipTypeImage "OfxClipTypeImage" |
String to identify a clip as an imageClip. |
#define kOfxClipPropType "OfxClipPropType" |
The type of a clip.
This string will be set to the type that the parameter was create with.
Definition at line 24 of file ofxClip.h.
Referenced by tuttle::host::ofx::attribute::OfxhClipImageDescriptor::init().
#define kOfxClipTypeImage "OfxClipTypeImage" |
String to identify a clip as an imageClip.
Definition at line 27 of file ofxClip.h.
Referenced by tuttle::host::ofx::attribute::OfxhClipImageDescriptor::init().
#define kOfxTypeClip "OfxTypeClip" |
Used as a value for kOfxPropType on image effect clips.
Definition at line 14 of file ofxClip.h.
Referenced by tuttle::host::ofx::imageEffect::OfxhImageEffectNode::clipInstanceChangedAction(), OFX::Private::instanceChangedAction(), and tuttle::host::ofx::attribute::OfxhClipDescriptor::OfxhClipDescriptor().