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

Public Member Functions | |
| void | setDefault (double v) |
| set the default value | |
| void | setShowTimeMarker (bool v) |
| if the double type is Absolute time, show a time marker on the time line if possible | |
| 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 | |
| void | getDefault (double &v) |
| het the default value | |
| double | getDefault (void) |
| het the default value | |
| void | getRange (double &min, double &max) |
| set the hard min/max range, default is DOUBLE_MIN, DOUBLE_MAX | |
| void | getDisplayRange (double &min, double &max) |
| set the display min and max, default is to be the same as the range param | |
| void | getValue (double &v) |
| get value | |
| double | getValue (void) |
| get value | |
| void | getValueAtTime (double t, double &v) |
| get the value at a time | |
| double | getValueAtTime (double t) |
| get value | |
| void | setValue (double v) |
| set value | |
| void | setValueAtTime (double t, double v) |
| set the value at a time, implicitly adds a keyframe | |
| void | differentiate (double t, double &v) |
| get the value at a time | |
| double | differentiate (double t) |
| differentiate the param | |
| void | integrate (double t1, double t2, double &v) |
| get the value at a time | |
| double | integrate (double t1, double t2) |
| integrate the param | |
Protected Member Functions | |
| mDeclareProtectedAssignAndCC (DoubleParam) | |
| DoubleParam (void) | |
| DoubleParam (const ParamSet *paramSet, const std::string &name, OfxParamHandle handle) | |
| hidden constructor | |
Friends | |
| class | ParamSet |
|
|
|
|
||||||||||||||||
|
hidden constructor
|
|
|
differentiate the param
|
|
||||||||||||
|
get the value at a time
|
|
|
het 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 DOUBLE_MIN, DOUBLE_MAX
|
|
|
get value
|
|
|
get value
|
|
|
get value
|
|
||||||||||||
|
get the value at a time
|
|
||||||||||||
|
integrate the param
|
|
||||||||||||||||
|
get the value at a time
|
|
|
|
|
|
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 DOUBLE_MIN, DOUBLE_MAX
|
|
|
if the double type is Absolute time, show a time marker on the time line if possible
|
|
|
set value
|
|
||||||||||||
|
set the value at a time, implicitly adds a keyframe
|
|
|
Reimplemented from OFX::BaseDoubleParam. |
1.3.9.1