|
TuttleOFX
1
|
Wraps up a group param, not much to it really. More...
#include <ofxsParam.h>


Public Member Functions | |
| void | setOpen (const bool open=true) |
| void | setAsTab () |
Protected Member Functions | |
| mDeclareProtectedAssignAndCC (GroupParamDescriptor) | |
| GroupParamDescriptor (void) | |
| GroupParamDescriptor (const std::string &name, OfxPropertySetHandle props) | |
| hidden constructor | |
Friends | |
| class | ParamSetDescriptor |
Wraps up a group param, not much to it really.
Definition at line 615 of file ofxsParam.h.
| OFX::GroupParamDescriptor::GroupParamDescriptor | ( | void | ) | [inline, protected] |
Definition at line 619 of file ofxsParam.h.
| OFX::GroupParamDescriptor::GroupParamDescriptor | ( | const std::string & | name, |
| OfxPropertySetHandle | props | ||
| ) | [protected] |
hidden constructor
Definition at line 687 of file ofxsParams.cpp.
| OFX::GroupParamDescriptor::mDeclareProtectedAssignAndCC | ( | GroupParamDescriptor | ) | [protected] |
| void OFX::GroupParamDescriptor::setAsTab | ( | ) |
Definition at line 696 of file ofxsParams.cpp.
References OFX::getImageEffectHostDescription(), OFX::ParamDescriptor::getProps(), kFnOfxParamPropGroupIsTab, and OFX::PropertySet::propSetInt().

| void OFX::GroupParamDescriptor::setOpen | ( | const bool | open = true | ) |
Definition at line 691 of file ofxsParams.cpp.
References OFX::ParamDescriptor::getProps(), kOfxParamPropGroupOpen, and OFX::PropertySet::propSetInt().

friend class ParamSetDescriptor [friend] |
Reimplemented from OFX::ParamDescriptor.
Definition at line 626 of file ofxsParam.h.