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