messagingapp/msgui/conversationview/inc/msgconversationwidget.h
changeset 76 60a8a215b0ec
parent 67 fc91263aee62
equal deleted inserted replaced
73:ecf6a73a9186 76:60a8a215b0ec
    24 
    24 
    25 // FORWORD DECLARATIONS
    25 // FORWORD DECLARATIONS
    26 class HbFrameItem;
    26 class HbFrameItem;
    27 class HbIconItem;
    27 class HbIconItem;
    28 class HbTextItem;
    28 class HbTextItem;
       
    29 class MsgBodyTextEdit;
       
    30 class MsgConversationViewItem;
    29 
    31 
    30 /**
    32 /**
    31  * This class represents the custom layouted widget to show
    33  * This class represents the custom layouted widget to show
    32  * the conversation inside a bubble shape in the conversation view.
    34  * the conversation inside a bubble shape in the conversation view.
    33  */
    35  */
   288 private:
   290 private:
   289 
   291 
   290     /**
   292     /**
   291      * Initialize the widget.
   293      * Initialize the widget.
   292      */
   294      */
   293     void init();
   295     void init(MsgConversationViewItem* item);
   294 
   296 
   295 public:
   297 public:
   296 
   298 
   297     /**
   299     /**
   298      * Enum defining MMS Notification's Msg State
   300      * Enum defining MMS Notification's Msg State
   401 
   403 
   402     /**
   404     /**
   403      * Graphics Item to hold body text content.
   405      * Graphics Item to hold body text content.
   404      * Owned
   406      * Owned
   405      */
   407      */
   406     HbTextItem *mBodyTextItem;
   408     MsgBodyTextEdit *mBodyTextItem;
   407 
   409 
   408     /**
   410     /**
   409      * Graphics Item to hold Time stamp.
   411      * Graphics Item to hold Time stamp.
   410      * Owned
   412      * Owned
   411      */
   413      */