TuttleOFX
1
|
all image effect interacts have these argumens More...
#include <ofxsInteract.h>
Public Member Functions | |
InteractArgs (const PropertySet &props) | |
ctor | |
Data Fields | |
double | time |
The current effect time to draw at. | |
OfxPointD | renderScale |
The current render scale being applied to any image that would be fetched. |
all image effect interacts have these argumens
Definition at line 64 of file ofxsInteract.h.
OFX::InteractArgs::InteractArgs | ( | const PropertySet & | props | ) |
ctor
Definition at line 310 of file ofxsInteract.cpp.
References OFX::getRenderScale(), kOfxPropTime, OFX::PropertySet::propGetDouble(), renderScale, and time.
The current render scale being applied to any image that would be fetched.
Definition at line 69 of file ofxsInteract.h.
Referenced by tuttle::plugin::crop::CropOverlay::draw(), tuttle::plugin::histogram::HistogramOverlay::draw(), tuttle::plugin::histogramKeyer::HistogramKeyerOverlay::draw(), InteractArgs(), OFX::KeyArgs::KeyArgs(), tuttle::plugin::histogramKeyer::HistogramKeyerOverlay::penDown(), tuttle::plugin::histogram::HistogramOverlay::penDown(), tuttle::plugin::histogramKeyer::HistogramKeyerOverlay::penMotion(), tuttle::plugin::histogram::HistogramOverlay::penMotion(), tuttle::plugin::histogram::HistogramOverlay::penUp(), and tuttle::plugin::histogramKeyer::HistogramKeyerOverlay::penUp().
double OFX::InteractArgs::time |
The current effect time to draw at.
Definition at line 68 of file ofxsInteract.h.
Referenced by tuttle::plugin::crop::CropOverlay::draw(), tuttle::plugin::lens::LensDistortOverlayInteract::draw(), tuttle::plugin::histogramKeyer::HSLOverlay::draw(), tuttle::plugin::histogram::HSLOverlay::draw(), tuttle::plugin::histogram::HistogramOverlay::draw(), tuttle::plugin::histogram::RGBOverlay::draw(), tuttle::plugin::histogramKeyer::RGBOverlay::draw(), tuttle::plugin::histogramKeyer::HistogramKeyerOverlay::draw(), tuttle::plugin::interact::InteractScene::draw(), tuttle::plugin::interact::InteractScene::drawSelection(), InteractArgs(), OFX::KeyArgs::KeyArgs(), tuttle::plugin::histogram::HistogramOverlay::penDown(), tuttle::plugin::histogramKeyer::HistogramKeyerOverlay::penDown(), tuttle::plugin::histogram::HistogramOverlay::penMotion(), tuttle::plugin::histogramKeyer::HistogramKeyerOverlay::penMotion(), tuttle::plugin::histogramKeyer::HistogramKeyerOverlay::penUp(), tuttle::plugin::histogram::HistogramOverlay::penUp(), tuttle::plugin::colorCubeViewer::ColorCubeViewerOverlay::prepareOpenGLScene(), and tuttle::plugin::colorSpaceKeyer::ColorSpaceKeyerOverlay::prepareOpenGLScene().