#include <ofxsParam.h>
Inheritance diagram for OFX::Int2DParam:

Public Member Functions | |
| void | setDefault (int x, int y) |
| set the default value | |
| void | setDefault (const OfxPointI &v) |
| set the default value, default is 0 | |
| void | setRange (int minX, int minY, int maxX, int maxY) |
| set the hard min/max range, default is INT_MIN, INT_MAX | |
| void | setDisplayRange (int minX, int minY, int maxX, int maxY) |
| set the display min and max, default is to be the same as the range param | |
| void | getDefault (int &x, int &y) |
| het the default value | |
| OfxPointI | getDefault (void) |
| get the default value | |
| void | getRange (int &minX, int &minY, int &maxX, int &maxY) |
| set the hard min/max range, default is INT_MIN, INT_MAX | |
| void | getDisplayRange (int &minX, int &minY, int &maxX, int &maxY) |
| set the display min and max, default is to be the same as the range param | |
| void | getValue (int &x, int &y) |
| get value | |
| OfxPointI | getValue (void) |
| get the value | |
| void | getValueAtTime (double t, int &x, int &y) |
| get the value at a time | |
| OfxPointI | getValueAtTime (double t) |
| get the value | |
| void | setValue (int x, int y) |
| set value | |
| void | setValue (const OfxPointI &v) |
| set the current value | |
| void | setValueAtTime (double t, int x, int y) |
| set the value at a time, implicitly adds a keyframe | |
| void | setValueAtTime (double t, const OfxPointI &v) |
| set the current value | |
Protected Member Functions | |
| mDeclareProtectedAssignAndCC (Int2DParam) | |
| Int2DParam (void) | |
| Int2DParam (const ParamSet *paramSet, const std::string &name, OfxParamHandle handle) | |
| hidden constructor | |
Friends | |
| class | ParamSet |
|
|
|
|
||||||||||||||||
|
hidden constructor
|
|
|
get the default value
|
|
||||||||||||
|
het the default value
|
|
||||||||||||||||||||
|
set the display min and max, default is to be the same as the range param
|
|
||||||||||||||||||||
|
set the hard min/max range, default is INT_MIN, INT_MAX
|
|
|
get the value
|
|
||||||||||||
|
get value
|
|
|
get the value
|
|
||||||||||||||||
|
get the value at a time
|
|
|
|
|
|
set the default value, default is 0
|
|
||||||||||||
|
set the default value
|
|
||||||||||||||||||||
|
set the display min and max, default is to be the same as the range param
|
|
||||||||||||||||||||
|
set the hard min/max range, default is INT_MIN, INT_MAX
|
|
|
set the current value
|
|
||||||||||||
|
set value
|
|
||||||||||||
|
set the current value
|
|
||||||||||||||||
|
set the value at a time, implicitly adds a keyframe
|
|
|
Reimplemented from OFX::ValueParam. |
1.3.9.1