TuttleOFX  1
tuttle::host::attribute::ParamInteger2D Class Reference

#include <ParamInteger2D.hpp>

Inheritance diagram for tuttle::host::attribute::ParamInteger2D:
Collaboration diagram for tuttle::host::attribute::ParamInteger2D:

Public Member Functions

 ParamInteger2D (INode &effect, const std::string &name, const ofx::attribute::OfxhParamDescriptor &descriptor)
ParamInteger2Dclone () const
 clone this parameter
OfxPointI getDefault () const
void getValue (int &x, int &y) const OFX_EXCEPTION_SPEC
void getValueAtTime (const OfxTime time, int &x, int &y) const OFX_EXCEPTION_SPEC
void setValue (const int &x, const int &y, const ofx::attribute::EChange change) OFX_EXCEPTION_SPEC
void setValueAtTime (const OfxTime time, const int &x, const int &y, const ofx::attribute::EChange change) OFX_EXCEPTION_SPEC

Detailed Description

Definition at line 13 of file ParamInteger2D.hpp.


Constructor & Destructor Documentation

tuttle::host::attribute::ParamInteger2D::ParamInteger2D ( INode effect,
const std::string &  name,
const ofx::attribute::OfxhParamDescriptor descriptor 
)

Member Function Documentation

ParamInteger2D* tuttle::host::attribute::ParamInteger2D::clone ( ) const [inline, virtual]

clone this parameter

Implements tuttle::host::ofx::attribute::OfxhParam.

Definition at line 18 of file ParamInteger2D.hpp.

References ParamInteger2D().

Here is the call graph for this function:

OfxPointI tuttle::host::attribute::ParamInteger2D::getDefault ( ) const
void tuttle::host::attribute::ParamInteger2D::getValue ( int &  x,
int &  y 
) const

Definition at line 28 of file ParamInteger2D.cpp.

void tuttle::host::attribute::ParamInteger2D::getValueAtTime ( const OfxTime  time,
int &  x,
int &  y 
) const

Definition at line 34 of file ParamInteger2D.cpp.

void tuttle::host::attribute::ParamInteger2D::setValue ( const int &  x,
const int &  y,
const ofx::attribute::EChange  change 
)

Definition at line 40 of file ParamInteger2D.cpp.

void tuttle::host::attribute::ParamInteger2D::setValueAtTime ( const OfxTime  time,
const int &  x,
const int &  y,
const ofx::attribute::EChange  change 
)

Definition at line 47 of file ParamInteger2D.cpp.


The documentation for this class was generated from the following files: