Home
last modified time | relevance | path

Searched refs:kOfxActionDestroyInstance (Results 1 – 25 of 55) sorted by relevance

123

/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/include/
H A DofxInteract.h251 #define kOfxActionDestroyInstanceInteract kOfxActionDestroyInstance
H A DofxCore.h406 #define kOfxActionDestroyInstance "OfxActionDestroyInstance" macro
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/include/
H A DofxInteract.h251 #define kOfxActionDestroyInstanceInteract kOfxActionDestroyInstance
H A DofxCore.h406 #define kOfxActionDestroyInstance "OfxActionDestroyInstance" macro
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/sources/Reference/
H A DofxImageEffectActions.rst32 .. doxygendefine:: kOfxActionDestroyInstance
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/sources/Reference/
H A DofxImageEffectActions.rst32 .. doxygendefine:: kOfxActionDestroyInstance
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Custom/
H A Dcustom.cpp443 else if(strcmp(action, kOfxActionDestroyInstance) == 0) { in overlayMain()
558 else if(strcmp(action, kOfxActionDestroyInstance) == 0) { in pluginMain()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Custom/
H A Dcustom.cpp443 else if(strcmp(action, kOfxActionDestroyInstance) == 0) { in overlayMain()
558 else if(strcmp(action, kOfxActionDestroyInstance) == 0) { in pluginMain()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/sources/Guide/Code/Example1/
H A Dbasics.cpp288 else if(strcmp(action, kOfxActionDestroyInstance) == 0) { in MainEntryPoint()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/sources/Guide/Code/Example1/
H A Dbasics.cpp288 else if(strcmp(action, kOfxActionDestroyInstance) == 0) { in MainEntryPoint()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Support/Library/
H A DofxsHWNDInteract.cpp219 if(action == kOfxActionDestroyInstance) { in hwndInteractMainEntry()
H A DofxsInteract.cpp504 if(action == kOfxActionDestroyInstance) { in interactMainEntry()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Support/Library/
H A DofxsHWNDInteract.cpp219 if(action == kOfxActionDestroyInstance) { in hwndInteractMainEntry()
H A DofxsInteract.cpp504 if(action == kOfxActionDestroyInstance) { in interactMainEntry()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Overlay/
H A Doverlay.cpp305 else if(strcmp(action, kOfxActionDestroyInstance) == 0) { in overlayMain()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Overlay/
H A Doverlay.cpp305 else if(strcmp(action, kOfxActionDestroyInstance) == 0) { in overlayMain()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/sources/Guide/
H A D.rst435 else if(strcmp(action, kOfxActionDestroyInstance) == 0) {
663 kOfxActionDestroyInstance action.
720 kOfxActionDestroyInstance should always be called when an instance
722 kOfxActionDestroyInstance called on them before kOfxActionUnload can
827 it’s own data structures it… \*\* calls kOfxActionDestroyInstance
H A DofxExample1_Basics.rst386 else if(strcmp(action, kOfxActionDestroyInstance) == 0) {
613 :c:macro:`kOfxActionDestroyInstance` action.
668 :c:macro:`kOfxActionDestroyInstance` should always be called when an instance
670 kOfxActionDestroyInstance called on them before :c:macro:`kOfxActionUnload` can
773 it’s own data structures it calls :c:macro:`kOfxActionDestroyInstance`
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/old_doc/Guide/
H A DofxExample1_Basics.adoc326 else if(strcmp(action, kOfxActionDestroyInstance) == 0) {
474 … data structures when an instance is destroyed. It gets to do that in the kOfxActionDestroyInstance
521 NOTE: kOfxActionDestroyInstance should always be called when an instance is destroyed, and furtherm…
522 have had kOfxActionDestroyInstance called on them before kOfxActionUnload can be called.
591 ** calls kOfxActionDestroyInstance
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/sources/Guide/
H A D.rst435 else if(strcmp(action, kOfxActionDestroyInstance) == 0) {
663 kOfxActionDestroyInstance action.
720 kOfxActionDestroyInstance should always be called when an instance
722 kOfxActionDestroyInstance called on them before kOfxActionUnload can
827 it’s own data structures it… \*\* calls kOfxActionDestroyInstance
H A DofxExample1_Basics.rst386 else if(strcmp(action, kOfxActionDestroyInstance) == 0) {
613 :c:macro:`kOfxActionDestroyInstance` action.
668 :c:macro:`kOfxActionDestroyInstance` should always be called when an instance
670 kOfxActionDestroyInstance called on them before :c:macro:`kOfxActionUnload` can
773 it’s own data structures it calls :c:macro:`kOfxActionDestroyInstance`
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/old_doc/Guide/
H A DofxExample1_Basics.adoc326 else if(strcmp(action, kOfxActionDestroyInstance) == 0) {
474 … data structures when an instance is destroyed. It gets to do that in the kOfxActionDestroyInstance
521 NOTE: kOfxActionDestroyInstance should always be called when an instance is destroyed, and furtherm…
522 have had kOfxActionDestroyInstance called on them before kOfxActionUnload can be called.
591 ** calls kOfxActionDestroyInstance
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/sources/Guide/Code/Example3/
H A Dgain.cpp649 else if(strcmp(action, kOfxActionDestroyInstance) == 0) { in MainEntryPoint()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/sources/Guide/Code/Example3/
H A Dgain.cpp649 else if(strcmp(action, kOfxActionDestroyInstance) == 0) { in MainEntryPoint()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/sources/Guide/Code/Example4/
H A Dsaturation.cpp775 else if(strcmp(action, kOfxActionDestroyInstance) == 0) { in MainEntryPoint()

123