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

Public Member Functions | |
| void | setDefault (const std::string &v) |
| set the default value | |
| void | getDefault (std::string &v) |
| het the default value | |
| void | getValue (std::string &v) |
| get value | |
| void | getValueAtTime (double t, std::string &v) |
| get the value at a time | |
| void | setValue (const std::string &v) |
| set value | |
| void | setValueAtTime (double t, const std::string &v) |
| set the value at a time, implicitly adds a keyframe | |
Protected Member Functions | |
| mDeclareProtectedAssignAndCC (StringParam) | |
| StringParam (void) | |
| StringParam (const ParamSet *paramSet, const std::string &name, OfxParamHandle handle) | |
| hidden constructor | |
Friends | |
| class | ParamSet |
|
|
|
|
||||||||||||||||
|
hidden constructor
|
|
|
het the default 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