messagingapp/msgservices/msgserviceapp/inc/msgserviceviewmanager.h
changeset 73 ecf6a73a9186
parent 67 fc91263aee62
equal deleted inserted replaced
68:e8a69c93c830 73:ecf6a73a9186
   100      * Handles the HW key events.
   100      * Handles the HW key events.
   101      * @param key key type.
   101      * @param key key type.
   102      * @return true if key event handled else false.
   102      * @return true if key event handled else false.
   103      */
   103      */
   104     bool handleKeyEvent(int key);
   104     bool handleKeyEvent(int key);
       
   105     
       
   106     /**
       
   107      * Save editor contents to drafts
       
   108      */
       
   109     void saveContentToDraft();
   105 
   110 
   106 private:
   111 private:
   107     /*
   112     /*
   108      * Switch to unieditor.
   113      * Switch to unieditor.
   109      * @param editorData editor data.
   114      * @param editorData editor data.