messagingapp/msgui/msgapp/inc/msgviewmanager.h
changeset 62 fdbe8253b596
parent 56 f42d9a78f435
child 76 60a8a215b0ec
equal deleted inserted replaced
59:fcb676ca077d 62:fdbe8253b596
    93 	
    93 	
    94     /**
    94     /**
    95 	 * Saves the content of editor or Cv to draft.
    95 	 * Saves the content of editor or Cv to draft.
    96 	 */
    96 	 */
    97     int saveContentToDraft();
    97     int saveContentToDraft();
       
    98 
       
    99     /**
       
   100      * Handles the HW key events.
       
   101      * @param key key type.
       
   102      * @return true if key event handled else false.
       
   103      */
       
   104     bool handleKeyEvent(int key);
       
   105 
    98 private:
   106 private:
    99     /**
   107     /**
   100      * swiches back to last view after service request is complete.
   108      * swiches back to last view after service request is complete.
   101      */
   109      */
   102     void switchToLastSavedView();
   110     void switchToLastSavedView();