IPlugin
Defined in : <DataMorph/abi/iplugin.h>
class dm::abi::IPlugin;This class is not meant to be used directly by plugin developers. See Plugin
This class represents a Plugin which has functions to let DataMorph interface with the plugin itself.
Overview
IPlugin is meant to establish an interface between the DataMorph software and the core of the plugin itself. Each plugin must have its derived Plugin class which implements OnLoad and OnUnload. It is a COM-compatible class.
Namespace : dm::abi
Members
| Constructors, destructors and assignment operations | |
|---|---|
| (constructor) | Constructs the IPlugin object |
| (destructor) | Destructs the IPlugin object |
| Abstract virtual methods | |
|---|---|
OnLoad | Called on plugin load |
OnUnload | Called on plugin unload |