messagingapp/msgui/conversationview/inc/msgconversationwidget.h
changeset 34 84197e66a4bd
parent 31 ebfee66fde93
child 43 35b64624a9e7
equal deleted inserted replaced
31:ebfee66fde93 34:84197e66a4bd
    18 #ifndef MSG_CONVERSATIONWIDGET_H
    18 #ifndef MSG_CONVERSATIONWIDGET_H
    19 #define MSG_CONVERSATIONWIDGET_H
    19 #define MSG_CONVERSATIONWIDGET_H
    20 
    20 
    21 // SYSTEM INCLUDES
    21 // SYSTEM INCLUDES
    22 #include <hbwidget.h>
    22 #include <hbwidget.h>
       
    23 #include <HbIcon>
    23 
    24 
    24 // FORWORD DECLARATIONS
    25 // FORWORD DECLARATIONS
    25 class HbFrameItem;
    26 class HbFrameItem;
    26 class HbIconItem;
    27 class HbIconItem;
    27 class HbTextItem;
    28 class HbTextItem;
    84      * @param QString
    85      * @param QString
    85      */
    86      */
    86     void setBodyText(const QString &bodyText);
    87     void setBodyText(const QString &bodyText);
    87 
    88 
    88     /**
    89     /**
    89      * Set preview icon path for this widget
    90      * Set preview icon for this widget
    90      * @param QString
    91      * @param HbIcon, preview-icon
    91      */
    92      */
    92     void setPreviewIconPath(const QString& filePath,int msgId);
    93     void setPreviewIcon(HbIcon& icon);
    93 
    94 
    94     /**
    95     /**
    95      * Set priority property
    96      * Set priority property
    96      * @param priority Set high/low/normal priority
    97      * @param priority Set high/low/normal priority
    97      * @attention Pass high/low/normal priority to this function.
    98      * @attention Pass high/low/normal priority to this function.