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

Public Member Functions | |
| void | setDefault (int v) |
| set the default value | |
| 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 | |
| void | getDefault (int &v) |
| het the default value | |
| int | getDefault (void) |
| het the default value | |
| void | getRange (int &min, int &max) |
| set the hard min/max range, default is INT_MIN, INT_MAX | |
| void | getDisplayRange (int &min, int &max) |
| set the display min and max, default is to be the same as the range param | |
| void | getValue (int &v) |
| get value | |
| int | getValue (void) |
| and a nicer one | |
| void | getValueAtTime (double t, int &v) |
| get the value at a time | |
| int | getValueAtTime (double t) |
| and a nicer one | |
| void | setValue (int v) |
| set value | |
| void | setValueAtTime (double t, int v) |
| set the value at a time, implicitly adds a keyframe | |
Protected Member Functions | |
| mDeclareProtectedAssignAndCC (IntParam) | |
| IntParam (void) | |
| IntParam (const ParamSet *paramSet, const std::string &name, OfxParamHandle handle) | |
| hidden constructor | |
Friends | |
| class | ParamSet |
|
|
|
|
||||||||||||||||
|
hidden constructor
|
|
|
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 INT_MIN, INT_MAX
|
|
|
and a nicer one
|
|
|
get value
|
|
|
and a nicer one
|
|
||||||||||||
|
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 INT_MIN, INT_MAX
|
|
|
set value
|
|
||||||||||||
|
set the value at a time, implicitly adds a keyframe
|
|
|
Reimplemented from OFX::ValueParam. |
1.3.9.1