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

Public Member Functions | |
| ~ValueParamDescriptor () | |
| dtor | |
| void | setAnimates (bool v) |
| set whether the param can animate, defaults to true in most cases | |
| void | setIsPersistant (bool v) |
| set whether the param is persistant, defaults to true | |
| void | setEvaluateOnChange (bool v) |
| Set's whether the value of the param is significant (ie: affects the rendered image), defaults to true. | |
| void | setCacheInvalidation (CacheInvalidationEnum v) |
| Set's how any cache should be invalidated if the parameter is changed, defaults to eCacheInvalidateValueChange. | |
| void | setCanUndo (bool v) |
| Set's whether the value of the param is significant (ie: affects the rendered image), defaults to true. | |
| void | setInteractDescriptor (ParamInteractDescriptor *desc) |
Protected Member Functions | |
| mDeclareProtectedAssignAndCC (ValueParamDescriptor) | |
| ValueParamDescriptor (void) | |
| ValueParamDescriptor (const std::string &name, ParamTypeEnum type, OfxPropertySetHandle props) | |
| ctor | |
Protected Attributes | |
| std::auto_ptr< ParamInteractDescriptor > | _interact |
Friends | |
| class | ParamSetDescriptor |
|
|
|
|
||||||||||||||||
|
ctor
|
|
|
dtor
|
|
|
|
|
|
set whether the param can animate, defaults to true in most cases
|
|
|
Set's how any cache should be invalidated if the parameter is changed, defaults to eCacheInvalidateValueChange.
|
|
|
Set's whether the value of the param is significant (ie: affects the rendered image), defaults to true.
|
|
|
Set's whether the value of the param is significant (ie: affects the rendered image), defaults to true.
|
|
|
|
|
|
set whether the param is persistant, defaults to true
|
|
|
|
|
1.3.9.1