|
TuttleOFX
1
|
#include <ParamGroup.hpp>


Public Member Functions | |
| ParamGroup (INode &effect, const std::string &name, const ofx::attribute::OfxhParamDescriptor &descriptor) | |
| ParamGroup * | clone () const |
| clone this parameter | |
| void | copy (const ParamGroup &p) OFX_EXCEPTION_SPEC |
| void | copy (const OfxhParam &p) OFX_EXCEPTION_SPEC |
Definition at line 12 of file ParamGroup.hpp.
| tuttle::host::attribute::ParamGroup::ParamGroup | ( | INode & | effect, |
| const std::string & | name, | ||
| const ofx::attribute::OfxhParamDescriptor & | descriptor | ||
| ) |
Definition at line 9 of file ParamGroup.cpp.
Referenced by clone().
| ParamGroup* tuttle::host::attribute::ParamGroup::clone | ( | ) | const [inline, virtual] |
clone this parameter
Implements tuttle::host::ofx::attribute::OfxhParam.
Definition at line 17 of file ParamGroup.hpp.
References ParamGroup().

| void tuttle::host::attribute::ParamGroup::copy | ( | const ParamGroup & | p | ) |
Definition at line 16 of file ParamGroup.cpp.
| void tuttle::host::attribute::ParamGroup::copy | ( | const OfxhParam & | p | ) |
Definition at line 21 of file ParamGroup.cpp.
References copy().
