TuttleOFX
1
|
#include <IsActiveFunctor.hpp>
Public Member Functions | |
IsActiveChoiceParamFunctor (OFX::ChoiceParam *param) | |
bool | active () const |
This * | clone () const |
Private Types | |
typedef IsActiveChoiceParamFunctor < negate > | This |
Private Attributes | |
OFX::ChoiceParam * | _param |
Definition at line 82 of file IsActiveFunctor.hpp.
typedef IsActiveChoiceParamFunctor<negate> tuttle::plugin::interact::IsActiveChoiceParamFunctor< negate >::This [private] |
Reimplemented from tuttle::plugin::interact::IsActiveFunctor.
Definition at line 84 of file IsActiveFunctor.hpp.
tuttle::plugin::interact::IsActiveChoiceParamFunctor< negate >::IsActiveChoiceParamFunctor | ( | OFX::ChoiceParam * | param | ) | [inline] |
Definition at line 88 of file IsActiveFunctor.hpp.
bool tuttle::plugin::interact::IsActiveChoiceParamFunctor< negate >::active | ( | ) | const [inline, virtual] |
Implements tuttle::plugin::interact::IsActiveFunctor.
Definition at line 92 of file IsActiveFunctor.hpp.
References tuttle::plugin::interact::IsActiveChoiceParamFunctor< negate >::_param.
This* tuttle::plugin::interact::IsActiveChoiceParamFunctor< negate >::clone | ( | ) | const [inline, virtual] |
Implements tuttle::plugin::interact::IsActiveFunctor.
Definition at line 93 of file IsActiveFunctor.hpp.
OFX::ChoiceParam* tuttle::plugin::interact::IsActiveChoiceParamFunctor< negate >::_param [private] |
Definition at line 85 of file IsActiveFunctor.hpp.
Referenced by tuttle::plugin::interact::IsActiveChoiceParamFunctor< negate >::active().