#include <ofxsInteract.h>
Inheritance diagram for OFX::InteractDescriptor:

Public Member Functions | |
| InteractDescriptor () | |
| virtual | ~InteractDescriptor () |
| void | setPropertySet (OFX::PropertySet *props) |
| virtual Interact * | createInstance (OfxInteractHandle handle, ImageEffect *effect)=0 |
| void | setHasAlpha () |
| bool | getHasAlpha () const |
| void | setBitDepth () |
| int | getBitDepth () const |
| virtual OfxPluginEntryPoint * | getMainEntry ()=0 |
| virtual void | describe () |
Protected Attributes | |
| OFX::PropertySet * | _props |
|
|
|
|
|
|
|
||||||||||||
|
Implemented in OFX::DefaultEffectOverlayDescriptor< DESC, INSTANCE >, and OFX::DefaultParamInteractDescriptor< DESC, INSTANCE >. |
|
|
|
|
|
|
|
|
|
|
|
Implemented in OFX::DefaultEffectOverlayDescriptor< DESC, INSTANCE >, and OFX::DefaultParamInteractDescriptor< DESC, INSTANCE >. |
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1