MPluginAdapter Class Reference
#include
<mw/pluginadapterinterface.h>
Link against: PluginAdapterUtil in Series 80 Platforms and the Nokia 7710 smartphone
Detailed Description
The plug-in can use this interface to communicate with the browser.
- Since
- Series 60 2nd Edition, Feature Pack 2 and Series 80 Platforms and the Nokia 7710 smartphone
Member Function Documentation
GetParentControl ( )
Returns the window system level control object for the plug-in.
- Since
- Series 60 2nd Edition, Feature Pack 2 and Series 80 Platforms and the Nokia 7710 smartphone
- Return Value
- A pointer to the parent control window.
GetParentControlObserver ( )
Returns the observer for the plug-in control.
- Since
- Series 60 2nd Edition, Feature Pack 2 and Series 80 Platforms and the Nokia 7710 smartphone
- Return Value
- Observer that the plug-in can use to send events to the browser.
GetVersion ( )
Gets the pointer to the minor version number of the plug-in version number of the Browser Plug-in API.
- Since
- Series 60 2nd Edition, Feature Pack 2 and Series 80 Platforms and the Nokia 7710 smartphone
- Return Value
- Series 60 returns 1. Series 80 and the Nokia 7710 smartphone return 101.
PluginConstructedL ( CCoeControl * )
void | PluginConstructedL | ( | CCoeControl * | aPluginControl | ) | [pure virtual] |
Called when the plug-in has completed its creation. This function is called from the constructL function of the plug-in.
- Since
- Series 60 2nd Edition, Feature Pack 2 and Series 80 Platforms and the Nokia 7710 smartphone
Parameters |
---|
aPluginControl | A pointer to the plug-in control window |
PluginFinishedL ( )
void | PluginFinishedL | ( | ) | [pure virtual] |
Called after the plug-in has been deleted. This function is called from the destructor of the plug-in.
- Since
- Series 60 2nd Edition, Feature Pack 2 and Series 80 Platforms and the Nokia 7710 smartphone
SetOptionMenuHandler ( MOptionMenuHandler * )
Sets the plug-in option menu handler allowing the plug-in to handle the custom menu commands from the browser.
- Since
- Series 60 3nd Edition
SetPluginNotifier ( MPluginNotifier * )
Sets the plug-in notifier allowing the plug-in to control portions of the browser.
- Since
- Series 60 2nd Edition, Feature Pack 2 and Series 80 Platforms and the Nokia 7710 smartphone
Parameters |
---|
aNotifier | Pointer to an interface that the browser can use to send events to the plug-in. |