Home
last modified time | relevance | path

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

/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/examples/
H A DhostDemoParamInstance.h34 class MyPushbuttonInstance : public OFX::Host::Param::PushbuttonInstance {
39MyPushbuttonInstance(MyEffectInstance* effect, const std::string& name, OFX::Host::Param::Descript…
H A DhostDemoParamInstance.cpp324 MyPushbuttonInstance::MyPushbuttonInstance(MyEffectInstance* effect, in MyPushbuttonInstance() function in MyHost::MyPushbuttonInstance
H A DhostDemoEffectInstance.cpp184 return new MyPushbuttonInstance(this,name,descriptor); in newParam()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/examples/
H A DhostDemoParamInstance.cpp324 MyPushbuttonInstance::MyPushbuttonInstance(MyEffectInstance* effect, in MyPushbuttonInstance() function in MyHost::MyPushbuttonInstance
H A DhostDemoParamInstance.h34 class MyPushbuttonInstance : public OFX::Host::Param::PushbuttonInstance {
39MyPushbuttonInstance(MyEffectInstance* effect, const std::string& name, OFX::Host::Param::Descript…
H A DhostDemoEffectInstance.cpp184 return new MyPushbuttonInstance(this,name,descriptor); in newParam()