emailuis/nmailui/inc/nmviewerview.h
changeset 68 83cc6bae1de8
parent 48 10eaf342f539
child 74 6c59112cfd31
equal deleted inserted replaced
67:459da34cdb45 68:83cc6bae1de8
   105     void changeMessageReadStatus(bool read);
   105     void changeMessageReadStatus(bool read);
   106     void setMailboxName();
   106     void setMailboxName();
   107     void createToolBar();
   107     void createToolBar();
   108     void setAttachmentList();
   108     void setAttachmentList();
   109     void createAndShowWaitDialog();
   109     void createAndShowWaitDialog();
       
   110     bool isInlineImage(NmMessagePart* part);
   110 
   111 
   111 private:
   112 private:
   112     NmApplication &mApplication;
   113     NmApplication &mApplication;
   113     NmUiEngine &mUiEngine;
   114     NmUiEngine &mUiEngine;
   114     HbMainWindow *mMainWindow;                       // Not owned
   115     HbMainWindow *mMainWindow;                       // Not owned
   119     HbWidget *mViewerContent;                        // Not owned
   120     HbWidget *mViewerContent;                        // Not owned
   120     NmMailViewerWK *mWebView;                        // Not owned
   121     NmMailViewerWK *mWebView;                        // Not owned
   121     NmViewerHeader *mHeaderWidget;                   // Not owned
   122     NmViewerHeader *mHeaderWidget;                   // Not owned
   122     NmAttachmentListWidget *mAttaListWidget;         // Not owned
   123     NmAttachmentListWidget *mAttaListWidget;         // Not owned
   123     QPointF mHeaderStartScenePos;
   124     QPointF mHeaderStartScenePos;
       
   125     QPointer<NmOperation> mMessagePartFetchingOperation;    // Not owned
   124     QPointer<NmOperation> mMessageFetchingOperation; // Not owned 
   126     QPointer<NmOperation> mMessageFetchingOperation; // Not owned 
   125     QPointF mLatestScrollPos;
   127     QPointF mLatestScrollPos;
   126     bool mDisplayingPlainText;
   128     bool mDisplayingPlainText;
   127     QObjectList mWidgetList;
   129     QObjectList mWidgetList;
   128     NmUiDocumentLoader *mDocumentLoader;             // Owned
   130     NmUiDocumentLoader *mDocumentLoader;             // Owned