messagingapp/msgui/appengine/inc/conversationsmodel.h
changeset 43 35b64624a9e7
parent 34 84197e66a4bd
child 44 36f374c67aa8
equal deleted inserted replaced
34:84197e66a4bd 43:35b64624a9e7
   159      * and return the preview icon
   159      * and return the preview icon
   160      * @param msgId, key to pixmap in previewicon cache
   160      * @param msgId, key to pixmap in previewicon cache
   161      * @param filePath, filepath to be used if icon is not in cache
   161      * @param filePath, filepath to be used if icon is not in cache
   162      */
   162      */
   163     HbIcon* getPreviewIconItem(int msgId, QString& filepath) const;
   163     HbIcon* getPreviewIconItem(int msgId, QString& filepath) const;
       
   164     
       
   165     /**
       
   166      * Check if a MMS is forwardable or not
       
   167      * @param messageId, message id
       
   168      * @return true/false
       
   169      */
       
   170     bool validateMsgForForward(qint32 messageId);
   164 
   171 
   165 private:
   172 private:
   166 
   173 
   167     /**
   174     /**
   168      * Msg Store Handler
   175      * Msg Store Handler