messagingapp/msgui/unifiedviewer/inc/unifiedviewer.h
changeset 41 25fe1fe642e3
parent 37 518b245aa84c
child 48 4f501b74aeb1
equal deleted inserted replaced
40:224522e33db9 41:25fe1fe642e3
    73     /**
    73     /**
    74      * Creates tool bar actions
    74      * Creates tool bar actions
    75      * @see HbView
    75      * @see HbView
    76      */
    76      */
    77     void createToolBar();
    77     void createToolBar();
    78    
    78     
       
    79     /**
       
    80      * Launch Editor for forward, reply, replyall actions
       
    81      * @param operation, Editor operation e.g. forward, reply etc
       
    82      */
       
    83     void launchEditor(MsgBaseView::UniEditorOperation operation);
    79 
    84 
    80 public slots:
    85 public slots:
    81 
    86 
    82     /**
    87     /**
    83      * Clears the content on the widget
    88      * Clears the content on the widget
    89     
    94     
    90     /**
    95     /**
    91      * Handle delete 
    96      * Handle delete 
    92      */     
    97      */     
    93     void handleDeleteAction();
    98     void handleDeleteAction();
    94     
    99 
    95 private slots:
   100 private slots:
    96     /**
   101     /**
    97      * This slot is called when sendMessage signal is emitted for a highlighted
   102      * This slot is called when sendMessage signal is emitted for a highlighted
    98      * phone number, from body widget.
   103      * phone number, from body widget.
    99      */
   104      */
   103      * This slot is called when delete message dialog is launched.
   108      * This slot is called when delete message dialog is launched.
   104      * @param action selected action (yes or no).
   109      * @param action selected action (yes or no).
   105      */
   110      */
   106     void onDialogDeleteMsg(HbAction* action);
   111     void onDialogDeleteMsg(HbAction* action);
   107     
   112     
       
   113     /**
       
   114      * Handle reply
       
   115      */
       
   116     void handleReplyAction();
       
   117     
       
   118     /**
       
   119      * Handle reply-all
       
   120      */
       
   121     void handleReplyAllAction();
       
   122 
   108 private:
   123 private:
   109 
   124 
   110     /**
   125     /**
   111      * Feeder object
   126      * Feeder object
   112      * Owned
   127      * Owned