videocollection/videocollectionwrapper/inc/videothumbnaildata_p.h
changeset 20 b9e04db066d4
parent 15 cf5481c2bc0b
child 24 7d93ee07fb27
equal deleted inserted replaced
17:69946d1824c4 20:b9e04db066d4
    17 
    17 
    18 #ifndef __VIDEOTHUMBNAILDATAPRIVATE_H__
    18 #ifndef __VIDEOTHUMBNAILDATAPRIVATE_H__
    19 #define __VIDEOTHUMBNAILDATAPRIVATE_H__
    19 #define __VIDEOTHUMBNAILDATAPRIVATE_H__
    20 
    20 
    21 // INCLUDES
    21 // INCLUDES
    22 #include <QObject>
    22 #include <qobject.h>
    23 #include <QPointer>
    23 #include <qpointer.h>
    24 #include <QCache>
    24 #include <qcache.h>
    25 #include <QIcon>
    25 #include <qicon.h>
    26 #include <QSet>
    26 #include <qset.h>
    27 #include <QList>
    27 #include <qlist.h>
       
    28 #include <qhash.h>
    28 #include <e32const.h>
    29 #include <e32const.h>
    29 #include <mpxitemid.h>
    30 #include <mpxitemid.h>
    30 
    31 
    31 // FORWARD DECLARATIONS
    32 // FORWARD DECLARATIONS
    32 class VideoCollectionWrapper;
    33 class VideoCollectionWrapper;
   199     /**
   200     /**
   200      * Thumbnail fetcher signals this slot when thumbnail is ready
   201      * Thumbnail fetcher signals this slot when thumbnail is ready
   201      * for some item. Thumbnail data is saved to icon cache.
   202      * for some item. Thumbnail data is saved to icon cache.
   202      *
   203      *
   203      * @param tnData: thumbnail
   204      * @param tnData: thumbnail
   204      * @param internal: internal data contains pointer to the media id used in emitted signal
   205      * @param mediaId: pointer to the media id used in emitted signal
   205      * @param error: possible error code from thumbnail manager ( 0 == ok )
   206      * @param error: possible error code from thumbnail manager ( 0 == ok )
   206      *
   207      *
   207      */
   208      */
   208     void thumbnailReadySlot(QPixmap tnData, void *internal, int error);
   209     void thumbnailReadySlot(QPixmap tnData, const TMPXItemId &mediaId, int error);
   209 
   210 
   210     /**
   211     /**
   211      * VideoListDataModel signals this slot when the model has been changed.
   212      * VideoListDataModel signals this slot when the model has been changed.
   212      *
   213      *
   213      */
   214      */