qtinternetradio/ui/inc/irhistoryview.h
changeset 12 608f67c22514
parent 8 3b03c28289e6
child 17 38bbf2dcd608
--- a/qtinternetradio/ui/inc/irhistoryview.h	Wed Jun 23 18:04:00 2010 +0300
+++ b/qtinternetradio/ui/inc/irhistoryview.h	Tue Jul 06 14:07:20 2010 +0300
@@ -38,7 +38,7 @@
     TIRHandleResult handleCommand(TIRViewCommand aCommand, TIRViewCommandReason aReason);
    
 private slots:
-    void clearAllList();
+    void clearAllList(HbAction *aAction);
     void networkRequestNotified(IRQNetworkEvent aEvent);
     //to start the convertion asynchronously
     void convertAnother();
@@ -47,7 +47,7 @@
     void modelChanged();
     
     void actionClicked(HbAction *aAction);
-    
+    void popupClearHistoryConfirmMessageBox();    
 private:
     void showHistory();
     void handleItemSelected();
@@ -55,6 +55,9 @@
     
     //from IrAbstractListViewBase
     void prepareMenu();
+#ifdef HS_WIDGET_ENABLED	
+    void itemAboutToBeSelected(bool &aNeedNetwork);
+#endif	
     void startConvert(int aIndex); 
     void convertStationHistory2Preset(const IRQSongHistoryInfo& aHistoryInfo, IRQPreset& aPreset);
     void addContextAction();