TuttleOFX
1
|
#include <IsActiveFunctor.hpp>
Public Member Functions | |
IsNotSecretParamFunctor (OFX::Param *param) | |
bool | active () const |
This * | clone () const |
Private Types | |
typedef IsNotSecretParamFunctor < negate > | This |
Private Attributes | |
OFX::Param * | _param |
Definition at line 53 of file IsActiveFunctor.hpp.
typedef IsNotSecretParamFunctor<negate> tuttle::plugin::interact::IsNotSecretParamFunctor< negate >::This [private] |
Reimplemented from tuttle::plugin::interact::IsActiveFunctor.
Definition at line 55 of file IsActiveFunctor.hpp.
tuttle::plugin::interact::IsNotSecretParamFunctor< negate >::IsNotSecretParamFunctor | ( | OFX::Param * | param | ) | [inline] |
Definition at line 59 of file IsActiveFunctor.hpp.
bool tuttle::plugin::interact::IsNotSecretParamFunctor< negate >::active | ( | ) | const [inline, virtual] |
Implements tuttle::plugin::interact::IsActiveFunctor.
Definition at line 62 of file IsActiveFunctor.hpp.
References tuttle::plugin::interact::IsNotSecretParamFunctor< negate >::_param.
This* tuttle::plugin::interact::IsNotSecretParamFunctor< negate >::clone | ( | ) | const [inline, virtual] |
Implements tuttle::plugin::interact::IsActiveFunctor.
Definition at line 63 of file IsActiveFunctor.hpp.
OFX::Param* tuttle::plugin::interact::IsNotSecretParamFunctor< negate >::_param [private] |
Definition at line 56 of file IsActiveFunctor.hpp.
Referenced by tuttle::plugin::interact::IsNotSecretParamFunctor< negate >::active().