Home
last modified time | relevance | path

Searched refs:MyChoiceInstance (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/examples/
H A DhostDemoParamInstance.cpp169 MyChoiceInstance::MyChoiceInstance(MyEffectInstance* effect, in MyChoiceInstance() function in MyHost::MyChoiceInstance
176 OfxStatus MyChoiceInstance::get(int&) in get()
181 OfxStatus MyChoiceInstance::get(OfxTime time, int&) in get()
186 OfxStatus MyChoiceInstance::set(int) in set()
191 OfxStatus MyChoiceInstance::set(OfxTime time, int) in set()
H A DhostDemoParamInstance.h80 class MyChoiceInstance : public OFX::Host::Param::ChoiceInstance {
85MyChoiceInstance(MyEffectInstance* effect, const std::string& name, OFX::Host::Param::Descriptor&…
H A DhostDemoEffectInstance.cpp174 return new MyChoiceInstance(this,name,descriptor); in newParam()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/examples/
H A DhostDemoParamInstance.cpp169 MyChoiceInstance::MyChoiceInstance(MyEffectInstance* effect, in MyChoiceInstance() function in MyHost::MyChoiceInstance
176 OfxStatus MyChoiceInstance::get(int&) in get()
181 OfxStatus MyChoiceInstance::get(OfxTime time, int&) in get()
186 OfxStatus MyChoiceInstance::set(int) in set()
191 OfxStatus MyChoiceInstance::set(OfxTime time, int) in set()
H A DhostDemoParamInstance.h80 class MyChoiceInstance : public OFX::Host::Param::ChoiceInstance {
85MyChoiceInstance(MyEffectInstance* effect, const std::string& name, OFX::Host::Param::Descriptor&…
H A DhostDemoEffectInstance.cpp174 return new MyChoiceInstance(this,name,descriptor); in newParam()