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

Public Member Functions | |
| ~ValueParam () | |
| dtor | |
| void | setEvaluateOnChange (bool v) |
| Set's whether the value of the param is significant (ie: affects the rendered image). | |
| bool | getIsAnimating (void) const |
| is the param animating | |
| bool | getIsAutoKeying (void) const |
| is the param animating | |
| bool | getIsPersistant (void) const |
| is the param animating | |
| bool | getEvaluateOnChange (void) const |
| Get's whether the value of the param is significant (ie: affects the rendered image). | |
| CacheInvalidationEnum | getCacheInvalidation (void) const |
| Get's whether the value of the param is significant (ie: affects the rendered image). | |
| unsigned int | getNumKeys (void) |
| if the param is animating, the number of keys in it, otherwise 0 | |
| double | getKeyTime (int nthKey) throw (OFX::Exception::Suite, std::out_of_range) |
| get the time of the nth key, nth must be between 0 and getNumKeys-1 | |
| int | getKeyIndex (double time, KeySearchEnum searchDir) |
| find the index of a key by a time | |
| void | deleteKeyAtTime (double time) |
| deletes a key at the given time | |
| void | deleteAllKeys (void) |
| delete all the keys | |
Protected Member Functions | |
| mDeclareProtectedAssignAndCC (ValueParam) | |
| ValueParam (void) | |
| ValueParam (const ParamSet *paramSet, const std::string &name, ParamTypeEnum type, OfxParamHandle handle) | |
| Wraps up a value holding param hidden constructor. | |
Friends | |
| class | ParamSet |
|
|
|
|
||||||||||||||||||||
|
Wraps up a value holding param hidden constructor.
|
|
|
dtor
|
|
|
delete all the keys
|
|
|
deletes a key at the given time
|
|
|
Get's whether the value of the param is significant (ie: affects the rendered image).
|
|
|
Get's whether the value of the param is significant (ie: affects the rendered image).
|
|
|
is the param animating
|
|
|
is the param animating
|
|
|
is the param animating
|
|
||||||||||||
|
find the index of a key by a time
|
|
|
get the time of the nth key, nth must be between 0 and getNumKeys-1
|
|
|
if the param is animating, the number of keys in it, otherwise 0
|
|
|
|
|
|
Set's whether the value of the param is significant (ie: affects the rendered image).
|
|
|
Reimplemented from OFX::Param. Reimplemented in OFX::IntParam, OFX::Int2DParam, OFX::Int3DParam, OFX::BaseDoubleParam, OFX::DoubleParam, OFX::Double2DParam, OFX::Double3DParam, OFX::RGBParam, OFX::RGBAParam, OFX::StringParam, OFX::ChoiceParam, OFX::BooleanParam, and OFX::CustomParam. |
1.3.9.1