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

Public Member Functions | |
| void | setDefault (int x, int y, int z) |
| set the default value | |
| void | setRange (int minX, int minY, int minZ, int maxX, int maxY, int maxZ) |
| set the hard min/max range, default is INT_MIN, INT_MAX | |
| void | setDisplayRange (int minX, int minY, int minZ, int maxX, int maxY, int maxZ) |
| set the display min and max, default is to be the same as the range param | |
| void | getDefault (int &x, int &y, int &z) |
| het the default value | |
| void | getRange (int &minX, int &minY, int &minZ, int &maxX, int &maxY, int &maxZ) |
| set the hard min/max range, default is INT_MIN, INT_MAX | |
| void | getDisplayRange (int &minX, int &minY, int &minZ, int &maxX, int &maxY, int &maxZ) |
| set the display min and max, default is to be the same as the range param | |
| void | getValue (int &x, int &y, int &z) |
| get value | |
| void | getValueAtTime (double t, int &x, int &y, int &z) |
| get the value at a time | |
| void | setValue (int x, int y, int z) |
| set value | |
| void | setValueAtTime (double t, int x, int y, int z) |
| set the value at a time, implicitly adds a keyframe | |
Protected Member Functions | |
| mDeclareProtectedAssignAndCC (Int3DParam) | |
| Int3DParam (void) | |
| Int3DParam (const ParamSet *paramSet, const std::string &name, OfxParamHandle handle) | |
| hidden constructor | |
Friends | |
| class | ParamSet |
|
|
|
|
||||||||||||||||
|
hidden constructor
|
|
||||||||||||||||
|
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
|
|
||||||||||||||||
|
get value
|
|
||||||||||||||||||||
|
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