messagingapp/msgui/conversationview/inc/msgconversationview.h
changeset 43 35b64624a9e7
parent 34 84197e66a4bd
child 44 36f374c67aa8
equal deleted inserted replaced
34:84197e66a4bd 43:35b64624a9e7
    64      */
    64      */
    65     void clearEditors();
    65     void clearEditors();
    66 
    66 
    67     /**
    67     /**
    68      * Save the content inside editor to drafts
    68      * Save the content inside editor to drafts
    69      * @return true if save is success else false.
    69      * @return valid message id if save is success
    70      */
    70      * else invalid message id ( i.e. -1 )
    71     bool saveContentToDrafts();
    71      */
       
    72     int saveContentToDrafts();
    72 
    73 
    73 private slots:
    74 private slots:
    74 
    75 
    75     /**
    76     /**
    76      * Slot is called when menu is about to be shown.
    77      * Slot is called when menu is about to be shown.
   262     /**
   263     /**
   263      * slot to receive fetched contacts for addition
   264      * slot to receive fetched contacts for addition
   264      */
   265      */
   265     void contactsFetched(const QVariant& value);
   266     void contactsFetched(const QVariant& value);
   266 
   267 
   267     /*
       
   268      * Get audio files from audio-fetcher and launch editor
       
   269      */
       
   270     void audiosFetched(const QVariant& result );
       
   271     
       
   272     /**
   268     /**
   273      * slot to receive fetched contacts for vcard addition
   269      * slot to receive fetched contacts for vcard addition
   274      */
   270      */
   275     void contactsFetchedForVCards(const QVariant& value);
   271     void contactsFetchedForVCards(const QVariant& value);
   276     
   272