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

Public Member Functions | |
| void | setDefault (int v) |
| set the default value | |
| void | getDefault (int &v) |
| het the default value | |
| int | getNOptions (void) |
| how many options do we have | |
| void | appendOption (const std::string &v) |
| set the default value | |
| void | resetOptions (void) |
| set the default value | |
| void | getValue (int &v) |
| get value | |
| void | getValueAtTime (double t, int &v) |
| get the value at a time | |
| 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 (ChoiceParam) | |
| ChoiceParam (void) | |
| ChoiceParam (const ParamSet *paramSet, const std::string &name, OfxParamHandle handle) | |
| hidden constructor | |
Friends | |
| class | ParamSet |
|
|
|
|
||||||||||||||||
|
hidden constructor
|
|
|
set the default value
|
|
|
het the default value
|
|
|
how many options do we have
|
|
|
get value
|
|
||||||||||||
|
get the value at a time
|
|
|
|
|
|
set the default value
|
|
|
set the default value
|
|
|
set value
|
|
||||||||||||
|
set the value at a time, implicitly adds a keyframe
|
|
|
Reimplemented from OFX::ValueParam. |
1.3.9.1