messagingapp/msgui/unifiedviewer/inc/unifiedviewer.h
changeset 41 25fe1fe642e3
parent 37 518b245aa84c
child 48 4f501b74aeb1
--- a/messagingapp/msgui/unifiedviewer/inc/unifiedviewer.h	Tue Jul 06 22:50:16 2010 +0530
+++ b/messagingapp/msgui/unifiedviewer/inc/unifiedviewer.h	Fri Jul 09 14:46:10 2010 +0530
@@ -75,7 +75,12 @@
      * @see HbView
      */
     void createToolBar();
-   
+    
+    /**
+     * Launch Editor for forward, reply, replyall actions
+     * @param operation, Editor operation e.g. forward, reply etc
+     */
+    void launchEditor(MsgBaseView::UniEditorOperation operation);
 
 public slots:
 
@@ -91,7 +96,7 @@
      * Handle delete 
      */     
     void handleDeleteAction();
-    
+
 private slots:
     /**
      * This slot is called when sendMessage signal is emitted for a highlighted
@@ -105,6 +110,16 @@
      */
     void onDialogDeleteMsg(HbAction* action);
     
+    /**
+     * Handle reply
+     */
+    void handleReplyAction();
+    
+    /**
+     * Handle reply-all
+     */
+    void handleReplyAllAction();
+
 private:
 
     /**