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

Public Member Functions | |
| void | setDefault (bool v) |
| set the default value | |
| void | getDefault (bool &v) |
| het the default value | |
| bool | getDefault (void) |
| get the default value | |
| void | getValue (bool &v) |
| get value | |
| bool | getValue (void) |
| get value | |
| void | getValueAtTime (double t, bool &v) |
| get the value at a time | |
| bool | getValueAtTime (double t) |
| get value | |
| void | setValue (bool v) |
| set value | |
| void | setValueAtTime (double t, bool v) |
| set the value at a time, implicitly adds a keyframe | |
Protected Member Functions | |
| mDeclareProtectedAssignAndCC (BooleanParam) | |
| BooleanParam (void) | |
| BooleanParam (const ParamSet *paramSet, const std::string &name, OfxParamHandle handle) | |
| hidden constructor | |
Friends | |
| class | ParamSet |
|
|
|
|
||||||||||||||||
|
hidden constructor
|
|
|
get the default value
|
|
|
het the default value
|
|
|
get value
|
|
|
get value
|
|
|
get value
|
|
||||||||||||
|
get the value at a time
|
|
|
|
|
|
set the default value
|
|
|
set value
|
|
||||||||||||
|
set the value at a time, implicitly adds a keyframe
|
|
|
Reimplemented from OFX::ValueParam. |
1.3.9.1