qtinternetradio/ui/inc/irhistoryview.h
changeset 3 ee64f059b8e1
parent 0 09774dfdd46b
child 5 0930554dc389
equal deleted inserted replaced
2:2e1adbfc62af 3:ee64f059b8e1
    48     void presetLogoDownload(IRQPreset* aPreset);
    48     void presetLogoDownload(IRQPreset* aPreset);
    49     void presetLogoDownloadError();
    49     void presetLogoDownloadError();
    50     void modelChanged();
    50     void modelChanged();
    51     void gotoSongHistory();
    51     void gotoSongHistory();
    52     
    52     
       
    53     void actionClicked(HbAction *aAction);
       
    54     
    53 private:
    55 private:
    54     void showHistory();
    56     void showHistory();
    55     void handleItemSelected();
    57     void handleItemSelected();
    56     void listViewLongPressed(HbAbstractViewItem *aItem, const QPointF& aCoords);
    58     void listViewLongPressed(HbAbstractViewItem *aItem, const QPointF& aCoords);
    57     
    59     
    59     void prepareMenu();
    61     void prepareMenu();
    60     void startConvert(int aIndex); 
    62     void startConvert(int aIndex); 
    61     void convertStationHistory2Preset(const IRQSongHistoryInfo& aHistoryInfo, IRQPreset& aPreset);
    63     void convertStationHistory2Preset(const IRQSongHistoryInfo& aHistoryInfo, IRQPreset& aPreset);
    62     void addContextAction();
    64     void addContextAction();
    63     void deleteContextAction();
    65     void deleteContextAction();
       
    66     void detailContextAction();
    64 
    67 
    65 private:  
    68 private:  
    66     IRHistoryModel *iModel;
    69     IRHistoryModel *iModel;
    67     HbAction       *iClearHistoryAction;
    70     HbAction       *iClearHistoryAction;
    68     HbAction       *iSongHistoryAction;
    71     HbAction       *iSongHistoryAction;