TuttleOFX
1
|
Wraps up a boolean param. More...
#include <ofxsParam.h>
Public Member Functions | |
void | setDefault (bool v) |
set the default value | |
Protected Member Functions | |
mDeclareProtectedAssignAndCC (BooleanParamDescriptor) | |
BooleanParamDescriptor (void) | |
BooleanParamDescriptor (const std::string &name, OfxPropertySetHandle props) | |
hidden constructor | |
Friends | |
class | ParamSetDescriptor |
Wraps up a boolean param.
Definition at line 566 of file ofxsParam.h.
OFX::BooleanParamDescriptor::BooleanParamDescriptor | ( | void | ) | [inline, protected] |
Definition at line 570 of file ofxsParam.h.
OFX::BooleanParamDescriptor::BooleanParamDescriptor | ( | const std::string & | name, |
OfxPropertySetHandle | props | ||
) | [protected] |
hidden constructor
Definition at line 579 of file ofxsParams.cpp.
OFX::BooleanParamDescriptor::mDeclareProtectedAssignAndCC | ( | BooleanParamDescriptor | ) | [protected] |
void OFX::BooleanParamDescriptor::setDefault | ( | bool | v | ) |
set the default value
Definition at line 584 of file ofxsParams.cpp.
References OFX::ParamDescriptor::getProps(), kOfxParamPropDefault, and OFX::PropertySet::propSetInt().
Referenced by tuttle::plugin::av::addOptionsFromAVOption(), tuttle::plugin::describeGeneratorParamsInContext(), and tuttle::plugin::describeWriterParamsInContext().
friend class ParamSetDescriptor [friend] |
Reimplemented from OFX::ValueParamDescriptor.
Definition at line 577 of file ofxsParam.h.