messagingapp/msgui/unifiedviewer/inc/univiewerpixmapwidget.h
changeset 73 ecf6a73a9186
parent 67 fc91263aee62
equal deleted inserted replaced
68:e8a69c93c830 73:ecf6a73a9186
    19 #define UNI_VIEWER_PIXMAP_WIDGET_H
    19 #define UNI_VIEWER_PIXMAP_WIDGET_H
    20 
    20 
    21 #include <HbIconItem>
    21 #include <HbIconItem>
    22 
    22 
    23 // FORWARD DECLARATIONS
    23 // FORWARD DECLARATIONS
    24 class UniViewerUtils;
    24 class MsgServiceLaunchUtil;
    25 class UniMessageInfo;
    25 class UniMessageInfo;
    26 class ThumbnailManager;
    26 class ThumbnailManager;
    27 
    27 
    28 /**
    28 /**
    29  * This widget displays the pixmap content in viewer.
    29  * This widget displays the pixmap content in viewer.
   129      * Own.
   129      * Own.
   130      */
   130      */
   131     UniMessageInfo *mInfo;
   131     UniMessageInfo *mInfo;
   132 
   132 
   133     /**
   133     /**
   134      * UniViewerUtils object.
   134      * MsgServiceLaunchUtil object.
   135      * Own
   135      * Own
   136      */
   136      */
   137     UniViewerUtils *mViewerUtils;
   137     MsgServiceLaunchUtil *mViewerUtils;
   138 
   138 
   139     /**
   139     /**
   140      * ThumbnailManager
   140      * ThumbnailManager
   141      * Own.
   141      * Own.
   142      */
   142      */