equal
deleted
inserted
replaced
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 ); |
132 |
132 |
133 virtual void UpdateListboxItemsL() = 0; |
133 virtual void UpdateListboxItemsL() = 0; |
134 |
134 |
135 void RunAboutDialogL(); |
135 void RunAboutDialogL(); |
136 void SetEmptyTextL(TInt aResourceId); |
136 void SetEmptyTextL(TInt aResourceId); |
137 void ShowOkMessage(TDesC &aText); |
137 void ShowOkMessageL(TDesC &aText); |
138 void ShowErrorMessage(TDesC &aText); |
138 void ShowErrorMessageL(TDesC &aText); |
139 TInt ShowQueryMessage(TDesC &aText); |
139 TInt ShowQueryMessageL(TDesC &aText); |
140 void CloseToolbarExtension(); |
140 void CloseToolbarExtension(); |
141 void ShowWaitDialogL(TDesC &aWaitText); |
141 void ShowWaitDialogL(TDesC &aWaitText); |
142 void CloseWaitDialog(); |
142 void CloseWaitDialog(); |
143 |
143 |
144 // From MAknLongTapDetectorCallBack |
144 // From MAknLongTapDetectorCallBack |