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

Public Member Functions | |
| void | setDefault (int v) |
| set the default value, default is 0 | |
| void | setRange (int min, int max) |
| set the hard min/max range, default is INT_MIN, INT_MAX | |
| void | setDisplayRange (int min, int max) |
| set the display min and max, default is to be the same as the range param | |
Protected Member Functions | |
| mDeclareProtectedAssignAndCC (IntParamDescriptor) | |
| IntParamDescriptor (void) | |
| IntParamDescriptor (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 INT_MIN, INT_MAX
|
|
|
Reimplemented from OFX::ValueParamDescriptor. |
1.3.9.1