messagingapp/msgui/conversationview/inc/msgconversationviewitem.h
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 27 e4592d119491
child 37 518b245aa84c
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
    78      */
    78      */
    79     bool isIncoming();
    79     bool isIncoming();
    80 
    80 
    81 private:
    81 private:
    82 
    82 
       
    83     /**
       
    84      * Set the Icon that displays the message state.
       
    85      */
    83     void setMessageStateIcon(int messageState);
    86     void setMessageStateIcon(int messageState);
       
    87 
       
    88     /**
       
    89      * Set the Icon that displays the message notification state.
       
    90      */
       
    91     void setNotificationStateIcon(int notificationState);
       
    92 
       
    93 protected:
       
    94 
       
    95     /**
       
    96      * Reimplemented from HbAbstractViewItem.
       
    97      * This function is called whenever item press state changes.
       
    98      * @see HbAbstractViewItem::pressStateChanged
       
    99      */
       
   100     virtual void pressStateChanged (bool pressed, bool animate);
    84 
   101 
    85 private:
   102 private:
    86 
   103 
    87     /**
   104     /**
    88      * Info about received or outgoing message.
   105      * Info about received or outgoing message.