videocollection/videocollectionwrapper/inc/videothumbnaildata_p.h
changeset 44 518105d52e45
parent 38 ff53afa8ad05
child 50 21fe8338c6bf
equal deleted inserted replaced
42:17f382c040b1 44:518105d52e45
   218      *
   218      *
   219      */
   219      */
   220     void thumbnailReadySlot(QPixmap tnData, const TMPXItemId &mediaId, int error);
   220     void thumbnailReadySlot(QPixmap tnData, const TMPXItemId &mediaId, int error);
   221 
   221 
   222     /**
   222     /**
   223      * VideoListDataModel signals this slot when the model has been changed.
       
   224      *
       
   225      */
       
   226     void modelChangedSlot();
       
   227 
       
   228     /**
       
   229      * Fetches thumbnails around of mCurrentFetchIndex in batches of THUMBNAIL_BACKGROUND_FETCH_AMOUNT.
   223      * Fetches thumbnails around of mCurrentFetchIndex in batches of THUMBNAIL_BACKGROUND_FETCH_AMOUNT.
   230      * The fetch index is set by startFetchingThumbnails which also resets
   224      * The fetch index is set by startFetchingThumbnails which also resets
   231      * mCurrentBackgroundFetchCount. Maximum of THUMBNAIL_MAX_BACKGROUND_FETCH thumbnails are
   225      * mCurrentBackgroundFetchCount. Maximum of THUMBNAIL_MAX_BACKGROUND_FETCH thumbnails are
   232      * fetched between the count resets.
   226      * fetched between the count resets.
   233      *
   227      *