messagingapp/msgui/unifiedviewer/inc/univieweraddresswidget.h
changeset 76 60a8a215b0ec
parent 48 4f501b74aeb1
equal deleted inserted replaced
73:ecf6a73a9186 76:60a8a215b0ec
   106      * Called when option menu is closed.
   106      * Called when option menu is closed.
   107      */
   107      */
   108     void menuClosed();
   108     void menuClosed();
   109     
   109     
   110     /**
   110     /**
   111      * handlers for phone number specific menu items.
   111      * handlers for context sensitive menu items.
   112      */
   112      */
   113     void openContactInfo();
   113     void openContactInfo();
   114     void call();
   114     void call();
   115     void saveToContacts();
       
   116     void sendMessage();
   115     void sendMessage();
       
   116     void createEmail();
   117     void copyToClipboard();
   117     void copyToClipboard();
   118     
   118     
   119     /**
   119     /**
   120      * called after service request is completed.
   120      * called after service request is completed.
   121      */
   121      */
   148     
   148     
   149     //char formats for highlight.
   149     //char formats for highlight.
   150     QTextCharFormat mFormatHighlight;
   150     QTextCharFormat mFormatHighlight;
   151     QTextCharFormat mFormatNormal;
   151     QTextCharFormat mFormatNormal;
   152 
   152 
       
   153 #ifdef MSGUI_UNIT_TEST
       
   154     /**
       
   155      * Unit Testing
       
   156      */
       
   157     friend class TestUniViewerAddressWidget;
       
   158 #endif
       
   159 
   153     };
   160     };
   154 
   161 
   155 #endif // UNI_VIEWER_ADDRESS_WIDGET_H
   162 #endif // UNI_VIEWER_ADDRESS_WIDGET_H
   156 // EOF
   163 // EOF