msg_plat/messaging_history_api/inc/msgitem.h
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 47 5b14749788d7
child 76 60a8a215b0ec
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
   137      */
   137      */
   138     MsgState state() const;
   138     MsgState state() const;
   139     
   139     
   140     /*
   140     /*
   141      * isAttributeSet
   141      * isAttributeSet
   142      * @return MsgAttribute
   142      * @return true, if set
   143      */
   143      */
   144     MsgAttribute isAttributeSet(MsgAttribute attribute) const;
   144     bool isAttributeSet(MsgAttribute attribute) const;
   145     
   145     
   146     /*
   146     /*
   147      * setId
   147      * setId
   148      * @param id, message id
   148      * @param id, message id
   149      */
   149      */
   150     void setId(const int id);
   150     void setId(int id);
   151     
   151     
   152     /*
   152     /*
   153      * setPhoneNumber
   153      * setPhoneNumber
   154      * @param number, QString
   154      * @param number, QString
   155      */
   155      */