messagingapp/msgui/conversationview/inc/msgconversationviewitem.h
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 27 e4592d119491
child 37 518b245aa84c
--- a/messagingapp/msgui/conversationview/inc/msgconversationviewitem.h	Fri Apr 16 14:56:15 2010 +0300
+++ b/messagingapp/msgui/conversationview/inc/msgconversationviewitem.h	Mon May 03 12:29:07 2010 +0300
@@ -80,8 +80,25 @@
 
 private:
 
+    /**
+     * Set the Icon that displays the message state.
+     */
     void setMessageStateIcon(int messageState);
 
+    /**
+     * Set the Icon that displays the message notification state.
+     */
+    void setNotificationStateIcon(int notificationState);
+
+protected:
+
+    /**
+     * Reimplemented from HbAbstractViewItem.
+     * This function is called whenever item press state changes.
+     * @see HbAbstractViewItem::pressStateChanged
+     */
+    virtual void pressStateChanged (bool pressed, bool animate);
+
 private:
 
     /**