|
TuttleOFX
1
|
#include <OfxhKeyframeParam.hpp>

Public Member Functions | |
| virtual | ~OfxhKeyframeParam () |
| virtual void | getNumKeys (unsigned int &outNumKeys) const OFX_EXCEPTION_SPEC |
| virtual void | getKeyTime (const int nth, OfxTime &outTime) const OFX_EXCEPTION_SPEC |
| virtual void | getKeyIndex (const OfxTime time, const int direction, int &outIndex) const OFX_EXCEPTION_SPEC |
| virtual void | deleteKey (const OfxTime time) OFX_EXCEPTION_SPEC |
| virtual void | deleteAllKeys () OFX_EXCEPTION_SPEC |
Definition at line 13 of file OfxhKeyframeParam.hpp.
| virtual tuttle::host::ofx::attribute::OfxhKeyframeParam::~OfxhKeyframeParam | ( | ) | [inline, virtual] |
Definition at line 16 of file OfxhKeyframeParam.hpp.
| void tuttle::host::ofx::attribute::OfxhKeyframeParam::deleteAllKeys | ( | ) | [virtual] |
Reimplemented in tuttle::host::attribute::AnimatedParam< double, ofx::attribute::OfxhParamDouble >.
Definition at line 30 of file OfxhKeyframeParam.cpp.
| void tuttle::host::ofx::attribute::OfxhKeyframeParam::deleteKey | ( | const OfxTime | time | ) | [virtual] |
Reimplemented in tuttle::host::attribute::AnimatedParam< double, ofx::attribute::OfxhParamDouble >.
Definition at line 25 of file OfxhKeyframeParam.cpp.
| void tuttle::host::ofx::attribute::OfxhKeyframeParam::getKeyIndex | ( | const OfxTime | time, |
| const int | direction, | ||
| int & | outIndex | ||
| ) | const [virtual] |
Reimplemented in tuttle::host::attribute::AnimatedParam< double, ofx::attribute::OfxhParamDouble >.
Definition at line 20 of file OfxhKeyframeParam.cpp.
| void tuttle::host::ofx::attribute::OfxhKeyframeParam::getKeyTime | ( | const int | nth, |
| OfxTime & | outTime | ||
| ) | const [virtual] |
Reimplemented in tuttle::host::attribute::AnimatedParam< double, ofx::attribute::OfxhParamDouble >.
Definition at line 15 of file OfxhKeyframeParam.cpp.
| void tuttle::host::ofx::attribute::OfxhKeyframeParam::getNumKeys | ( | unsigned int & | outNumKeys | ) | const [virtual] |
Reimplemented in tuttle::host::attribute::AnimatedParam< double, ofx::attribute::OfxhParamDouble >.
Definition at line 10 of file OfxhKeyframeParam.cpp.