messagingapp/msgui/conversationview/inc/msgconversationview.h
changeset 41 25fe1fe642e3
parent 38 4e4b6adb1024
child 46 b1f0785c289d
--- a/messagingapp/msgui/conversationview/inc/msgconversationview.h	Tue Jul 06 22:50:16 2010 +0530
+++ b/messagingapp/msgui/conversationview/inc/msgconversationview.h	Fri Jul 09 14:46:10 2010 +0530
@@ -325,6 +325,11 @@
      */
     void handleSmsCharLimitReached();   
     
+    /**
+     * Hanldes saving of vcard.
+     */
+    void saveVCard();
+    
 signals:
     /**
      * Signal emitted to inform close the conversation view.
@@ -386,6 +391,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: