|
TuttleOFX
1
|
#include <ParamPushButton.hpp>


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

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