application/inc/PodcastQueueView.h
branchnewlist
changeset 347 b8d687bb7ca1
parent 183 913f0f0e98fc
equal deleted inserted replaced
346:a0eb6aaed052 347:b8d687bb7ca1
    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 	
    81 	
    82 	virtual void HandleLongTapEventL( const TPoint& aPenEventLocation, const TPoint& aPenEventScreenLocation);
    82 	virtual void HandleLongTapEventL( const TPoint& aPenEventLocation, const TPoint& aPenEventScreenLocation);
    83 	
    83 	void UpdateViewTitleL();
    84 private:
    84 private:
    85 	TBool iDontUpdateList;
    85 	TBool iDontUpdateList;
    86 	};
    86 	};
    87 
    87 
    88 #endif
    88 #endif