Method |
Description |
 ~MPlugin |
Destructor. |
downCast |
Safe cast operation for this MPlugin object. |
downCast |
Safe cast operation for this MPlugin object. |
 getClassName |
Return the class name for this MPlugin object as a char*. |
 getDescription |
Return the description of this MPlugin. |
getDllFile |
Return the DLL file associated with this MPlugin. |
getDllHandle |
Return the DllHandle for this MPlugin. |
 getProperty |
Return a named property. |
 getProperty |
Return a named property and value. |
 getPropertyCount |
Return the property count for this MPlugin. |
MPlugin |
Create a named MPlugin object. You cannot call this constructor directly. Instead, call it from a subclass of MPlugin. |
 numProperties |
Return the number of extended (user-defined) properties associated with this plugin. |
 onInitialization |
This method performs plugin-specific initialization. |
 onTermination |
This method performs plugin-specific shutdown. MPlugin::onTermination() is called from MApp::stop() before MApp::onTermination() is called. |