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

Public Member Functions | |
| void | setShowTimeMarker (bool v) |
| if the double type is Absolute time, show a time marker on the time line if possible | |
| void | setDefault (double v) |
| set the default value, default is 0 | |
| void | setRange (double min, double max) |
| set the hard min/max range, default is DOUBLE_MIN, DOUBLE_MAX | |
| void | setDisplayRange (double min, double max) |
| set the display min and max, default is to be the same as the range param | |
Protected Member Functions | |
| mDeclareProtectedAssignAndCC (DoubleParamDescriptor) | |
| DoubleParamDescriptor (void) | |
| DoubleParamDescriptor (const std::string &name, OfxPropertySetHandle props) | |
| ctor | |
Friends | |
| class | ParamSetDescriptor |
|
|
|
|
||||||||||||
|
ctor
|
|
|
|
|
|
set the default value, default is 0
|
|
||||||||||||
|
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
|
|
|
if the double type is Absolute time, show a time marker on the time line if possible
|
|
|
Reimplemented from OFX::BaseDoubleParamDescriptor. |
1.3.9.1