--- a/messagingapp/msgui/conversationview/inc/msgconversationviewitem.h Fri Jun 04 10:25:39 2010 +0100
+++ b/messagingapp/msgui/conversationview/inc/msgconversationviewitem.h Fri Jun 11 13:35:48 2010 +0300
@@ -94,12 +94,19 @@
/*
* Update item with sms content
*/
- void updateSmsTypeItem(const QModelIndex& index,int messageSubType = ConvergedMessage::None);
-
+ void updateSmsTypeItem(const QModelIndex& index, int messageSubType =
+ ConvergedMessage::None);
+
/*
* Update item with mms type content
*/
- void updateMmsTypeItem(const QModelIndex& index, int messageType,int messageSubType);
+ void updateMmsTypeItem(const QModelIndex& index, int messageType,
+ int messageSubType);
+
+ /*
+ * Initializes the msgconverstionviewitem
+ */
+ void init();
protected:
@@ -125,10 +132,17 @@
MsgConversationWidget *mConversation;
/**
+ * Graphics Item to hold message incoming state.
+ * Applicable for notification
+ * Owned
+ */
+ HbIconItem *mIncomingMsgStateIconItem;
+
+ /**
* Graphics Item to hold message sending state.
* Owned
*/
- HbIconItem *mMessageStateIconItem;
+ HbIconItem *mOutgoingMsgStateIconItem;
};
#endif // MSG_CONVERSATION_VIEW_ITEM_H