messagingapp/msgui/conversationview/inc/msgconversationview.h
changeset 46 b1f0785c289d
parent 41 25fe1fe642e3
child 51 3507212d340e
equal deleted inserted replaced
41:25fe1fe642e3 46:b1f0785c289d
   328     /**
   328     /**
   329      * Hanldes saving of vcard.
   329      * Hanldes saving of vcard.
   330      */
   330      */
   331     void saveVCard();
   331     void saveVCard();
   332     
   332     
       
   333     /**
       
   334      * Tells is mms is shared among conversations.
       
   335      * @param messageId, message id.
       
   336      * @return true is shared among conversations.
       
   337      */
       
   338     bool isSharedMessage(qint32 messageId);
       
   339     
   333 signals:
   340 signals:
   334     /**
   341     /**
   335      * Signal emitted to inform close the conversation view.
   342      * Signal emitted to inform close the conversation view.
   336      * When Conversation view has opened in send mode, after sending
   343      * When Conversation view has opened in send mode, after sending
   337      * the message, this signal is emitted.
   344      * the message, this signal is emitted.