TuttleOFX
1
|
#include <ofxsInteract.h>
Public Member Functions | |
ParamInteract (OfxInteractHandle handle, ImageEffect *effect) | |
virtual | ~ParamInteract () |
double | getInteractSizeAspect () const |
OfxPointI | getInteractMinimumSize () const |
OfxPointI | getInteractPreferredSize () const |
OfxPointI | getInteractSize () const |
Protected Attributes | |
ImageEffect * | _effect |
The instance we are associated with. |
Definition at line 277 of file ofxsInteract.h.
OFX::ParamInteract::ParamInteract | ( | OfxInteractHandle | handle, |
ImageEffect * | effect | ||
) |
Definition at line 369 of file ofxsInteract.cpp.
virtual OFX::ParamInteract::~ParamInteract | ( | ) | [inline, virtual] |
Definition at line 281 of file ofxsInteract.h.
OfxPointI OFX::ParamInteract::getInteractMinimumSize | ( | ) | const |
OfxPointI OFX::ParamInteract::getInteractPreferredSize | ( | ) | const |
OfxPointI OFX::ParamInteract::getInteractSize | ( | ) | const |
Definition at line 373 of file ofxsInteract.cpp.
References OFX::Interact::_interactProperties, kOfxParamPropInteractSize, OFX::PropertySet::propGetInt(), OfxPointI::x, and OfxPointI::y.
double OFX::ParamInteract::getInteractSizeAspect | ( | ) | const |
ImageEffect* OFX::ParamInteract::_effect [protected] |
The instance we are associated with.
Reimplemented from OFX::Interact.
Definition at line 288 of file ofxsInteract.h.