equal
deleted
inserted
replaced
19 #define NMATTACHMENTPICKER_H_ |
19 #define NMATTACHMENTPICKER_H_ |
20 |
20 |
21 #include <QObject> |
21 #include <QObject> |
22 |
22 |
23 class XQAiwRequest; |
23 class XQAiwRequest; |
|
24 class HbListWidgetItem; |
24 |
25 |
25 /** |
26 /** |
26 * This class manages launching of different attachment pickers |
27 * This class manages launching of different attachment pickers |
27 * |
28 * |
28 */ |
29 */ |
39 void fetchAudio(); |
40 void fetchAudio(); |
40 void fetchVideo(); |
41 void fetchVideo(); |
41 void fetchOther(); |
42 void fetchOther(); |
42 void fetchCameraStill(); |
43 void fetchCameraStill(); |
43 void fetchCameraVideo(); |
44 void fetchCameraVideo(); |
44 |
45 void selectFetcher(HbListWidgetItem *listItem); |
|
46 |
|
47 |
45 signals: |
48 signals: |
46 void attachmentsFetchOk(const QVariant &fileNames); |
49 void attachmentsFetchOk(const QVariant &fileNames); |
47 void attachmentsFetchError(int errorCode, const QString &errorMessage); |
50 void attachmentsFetchError(int errorCode, const QString &errorMessage); |
48 |
51 |
49 private: |
52 private: |