equal
deleted
inserted
replaced
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; |