application/inc/PodcastListView.h
changeset 35 66c5303f3610
parent 26 71493655568a
child 50 e7b10d6d7ba3
equal deleted inserted replaced
30:7bca37ba5fa9 35:66c5303f3610
    61 		
    61 		
    62 		CEikFormattedCellListBox* Listbox();
    62 		CEikFormattedCellListBox* Listbox();
    63 		void ScrollToVisible();
    63 		void ScrollToVisible();
    64     	void Draw(const TRect& aRect) const;
    64     	void Draw(const TRect& aRect) const;
    65     	
    65     	
    66     	void SetLongTapDetected(TBool aLongTapDetected);
    66     	void SetLongTapDetectedL(TBool aLongTapDetected);
    67 
    67 
    68     	CEikFormattedCellListBox * iListbox;		
    68     	CEikFormattedCellListBox * iListbox;		
    69 
    69 
    70 	protected:
    70 	protected:
    71 		TTypeUid::Ptr MopSupplyObject( TTypeUid aId );
    71 		TTypeUid::Ptr MopSupplyObject( TTypeUid aId );
   131 
   131 
   132 		virtual void UpdateListboxItemsL() = 0;
   132 		virtual void UpdateListboxItemsL() = 0;
   133 		
   133 		
   134         void RunAboutDialogL();
   134         void RunAboutDialogL();
   135         void SetEmptyTextL(TInt aResourceId);
   135         void SetEmptyTextL(TInt aResourceId);
   136         void ShowOkMessage(TDesC &aText);
   136         void ShowOkMessageL(TDesC &aText);
   137         void ShowErrorMessage(TDesC &aText);
   137         void ShowErrorMessageL(TDesC &aText);
   138         TInt ShowQueryMessage(TDesC &aText);
   138         TInt ShowQueryMessageL(TDesC &aText);
   139 		void CloseToolbarExtension();
   139 		void CloseToolbarExtension();
   140 		void ShowWaitDialogL(TDesC &aWaitText);
   140 		void ShowWaitDialogL(TDesC &aWaitText);
   141 		void CloseWaitDialog();
   141 		void CloseWaitDialog();
   142 
   142 
   143 		// From MAknLongTapDetectorCallBack
   143 		// From MAknLongTapDetectorCallBack