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

Public Member Functions | |
| void | setDimensionLabels (const std::string &x, const std::string &y, const std::string &z) |
| set the dimension labels | |
| void | setDefault (double x, double y, double z) |
| set the default value, default is 0 | |
| void | setRange (double minX, double minY, double minZ, double maxX, double maxY, double maxZ) |
| set the hard min/max range, default is DOUBLE_MIN, DOUBLE_MAX | |
| void | setDisplayRange (double minX, double minY, double minZ, double maxX, double maxY, double maxZ) |
| set the display min and max, default is to be the same as the range param | |
Protected Member Functions | |
| mDeclareProtectedAssignAndCC (Double3DParamDescriptor) | |
| Double3DParamDescriptor (void) | |
| Double3DParamDescriptor (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 DOUBLE_MIN, DOUBLE_MAX
|
|
|
Reimplemented from OFX::BaseDoubleParamDescriptor. |
1.3.9.1