equal
deleted
inserted
replaced
116 * Default implementation is empty. |
116 * Default implementation is empty. |
117 * @param aCommand ID of the command to respond to. |
117 * @param aCommand ID of the command to respond to. |
118 */ |
118 */ |
119 void HandleCommandL(TInt aCommand); |
119 void HandleCommandL(TInt aCommand); |
120 |
120 |
121 void OfferToolbarEventL(TInt aCommand); |
|
122 void DynInitToolbarL (TInt aResourceId, CAknToolbar *aToolbar); |
|
123 |
|
124 virtual void UpdateListboxItemsL() = 0; |
121 virtual void UpdateListboxItemsL() = 0; |
125 |
122 |
126 void RunAboutDialogL(); |
123 void RunAboutDialogL(); |
127 void SetEmptyTextL(TInt aResourceId); |
124 void SetEmptyTextL(TInt aResourceId); |
128 void ShowOkMessageL(TDesC &aText); |
125 void ShowOkMessageL(TDesC &aText); |