equal
deleted
inserted
replaced
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(); |
42 void presetResponse(IRQPreset *aPreset); |
|
43 void operationException(IRQError aError); |
|
44 void networkRequestNotified(IRQNetworkEvent aEvent); |
42 void networkRequestNotified(IRQNetworkEvent aEvent); |
45 void cancelRequest(); |
|
46 //to start the convertion asynchronously |
43 //to start the convertion asynchronously |
47 void convertAnother(); |
44 void convertAnother(); |
48 void presetLogoDownload(IRQPreset* aPreset); |
45 void presetLogoDownload(IRQPreset* aPreset); |
49 void presetLogoDownloadError(); |
46 void presetLogoDownloadError(); |
50 void modelChanged(); |
47 void modelChanged(); |
51 void gotoSongHistory(); |
|
52 |
48 |
53 void actionClicked(HbAction *aAction); |
49 void actionClicked(HbAction *aAction); |
54 |
50 |
55 private: |
51 private: |
56 void showHistory(); |
52 void showHistory(); |