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

Public Member Functions | |
| void | setDoubleType (DoubleTypeEnum v) |
| set the type of the double param, defaults to eDoubleTypePlain | |
| void | setIncrement (double v) |
| set the sensitivity of any gui slider | |
| void | setDigits (int v) |
| set the number of digits printed after a decimal point in any gui | |
Protected Member Functions | |
| mDeclareProtectedAssignAndCC (BaseDoubleParamDescriptor) | |
| BaseDoubleParamDescriptor (void) | |
| BaseDoubleParamDescriptor (const std::string &name, ParamTypeEnum type, OfxPropertySetHandle props) | |
| hidden constructor | |
Friends | |
| class | ParamSetDescriptor |
|
|
|
|
||||||||||||||||
|
hidden constructor
|
|
|
|
|
|
set the number of digits printed after a decimal point in any gui
|
|
|
set the type of the double param, defaults to eDoubleTypePlain
|
|
|
set the sensitivity of any gui slider
|
|
|
Reimplemented from OFX::ValueParamDescriptor. Reimplemented in OFX::DoubleParamDescriptor, OFX::Double2DParamDescriptor, and OFX::Double3DParamDescriptor. |
1.3.9.1