messagingapp/msgui/unifiededitor/inc/msgunieditorbody.h
changeset 44 36f374c67aa8
parent 34 84197e66a4bd
child 47 5b14749788d7
child 52 12db4185673b
--- a/messagingapp/msgui/unifiededitor/inc/msgunieditorbody.h	Wed Jun 23 18:09:17 2010 +0300
+++ b/messagingapp/msgui/unifiededitor/inc/msgunieditorbody.h	Tue Jul 06 14:12:40 2010 +0300
@@ -103,6 +103,13 @@
      */
     void EditorOperationEvent( TUniEditorProcessImageOperationEvent aEvent,
                                TFileName aFileName );
+    /**
+	 * Function which tells whether the image resize process is in progress
+	 */
+    bool isImageResizing()
+        {
+        return mIsImageResizing;
+        }
 
 public slots:
     /**
@@ -331,6 +338,12 @@
      * boolean specifying a draft message
      */
     bool mDraftMessage ;
+    
+    /*
+     * Flag to indicate the state of image resizing process. 
+	 * true - resize in progress. false - resize is not underway.
+     */
+    bool mIsImageResizing;
 };
 
 #endif //MSG_UNIFIED_EDITOR_BODY_H