equal
deleted
inserted
replaced
76 * @param aCommand ID of the command to respond to. |
76 * @param aCommand ID of the command to respond to. |
77 */ |
77 */ |
78 void HandleCommandL(TInt aCommand); |
78 void HandleCommandL(TInt aCommand); |
79 TKeyResponse OfferKeyEventL(const TKeyEvent& aKeyEvent,TEventCode aType); |
79 TKeyResponse OfferKeyEventL(const TKeyEvent& aKeyEvent,TEventCode aType); |
80 void DynInitMenuPaneL(TInt aResourceId,CEikMenuPane* aMenuPane); |
80 void DynInitMenuPaneL(TInt aResourceId,CEikMenuPane* aMenuPane); |
|
81 |
|
82 virtual void HandleLongTapEventL( const TPoint& aPenEventLocation, const TPoint& aPenEventScreenLocation); |
81 }; |
83 }; |
82 |
84 |
83 #endif |
85 #endif |
84 |
86 |
85 |
87 |