TuttleOFX  1
OFX::DrawArgs Struct Reference

struct to pass arguments into OFX::Interact::draw More...

#include <ofxsInteract.h>

Inheritance diagram for OFX::DrawArgs:
Collaboration diagram for OFX::DrawArgs:

Public Member Functions

 DrawArgs (const PropertySet &props)
 ctor

Data Fields

OfxPointD pixelScale
 The pixel scale.
OfxRGBColourD backGroundColour
 The current background colour, ignore the A.

Detailed Description

struct to pass arguments into OFX::Interact::draw

Definition at line 73 of file ofxsInteract.h.


Constructor & Destructor Documentation

OFX::DrawArgs::DrawArgs ( const PropertySet props)

ctor

Definition at line 317 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 78 of file ofxsInteract.h.

Referenced by DrawArgs().

The pixel scale.

Definition at line 77 of file ofxsInteract.h.

Referenced by tuttle::plugin::interact::PointInteract::draw(), and DrawArgs().


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