application/inc/PodcastQueueView.h
changeset 107 17da6d3a5a4b
parent 88 1cc7501102a8
child 120 92eadaba67e6
equal deleted inserted replaced
106:b4be6bc78573 107:17da6d3a5a4b
    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