messagingapp/msgui/unifiedviewer/inc/univieweraddresswidget.h
changeset 52 12db4185673b
parent 34 84197e66a4bd
--- a/messagingapp/msgui/unifiedviewer/inc/univieweraddresswidget.h	Tue Jul 06 14:12:40 2010 +0300
+++ b/messagingapp/msgui/unifiedviewer/inc/univieweraddresswidget.h	Wed Aug 18 09:45:25 2010 +0300
@@ -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: