emailuis/nmailui/inc/nmeditorview.h
changeset 65 478bc57ad291
parent 59 16ed8d08d0b1
equal deleted inserted replaced
59:16ed8d08d0b1 65:478bc57ad291
    79     void setButtonsDimming(bool enabled);
    79     void setButtonsDimming(bool enabled);
    80     void attachmentLongPressed(NmId attachmentPartId, QPointF point);
    80     void attachmentLongPressed(NmId attachmentPartId, QPointF point);
    81     void invalidAddressQuery(HbAction* action);
    81     void invalidAddressQuery(HbAction* action);
    82     void okToExitQuery(HbAction* action);
    82     void okToExitQuery(HbAction* action);
    83     void sendProgressDialogCancelled();
    83     void sendProgressDialogCancelled();
       
    84     void safeToDraft();
    84     
    85     
    85 protected:
    86 protected:
    86     void resizeEvent(QGraphicsSceneResizeEvent *event);
    87     void resizeEvent(QGraphicsSceneResizeEvent *event);
    87 
    88 
    88 private slots:
    89 private slots:
   144     HbProgressDialog *mWaitDialog;         // Owned.    
   145     HbProgressDialog *mWaitDialog;         // Owned.    
   145     HbMessageBox* mQueryDialog;            // Owned
   146     HbMessageBox* mQueryDialog;            // Owned
   146     NmAttachmentPicker* mAttachmentPicker; // Owned    
   147     NmAttachmentPicker* mAttachmentPicker; // Owned    
   147     bool mCcBccFieldVisible;
   148     bool mCcBccFieldVisible;
   148     QPointer<HbProgressDialog> mServiceSendingDialog; // Owned.
   149     QPointer<HbProgressDialog> mServiceSendingDialog; // Owned.
   149     bool mIsNotFetchedBefore;
   150     HbListWidget *mTBExtnContentWidget;		// Owned
   150 	HbListWidget *mTBExtnContentWidget;		// Owned
   151     QString mHiddenPriorityName;
   151 	QString mHiddenPriorityName;
       
   152 };
   152 };
   153 
   153 
   154 
   154 
   155 #endif /* NMEDITORVIEW_H_ */
   155 #endif /* NMEDITORVIEW_H_ */