Modules | |
| group | Image Effect Actions |
| group | Intereact Actions |
Defines | |
| #define | kOfxActionLoad "OfxActionLoad" |
| Action called just after a plug-in has been loaded, for more details see ArchitectureMainFunction and ActionsGeneralLoad. | |
| #define | kOfxActionDescribe "OfxActionDescribe" |
| Action called to have a plug-in describe itself to the host, for more details see ArchitectureMainFunction and ActionsGeneralDescribe. | |
| #define | kOfxActionUnload "OfxActionUnload" |
| Action called just before a plug-in is unloaded, for more details see ArchitectureMainFunction and ActionsGeneralUnload. | |
| #define | kOfxActionPurgeCaches "OfxActionPurgeCaches" |
| Action called to have a plug-in purge any temporary caches it may have allocated ArchitectureMainFunction and ActionsGeneralPurgeCaches. | |
| #define | kOfxActionSyncPrivateData "OfxActionSyncPrivateData" |
| Action called to have a plug-in sync any internal data structures into custom parameters. | |
| #define | kOfxActionCreateInstance "OfxActionCreateInstance" |
| Action called just after an instance has been created ArchitectureMainFunction and ActionsGeneralCreateInstance. | |
| #define | kOfxActionDestroyInstance "OfxActionDestroyInstance" |
| Action called just before an instance is destroyed and ActionsGeneralDestroyInstance. | |
| #define | kOfxActionInstanceChanged "OfxActionInstanceChanged" |
| Action indicating something in the instance has been changed, see ActionsGeneralInstanceChanged. | |
| #define | kOfxActionBeginInstanceChanged "OfxActionBeginInstanceChanged" |
| Action called before the start of a set of kOfxActionEndInstanceChanged actions, used with kOfxActionEndInstanceChanged to bracket a grouped set of changes, see ActionsGeneralInstanceChangedBeginEnd. | |
| #define | kOfxActionEndInstanceChanged "OfxActionEndInstanceChanged" |
| Action called after the end of a set of kOfxActionEndInstanceChanged actions, used with kOfxActionBeginInstanceChanged to bracket a grouped set of changes, see ActionsGeneralInstanceChangedBeginEnd. | |
| #define | kOfxActionBeginInstanceEdit "OfxActionBeginInstanceEdit" |
| Action called when an instance has the first editor opened for it. | |
| #define | kOfxActionEndInstanceEdit "OfxActionEndInstanceEdit" |
| Action called when an instance has the last editor closed. | |
|
|
Action called before the start of a set of kOfxActionEndInstanceChanged actions, used with kOfxActionEndInstanceChanged to bracket a grouped set of changes, see ActionsGeneralInstanceChangedBeginEnd.
|
|
|
Action called when an instance has the first editor opened for it.
|
|
|
Action called just after an instance has been created ArchitectureMainFunction and ActionsGeneralCreateInstance.
|
|
|
Action called to have a plug-in describe itself to the host, for more details see ArchitectureMainFunction and ActionsGeneralDescribe.
|
|
|
Action called just before an instance is destroyed and ActionsGeneralDestroyInstance.
|
|
|
Action called after the end of a set of kOfxActionEndInstanceChanged actions, used with kOfxActionBeginInstanceChanged to bracket a grouped set of changes, see ActionsGeneralInstanceChangedBeginEnd.
|
|
|
Action called when an instance has the last editor closed.
|
|
|
Action indicating something in the instance has been changed, see ActionsGeneralInstanceChanged.
|
|
|
Action called just after a plug-in has been loaded, for more details see ArchitectureMainFunction and ActionsGeneralLoad.
|
|
|
Action called to have a plug-in purge any temporary caches it may have allocated ArchitectureMainFunction and ActionsGeneralPurgeCaches.
|
|
|
Action called to have a plug-in sync any internal data structures into custom parameters.
|
|
|
Action called just before a plug-in is unloaded, for more details see ArchitectureMainFunction and ActionsGeneralUnload.
|