messagingapp/msgui/unifiedviewer/inc/univiewerpixmapwidget.h
changeset 51 3507212d340e
parent 41 25fe1fe642e3
child 62 fdbe8253b596
equal deleted inserted replaced
49:2a272ef608c4 51:3507212d340e
    63      * @param position Scene coordinates of tap.
    63      * @param position Scene coordinates of tap.
    64      */
    64      */
    65     void longTap(const QPointF &position);
    65     void longTap(const QPointF &position);
    66 
    66 
    67     /**
    67     /**
    68      * Signal emitted when the thumbnail returned by Thumbnail manager is set
    68      * Signal emitted indicating if thumbnail was found or not
    69      * to pixmap widget.
    69      * @param result true if thumbnail was found else false.
    70      * @param iconName Overlay icon name to be set.
    70      * @param info UniMessageInfo of the media object.
    71      */
    71      */
    72     void setOverlayIcon(const QString& iconName);
    72     void thumbnailFound(bool result, UniMessageInfo *info);
    73 
    73 
    74 protected:
    74 protected:
    75 
    75 
    76     /**
    76     /**
    77      * Event handler for gesture events.
    77      * Event handler for gesture events.
   128     QSize getThumbnailSize();
   128     QSize getThumbnailSize();
   129 
   129 
   130 private:
   130 private:
   131 
   131 
   132     /**
   132     /**
       
   133      * UniMessageInfo object.
       
   134      * Own.
       
   135      */
       
   136     UniMessageInfo *mInfo;
       
   137 
       
   138     /**
   133      * UniViewerUtils object.
   139      * UniViewerUtils object.
   134      * Own
   140      * Own
   135      */
   141      */
   136     UniViewerUtils *mViewerUtils;
   142     UniViewerUtils *mViewerUtils;
   137 
   143