messagingapp/msgui/unifiedviewer/inc/univieweraddresswidget.h
changeset 48 4f501b74aeb1
parent 37 518b245aa84c
child 76 60a8a215b0ec
--- a/messagingapp/msgui/unifiedviewer/inc/univieweraddresswidget.h	Tue Jul 13 22:09:22 2010 +0530
+++ b/messagingapp/msgui/unifiedviewer/inc/univieweraddresswidget.h	Sun Jul 25 18:59:19 2010 +0530
@@ -75,8 +75,9 @@
     /**
      * short tap handler.
      * @param anchor anchor at cursor position.
+     * @param pos tap position.
      */
-    void shortTapAction(QString anchor); 
+    void shortTapAction(QString anchor,const QPointF& pos); 
     
     /** Helper method to get contact id against phone number or e-mail id.
      * @param value phone number or email id.
@@ -87,6 +88,12 @@
                          const QString& fieldName, 
                          const QString& fieldType);
     
+    /**
+     * Helper method to populate menu items.
+     * @param contextMenu menu to be populated.
+     * @param data, highlighted number.
+     */
+    void populateMenu(HbMenu* contextMenu, const QString& data);
     
 private slots: