emailuis/nmailui/inc/nmeditorview.h
changeset 44 c2d07d913565
parent 43 99bcbff212ad
child 47 f83bd4ae1fe3
child 54 997a02608b3a
equal deleted inserted replaced
43:99bcbff212ad 44:c2d07d913565
    99 
    99 
   100     void allAttachmentsAdded(int result);
   100     void allAttachmentsAdded(int result);
   101     void attachmentRemoved(int result);
   101     void attachmentRemoved(int result);
   102     void removeAttachmentTriggered();
   102     void removeAttachmentTriggered();
   103     void handleSendOperationCompleted();
   103     void handleSendOperationCompleted();
   104     void openAttachmentTriggered();  
   104     void openAttachmentTriggered( NmId attachmentId );  
   105     void onAttachmentReqCompleted(const QVariant &value);
   105     void onAttachmentReqCompleted(const QVariant &value);
   106     void onAttachmentsFetchError(int errorCode, const QString& errorMessage);
   106     void onAttachmentsFetchError(int errorCode, const QString& errorMessage);
   107     void switchCcBccFieldVisibility();
   107     void switchCcBccFieldVisibility();
   108 	void fetchProgressDialogCancelled();
   108 	void fetchProgressDialogCancelled();
   109 
   109 
   110 private:
   110 private:
   111 
   111 
   112     void loadViewLayout();
   112     void loadViewLayout();
   113     void setMailboxName();
   113     void setMailboxName();
   114     void fetchProgressDialogShow();
   114     void fetchProgressDialogShow();
   115     void fetchMessageIfNeeded();
   115     void fetchMessageIfNeeded(NmUiStartParam &startParam);
   116     void startMessageCreation(NmUiEditorStartMode startMode);
   116     void startMessageCreation(NmUiStartParam &startParam);
   117     void startSending();
   117     void startSending();
   118     void finalizeSending();
   118     void finalizeSending();
   119     void createToolBar();
   119     void createToolBar();
   120     void updateMessageWithEditorContents();
   120     void updateMessageWithEditorContents();
   121     void fillEditorWithMessageContents();
   121     void fillEditorWithMessageContents();