|
TuttleOFX
1
|
#include <ParamInteger.hpp>


Public Member Functions | |
| ParamInteger (INode &effect, const std::string &name, const ofx::attribute::OfxhParamDescriptor &descriptor, const std::size_t index=0) | |
| int | getDefault () const |
Definition at line 11 of file ParamInteger.hpp.
| tuttle::host::attribute::ParamInteger::ParamInteger | ( | INode & | effect, |
| const std::string & | name, | ||
| const ofx::attribute::OfxhParamDescriptor & | descriptor, | ||
| const std::size_t | index = 0 |
||
| ) |
Definition at line 9 of file ParamInteger.cpp.
References tuttle::host::attribute::AnimatedParam< T, OFX_PARAM >::_value, and getDefault().

| int tuttle::host::attribute::ParamInteger::getDefault | ( | ) | const |
Definition at line 18 of file ParamInteger.cpp.
References _index, and tuttle::host::ofx::attribute::OfxhAttributeAccessor::getProperties().
Referenced by ParamInteger().
