#include "ofxsSupportPrivate.h"
#include <algorithm>
Namespaces | |
| namespace | OFX |
| namespace | OFX::Private |
Functions | |
| OfxPointD | getPixelScale (const PropertySet &props) |
| fetch a pixel scale out of the property set | |
| OfxPointD | getRenderScale (const PropertySet &props) |
| fetch a render scale out of the property set | |
| OfxRGBColourD | getBackgroundColour (const PropertySet &props) |
| fetch a background colour out of the property set | |
| ImageEffect * | retrieveEffectFromInteractHandle (OfxInteractHandle handle) |
| retrieves the image effect pointer from the interact handle | |
| Interact * | retrieveInteractPointer (OfxInteractHandle handle) |
| fetches our pointer out of the props on the handle | |
| OfxStatus | interactMainEntry (const std::string &action, OfxInteractHandle handle, PropertySet inArgs, PropertySet outArgs) |
| The common entry point used by all interacts. | |
|
|
fetch a background colour out of the property set
|
|
|
fetch a pixel scale out of the property set
|
|
|
fetch a render scale out of the property set
|
|
||||||||||||||||||||
|
The common entry point used by all interacts.
|
|
|
retrieves the image effect pointer from the interact handle
|
|
|
fetches our pointer out of the props on the handle
|
1.3.9.1