TuttleOFX  1
OFX::FocusArgs Struct Reference

struct to pass arguments into OFX::Interact focus actions More...

#include <ofxsInteract.h>

Inheritance diagram for OFX::FocusArgs:
Collaboration diagram for OFX::FocusArgs:

Public Member Functions

 FocusArgs (const PropertySet &props)
 ctor

Data Fields

OfxPointD pixelScale
 The current effect time to draw at.
OfxRGBColourD backGroundColour
 The current background colour, ignore the A.

Detailed Description

struct to pass arguments into OFX::Interact focus actions

Definition at line 107 of file ofxsInteract.h.


Constructor & Destructor Documentation

OFX::FocusArgs::FocusArgs ( const PropertySet props)

ctor

Definition at line 345 of file ofxsInteract.cpp.

References backGroundColour, OFX::getBackgroundColour(), OFX::getPixelScale(), and pixelScale.

Here is the call graph for this function:


Field Documentation

The current background colour, ignore the A.

Definition at line 112 of file ofxsInteract.h.

Referenced by FocusArgs().

The current effect time to draw at.

Definition at line 111 of file ofxsInteract.h.

Referenced by FocusArgs().


The documentation for this struct was generated from the following files: