equal
deleted
inserted
replaced
55 void normalInit(); |
55 void normalInit(); |
56 void initMenu(); |
56 void initMenu(); |
57 void lazyInit(); |
57 void lazyInit(); |
58 void startConvert(int aIndex); |
58 void startConvert(int aIndex); |
59 void initTimer(); |
59 void initTimer(); |
|
60 bool eventFilter(QObject *object, QEvent *event); |
60 |
61 |
61 private slots: //slots |
62 private slots: //slots |
62 |
63 |
63 void cancelRequest(); |
64 void cancelRequest(); |
64 void networkRequestNotified(IRQNetworkEvent aEvent); |
65 void networkRequestNotified(IRQNetworkEvent aEvent); |
70 void presetResponse(IRQPreset *aPreset); |
71 void presetResponse(IRQPreset *aPreset); |
71 //to start the convertion |
72 //to start the convertion |
72 void convertAnother(); |
73 void convertAnother(); |
73 void presetLogoDownload(IRQPreset* aPreset); |
74 void presetLogoDownload(IRQPreset* aPreset); |
74 void presetLogoDownloadError(); |
75 void presetLogoDownloadError(); |
75 |
76 void hideVkb(); |
|
77 |
76 public slots: |
78 public slots: |
77 //this slot is used to back to previouse view or minimize the search widget |
79 //this slot is used to back to previouse view or minimize the search widget |
78 void minimizeSearchPanel(); |
80 void minimizeSearchPanel(); |
79 |
81 |
80 private: // members |
82 private: // members |
95 //the object is created by IsdsClient, but application is responsible for free |
97 //the object is created by IsdsClient, but application is responsible for free |
96 IRQPreset *iPreset; |
98 IRQPreset *iPreset; |
97 IRQPreset *iLogoPreset; |
99 IRQPreset *iLogoPreset; |
98 QTimer *iConvertTimer; |
100 QTimer *iConvertTimer; |
99 QList<int> iIconIndexArray; |
101 QList<int> iIconIndexArray; |
|
102 IRQSettings *iSettings; |
100 friend class IRViewManager; |
103 friend class IRViewManager; |
101 }; |
104 }; |
102 #endif //IRSEARCHCHANNELSVIEW_H |
105 #endif //IRSEARCHCHANNELSVIEW_H |