equal
deleted
inserted
replaced
88 /** |
88 /** |
89 * Send message. |
89 * Send message. |
90 */ |
90 */ |
91 void send(ConvergedMessage message); |
91 void send(ConvergedMessage message); |
92 |
92 |
93 |
|
94 |
|
95 /** |
93 /** |
96 * Opens the viewer to view the message. |
94 * Opens the viewer to view the message. |
97 * @param msgId message id of the message. |
95 * @param msgId message id of the message. |
98 */ |
96 */ |
99 void view(int msgId); |
97 void view(int msgId); |
|
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); |
100 |
105 |
101 private: |
106 private: |
102 /* |
107 /* |
103 * Switch to unieditor. |
108 * Switch to unieditor. |
104 * @param editorData editor data. |
109 * @param editorData editor data. |