TuttleOFX
1
|
#include <IsActiveFunctor.hpp>
Public Member Functions | |
IsEnableParamFunctor (OFX::Param *param) | |
bool | active () const |
This * | clone () const |
Private Types | |
typedef IsEnableParamFunctor < negate > | This |
Private Attributes | |
OFX::Param * | _param |
Definition at line 39 of file IsActiveFunctor.hpp.
typedef IsEnableParamFunctor<negate> tuttle::plugin::interact::IsEnableParamFunctor< negate >::This [private] |
Reimplemented from tuttle::plugin::interact::IsActiveFunctor.
Definition at line 41 of file IsActiveFunctor.hpp.
tuttle::plugin::interact::IsEnableParamFunctor< negate >::IsEnableParamFunctor | ( | OFX::Param * | param | ) | [inline] |
Definition at line 45 of file IsActiveFunctor.hpp.
bool tuttle::plugin::interact::IsEnableParamFunctor< negate >::active | ( | ) | const [inline, virtual] |
Implements tuttle::plugin::interact::IsActiveFunctor.
Definition at line 48 of file IsActiveFunctor.hpp.
References tuttle::plugin::interact::IsEnableParamFunctor< negate >::_param.
This* tuttle::plugin::interact::IsEnableParamFunctor< negate >::clone | ( | ) | const [inline, virtual] |
Implements tuttle::plugin::interact::IsActiveFunctor.
Definition at line 49 of file IsActiveFunctor.hpp.
OFX::Param* tuttle::plugin::interact::IsEnableParamFunctor< negate >::_param [private] |
Definition at line 42 of file IsActiveFunctor.hpp.
Referenced by tuttle::plugin::interact::IsEnableParamFunctor< negate >::active().