messagingapp/msgui/unifiedviewer/inc/univiewerattachmentwidget.h
changeset 73 ecf6a73a9186
parent 67 fc91263aee62
equal deleted inserted replaced
68:e8a69c93c830 73:ecf6a73a9186
    24 // FORWARD DECLARATIONS
    24 // FORWARD DECLARATIONS
    25 class HbTextItem;
    25 class HbTextItem;
    26 class HbIconItem;
    26 class HbIconItem;
    27 class HbIcon;
    27 class HbIcon;
    28 class HbFrameItem;
    28 class HbFrameItem;
    29 class UniViewerUtils;
    29 class MsgServiceLaunchUtil;
    30 class UniMessageInfo;
    30 class UniMessageInfo;
    31 
    31 
    32 /**
    32 /**
    33  * @class UniViewerAttachmentWidget
    33  * @class UniViewerAttachmentWidget
    34  * @brief Widget for displaying attachment media objects.
    34  * @brief Widget for displaying attachment media objects.
   134      * Own
   134      * Own
   135      */
   135      */
   136     HbFrameItem *mFrameItem;
   136     HbFrameItem *mFrameItem;
   137 
   137 
   138     /**
   138     /**
   139      * UniViewerUtils object.
   139      * MsgServiceLaunchUtil object.
   140      * Own
   140      * Own
   141      */
   141      */
   142     UniViewerUtils *mViewerUtils;
   142     MsgServiceLaunchUtil *mViewerUtils;
   143 
   143 
   144     /**
   144     /**
   145      * Media file path.
   145      * Media file path.
   146      */
   146      */
   147     QString mMediaPath;
   147     QString mMediaPath;