class MPbk2AiwInterestItem |
Phonebook 2 AIW interest item interface.
Public Member Functions | |
---|---|
~MPbk2AiwInterestItem () | |
void | AttachL (const TInt , const TInt , const TBool ) |
TBool | DynInitMenuPaneL (const TInt , CEikMenuPane &, const MPbk2ContactUiControl &) |
TBool | HandleCommandL (const TInt , MPbk2ContactUiControl &, TInt ) |
TInt | InterestId () |
void | AttachL | ( | const TInt | aMenuResourceId, |
const TInt | aInterestResourceId, | |||
const TBool | aAttachBaseServiceInterest | |||
) | [pure virtual] |
Attaches an AIW interest resource to given menu resource.
TBool | DynInitMenuPaneL | ( | const TInt | aResourceId, |
CEikMenuPane & | aMenuPane, | |||
const MPbk2ContactUiControl & | aControl | |||
) | [pure virtual] |
Initializes the menu pane.
const TInt aResourceId | Menu pane resource id. |
CEikMenuPane & aMenuPane | Menupane. |
const MPbk2ContactUiControl & aControl | Contact UI control. |
TBool | HandleCommandL | ( | const TInt | aMenuCommandId, |
MPbk2ContactUiControl & | aControl, | |||
TInt | aServiceCommandId | |||
) | [pure virtual] |
Handles menu and base commands. NOTE: Fill in parameter aServiceCommandId only if the function is not called after menu item selection (when AIW base services are used).
const TInt aMenuCommandId | Id of the selected menu item. |
MPbk2ContactUiControl & aControl | UI control. |
TInt aServiceCommandId | Normally fetched from AIW framework based on supplied menu command id, but must be filled manually if command is to be called without a menu item command activation. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.