TuttleOFX
1
|
struct to pass arguments into OFX::Interact key actions More...
#include <ofxsInteract.h>
Public Member Functions | |
KeyArgs (const PropertySet &props) | |
ctor | |
Data Fields | |
int | keySymbol |
The key represented as one of the entries in ofxKeySyms.h, see note in OFX::KeyArgs. | |
std::string | keyString |
That key as a UTF8 string, see note in OFX::KeyArgs. |
struct to pass arguments into OFX::Interact key actions
Note
Definition at line 98 of file ofxsInteract.h.
OFX::KeyArgs::KeyArgs | ( | const PropertySet & | props | ) |
ctor
Definition at line 335 of file ofxsInteract.cpp.
References OFX::getRenderScale(), keyString, keySymbol, kOfxPropKeyString, kOfxPropKeySym, kOfxPropTime, OFX::PropertySet::propGetDouble(), OFX::PropertySet::propGetInt(), OFX::PropertySet::propGetString(), OFX::InteractArgs::renderScale, and OFX::InteractArgs::time.
std::string OFX::KeyArgs::keyString |
That key as a UTF8 string, see note in OFX::KeyArgs.
Definition at line 103 of file ofxsInteract.h.
Referenced by KeyArgs().
The key represented as one of the entries in ofxKeySyms.h, see note in OFX::KeyArgs.
Definition at line 102 of file ofxsInteract.h.
Referenced by KeyArgs(), tuttle::plugin::warp::WarpOverlayInteract::keyDown(), tuttle::plugin::colorCubeViewer::ColorCubeViewerOverlay::keyDown(), tuttle::plugin::colorSpaceKeyer::ColorSpaceKeyerOverlay::keyDown(), tuttle::plugin::histogram::HistogramOverlay::keyDown(), tuttle::plugin::histogramKeyer::HistogramKeyerOverlay::keyDown(), tuttle::plugin::colorSpaceKeyer::ColorSpaceKeyerOverlay::keyUp(), tuttle::plugin::colorCubeViewer::ColorCubeViewerOverlay::keyUp(), tuttle::plugin::histogramKeyer::HistogramKeyerOverlay::keyUp(), and tuttle::plugin::histogram::HistogramOverlay::keyUp().