qtinternetradio/ui/inc/irhistoryview.h
changeset 12 608f67c22514
parent 8 3b03c28289e6
child 17 38bbf2dcd608
equal deleted inserted replaced
11:f683e24efca3 12:608f67c22514
    36     
    36     
    37     //from base class IRBaseView
    37     //from base class IRBaseView
    38     TIRHandleResult handleCommand(TIRViewCommand aCommand, TIRViewCommandReason aReason);
    38     TIRHandleResult handleCommand(TIRViewCommand aCommand, TIRViewCommandReason aReason);
    39    
    39    
    40 private slots:
    40 private slots:
    41     void clearAllList();
    41     void clearAllList(HbAction *aAction);
    42     void networkRequestNotified(IRQNetworkEvent aEvent);
    42     void networkRequestNotified(IRQNetworkEvent aEvent);
    43     //to start the convertion asynchronously
    43     //to start the convertion asynchronously
    44     void convertAnother();
    44     void convertAnother();
    45     void presetLogoDownload(IRQPreset* aPreset);
    45     void presetLogoDownload(IRQPreset* aPreset);
    46     void presetLogoDownloadError();
    46     void presetLogoDownloadError();
    47     void modelChanged();
    47     void modelChanged();
    48     
    48     
    49     void actionClicked(HbAction *aAction);
    49     void actionClicked(HbAction *aAction);
    50     
    50     void popupClearHistoryConfirmMessageBox();    
    51 private:
    51 private:
    52     void showHistory();
    52     void showHistory();
    53     void handleItemSelected();
    53     void handleItemSelected();
    54     void listViewLongPressed(HbAbstractViewItem *aItem, const QPointF& aCoords);
    54     void listViewLongPressed(HbAbstractViewItem *aItem, const QPointF& aCoords);
    55     
    55     
    56     //from IrAbstractListViewBase
    56     //from IrAbstractListViewBase
    57     void prepareMenu();
    57     void prepareMenu();
       
    58 #ifdef HS_WIDGET_ENABLED	
       
    59     void itemAboutToBeSelected(bool &aNeedNetwork);
       
    60 #endif	
    58     void startConvert(int aIndex); 
    61     void startConvert(int aIndex); 
    59     void convertStationHistory2Preset(const IRQSongHistoryInfo& aHistoryInfo, IRQPreset& aPreset);
    62     void convertStationHistory2Preset(const IRQSongHistoryInfo& aHistoryInfo, IRQPreset& aPreset);
    60     void addContextAction();
    63     void addContextAction();
    61     void deleteContextAction();
    64     void deleteContextAction();
    62     void detailsContextAction();
    65     void detailsContextAction();