#include <mw/pluginadapterinterface.h>
class MOptionMenuHandler |
Public Member Functions | |
---|---|
pure virtual void | AddPluginOptionMenuItemsL(CEikMenuPane &, TInt, TInt) |
pure virtual void | HandlePluginCommandL(TInt) |
Contains the ability for plug-ins to handle the menu option commands. These methods are implemented in the plugin.
AddPluginOptionMenuItemsL Add the Option Menu items to the menuPane, these will be handled by plugin.
Parameters | |
---|---|
aMenuPane | handle of the menu that will contain the options |
aCommandBase | base id that needs to be added to the command ID |
aAfter | Plugin options should be added after this index |
void | HandlePluginCommandL | ( | TInt | aCommandId | ) | [pure virtual] |
HandlePluginCommandL Handle the user command from the option menu to the plugin.
Parameters | |
---|---|
aCommandId | the command ID of the option |