equal
deleted
inserted
replaced
115 /** |
115 /** |
116 * Command handling function intended for overriding by sub classes. |
116 * Command handling function intended for overriding by sub classes. |
117 * Default implementation is empty. |
117 * Default implementation is empty. |
118 * @param aCommand ID of the command to respond to. |
118 * @param aCommand ID of the command to respond to. |
119 */ |
119 */ |
120 void HandleCommandL(TInt aCommand); |
120 virtual void HandleCommandL(TInt aCommand); |
121 |
121 |
122 void OfferToolbarEventL(TInt aCommand); |
122 void OfferToolbarEventL(TInt aCommand); |
123 void DynInitToolbarL (TInt aResourceId, CAknToolbar *aToolbar); |
123 void DynInitToolbarL (TInt aResourceId, CAknToolbar *aToolbar); |
124 |
124 |
125 virtual void UpdateListboxItemsL() = 0; |
125 virtual void UpdateListboxItemsL() = 0; |