messagingapp/msgui/conversationview/inc/msgconversationview.h
changeset 41 25fe1fe642e3
parent 38 4e4b6adb1024
child 46 b1f0785c289d
equal deleted inserted replaced
40:224522e33db9 41:25fe1fe642e3
   323     /**
   323     /**
   324      * Launch Editor since sms character limit reached
   324      * Launch Editor since sms character limit reached
   325      */
   325      */
   326     void handleSmsCharLimitReached();   
   326     void handleSmsCharLimitReached();   
   327     
   327     
       
   328     /**
       
   329      * Hanldes saving of vcard.
       
   330      */
       
   331     void saveVCard();
       
   332     
   328 signals:
   333 signals:
   329     /**
   334     /**
   330      * Signal emitted to inform close the conversation view.
   335      * Signal emitted to inform close the conversation view.
   331      * When Conversation view has opened in send mode, after sending
   336      * When Conversation view has opened in send mode, after sending
   332      * the message, this signal is emitted.
   337      * the message, this signal is emitted.
   384     /**
   389     /**
   385      * Handle provisioning message
   390      * Handle provisioning message
   386      * @param msgId message id
   391      * @param msgId message id
   387      */
   392      */
   388     void handleProvisoningMsg(int msgId);
   393     void handleProvisoningMsg(int msgId);
       
   394     
       
   395     /**
       
   396      * Handles short tap for vcard.
       
   397      */
       
   398     void handleShortTap();
       
   399     
       
   400     /**
       
   401      * helper method to show long/short tap context menu.
       
   402      */
       
   403     void showContextMenu(HbAbstractViewItem* viewItem,const QPointF& point, int placement);
   389 
   404 
   390 private:
   405 private:
   391 
   406 
   392     /**
   407     /**
   393      * List to hold the conversations
   408      * List to hold the conversations