diff -r 36f374c67aa8 -r 12db4185673b messagingapp/msgui/conversationview/inc/msgconversationview.h --- a/messagingapp/msgui/conversationview/inc/msgconversationview.h Tue Jul 06 14:12:40 2010 +0300 +++ b/messagingapp/msgui/conversationview/inc/msgconversationview.h Wed Aug 18 09:45:25 2010 +0300 @@ -325,6 +325,18 @@ */ void handleSmsCharLimitReached(); + /** + * Hanldes saving of vcard. + */ + void saveVCard(); + + /** + * Tells is mms is shared among conversations. + * @param messageId, message id. + * @return true is shared among conversations. + */ + bool isSharedMessage(qint32 messageId); + signals: /** * Signal emitted to inform close the conversation view. @@ -386,6 +398,16 @@ * @param msgId message id */ void handleProvisoningMsg(int msgId); + + /** + * Handles short tap for vcard. + */ + void handleShortTap(); + + /** + * helper method to show long/short tap context menu. + */ + void showContextMenu(HbAbstractViewItem* viewItem,const QPointF& point, int placement); private: @@ -432,11 +454,6 @@ QModelIndex mVisibleIndex; /** - * Flag to check it vkb is open. - */ - bool mVkbopened; - - /** * Flag is set when model is populated. * @see signal conversationModelPopulated() */