Home
last modified time | relevance | path

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

/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/examples/
H A DhostDemoParamInstance.cpp62 MyIntegerInstance::MyIntegerInstance(MyEffectInstance* effect, in MyIntegerInstance() function in MyHost::MyIntegerInstance
69 OfxStatus MyIntegerInstance::get(int&) in get()
74 OfxStatus MyIntegerInstance::get(OfxTime time, int&) in get()
79 OfxStatus MyIntegerInstance::set(int) in set()
84 OfxStatus MyIntegerInstance::set(OfxTime time, int) { in set()
H A DhostDemoParamInstance.h42 class MyIntegerInstance : public OFX::Host::Param::IntegerInstance {
47MyIntegerInstance(MyEffectInstance* effect, const std::string& name, OFX::Host::Param::Descriptor&…
H A DhostDemoEffectInstance.cpp168 return new MyIntegerInstance(this,name,descriptor); in newParam()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/examples/
H A DhostDemoParamInstance.cpp62 MyIntegerInstance::MyIntegerInstance(MyEffectInstance* effect, in MyIntegerInstance() function in MyHost::MyIntegerInstance
69 OfxStatus MyIntegerInstance::get(int&) in get()
74 OfxStatus MyIntegerInstance::get(OfxTime time, int&) in get()
79 OfxStatus MyIntegerInstance::set(int) in set()
84 OfxStatus MyIntegerInstance::set(OfxTime time, int) { in set()
H A DhostDemoParamInstance.h42 class MyIntegerInstance : public OFX::Host::Param::IntegerInstance {
47MyIntegerInstance(MyEffectInstance* effect, const std::string& name, OFX::Host::Param::Descriptor&…
H A DhostDemoEffectInstance.cpp168 return new MyIntegerInstance(this,name,descriptor); in newParam()