messagingapp/msgui/unifiededitor/inc/msgunieditorbody.h
changeset 44 36f374c67aa8
parent 34 84197e66a4bd
child 47 5b14749788d7
child 52 12db4185673b
equal deleted inserted replaced
43:35b64624a9e7 44:36f374c67aa8
   101      * from MUniEditorProcessImageOperationObserver  
   101      * from MUniEditorProcessImageOperationObserver  
   102      * @see MUniEditorProcessImageOperationObserver
   102      * @see MUniEditorProcessImageOperationObserver
   103      */
   103      */
   104     void EditorOperationEvent( TUniEditorProcessImageOperationEvent aEvent,
   104     void EditorOperationEvent( TUniEditorProcessImageOperationEvent aEvent,
   105                                TFileName aFileName );
   105                                TFileName aFileName );
       
   106     /**
       
   107 	 * Function which tells whether the image resize process is in progress
       
   108 	 */
       
   109     bool isImageResizing()
       
   110         {
       
   111         return mIsImageResizing;
       
   112         }
   106 
   113 
   107 public slots:
   114 public slots:
   108     /**
   115     /**
   109      * Called to insert image content in editor.
   116      * Called to insert image content in editor.
   110      * @param medialist list of absolute paths of media.
   117      * @param medialist list of absolute paths of media.
   329 
   336 
   330     /**
   337     /**
   331      * boolean specifying a draft message
   338      * boolean specifying a draft message
   332      */
   339      */
   333     bool mDraftMessage ;
   340     bool mDraftMessage ;
       
   341     
       
   342     /*
       
   343      * Flag to indicate the state of image resizing process. 
       
   344 	 * true - resize in progress. false - resize is not underway.
       
   345      */
       
   346     bool mIsImageResizing;
   334 };
   347 };
   335 
   348 
   336 #endif //MSG_UNIFIED_EDITOR_BODY_H
   349 #endif //MSG_UNIFIED_EDITOR_BODY_H