Location:
eikmobs.h
Link against: eikcore.lib
MEikAutoMenuObserver
Supported from 6.0
Provides additional functionality to an auto menu title, in the form of an OfferHotKeyL()
method, which is not required in the normal MEikMenuObserver
. Auto menu titles are used to ensure that some menu panes appear in every menu constructed for an application.
|
Defined in MEikAutoMenuObserver
:
OfferHotKeyL()
, SetEmphasis()
Inherited from MEikCommandObserver
:
CreateCustomCommandControlL()
,
ProcessCommandL()
Inherited from MEikMenuObserver
:
CheckHotKeyNotDimmedL()
,
DynInitMenuBarL()
,
DynInitMenuPaneL()
,
EMenuBar
,
EMenuPane
,
HandleAttemptDimmedSelectionL()
,
HandleSideBarMenuL()
,
OfferKeyToAppL()
,
RestoreMenuL()
,
TMenuType
virtual TKeyResponse OfferHotKeyL(const TKeyEvent& aKeyEvent,TEventCode aType)=0;
Offers the specified hot key to the auto menu title.
Implement this function if you expect to handle any events from an auto menu.
|
|
void SetEmphasis(CCoeControl* MenuControl,TBool aEmphasis);
Sets the specified control's emphasis.
|