equal
deleted
inserted
replaced
43 class NmAddAttachmentsOperation; |
43 class NmAddAttachmentsOperation; |
44 class NmAttachmentPicker; |
44 class NmAttachmentPicker; |
45 class HbMessageBox; |
45 class HbMessageBox; |
46 class NmAttachmentManager; |
46 class NmAttachmentManager; |
47 class HbVkbHost; |
47 class HbVkbHost; |
|
48 class HbListWidget; |
48 |
49 |
49 class NmEditorView : public NmBaseView, |
50 class NmEditorView : public NmBaseView, |
50 public NmActionObserver, |
51 public NmActionObserver, |
51 public NmAttachmentFetchObserver |
52 public NmAttachmentFetchObserver |
52 { |
53 { |
143 HbProgressDialog *mWaitDialog; // Owned. |
144 HbProgressDialog *mWaitDialog; // Owned. |
144 HbMessageBox* mQueryDialog; // Owned |
145 HbMessageBox* mQueryDialog; // Owned |
145 NmAttachmentPicker* mAttachmentPicker; // Owned |
146 NmAttachmentPicker* mAttachmentPicker; // Owned |
146 bool mCcBccFieldVisible; |
147 bool mCcBccFieldVisible; |
147 QPointer<HbProgressDialog> mServiceSendingDialog; // Owned. |
148 QPointer<HbProgressDialog> mServiceSendingDialog; // Owned. |
|
149 bool mIsNotFetchedBefore; |
|
150 HbListWidget *mTBExtnContentWidget; // Owned |
148 }; |
151 }; |
149 |
152 |
150 |
153 |
151 #endif /* NMEDITORVIEW_H_ */ |
154 #endif /* NMEDITORVIEW_H_ */ |