API published in: S60 2nd Ed FP 2
Required Capabilities
DRM LocalServices NetworkControl NetworkServices ReadDeviceData ReadUserData SwEvent UserEnvironment WriteDeviceData WriteUserData
Exceptions
#include <pluginadapterinterface.h>
Public Member Functions |
|
virtual TUint16 | GetVersion ()=0 |
Gets the pointer to the minor version number of the plug-in version number of the Browser Plug-in API. |
|
virtual void | PluginConstructedL (CCoeControl *aPluginControl)=0 |
Called when the plug-in has completed its creation. |
|
virtual void | PluginFinishedL ()=0 |
Called after the plug-in has been deleted. |
|
virtual CCoeControl * | GetParentControl ()=0 |
Returns the window system level control object for the plug-in. |
|
virtual MCoeControlObserver * | GetParentControlObserver ()=0 |
Returns the observer for the plug-in control. |
|
virtual void | SetPluginNotifier (MPluginNotifier *aNotifier)=0 |
Sets the plug-in notifier allowing the plug-in to control portions of the browser. |
|
virtual void | SetOptionMenuHandler (MOptionMenuHandler *) |
Sets the plug-in option menu handler allowing the plug-in to handle the custom menu commands from the browser. |
|
Returns the window system level control object for the plug-in.
|
|
Returns the observer for the plug-in control.
|
|
Gets the pointer to the minor version number of the plug-in version number of the Browser Plug-in API.
|
|
Called when the plug-in has completed its creation. This function is called from the constructL function of the plug-in.
|
|
Called after the plug-in has been deleted. This function is called from the destructor of the plug-in.
|
|
Sets the plug-in option menu handler allowing the plug-in to handle the custom menu commands from the browser.
|
|
Sets the plug-in notifier allowing the plug-in to control portions of the browser.
|