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

Public Member Functions | |
| void | setDimensionLabels (const std::string &x, const std::string &y) |
| set the dimension labels | |
| void | setDefault (int x, int y) |
| 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 | |
Protected Member Functions | |
| mDeclareProtectedAssignAndCC (Int2DParamDescriptor) | |
| Int2DParamDescriptor (void) | |
| Int2DParamDescriptor (const std::string &name, OfxPropertySetHandle props) | |
| ctor | |
Friends | |
| class | ParamSetDescriptor |
|
|
|
|
||||||||||||
|
ctor
|
|
|
|
|
||||||||||||
|
set the default value, default is 0
|
|
||||||||||||
|
set the dimension labels
|
|
||||||||||||||||||||
|
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
|
|
|
Reimplemented from OFX::ValueParamDescriptor. |
1.3.9.1