videocollection/videocollectionwrapper/inc/videothumbnaildata.h
changeset 62 0e1e938beb1a
parent 52 e3cecb93e76a
equal deleted inserted replaced
59:a76e86df7ccd 62:0e1e938beb1a
    25 
    25 
    26 #include "videocollectionexport.h"
    26 #include "videocollectionexport.h"
    27 
    27 
    28 // FORWARD DECLARATIONS
    28 // FORWARD DECLARATIONS
    29 class VideoThumbnailDataPrivate;
    29 class VideoThumbnailDataPrivate;
    30 class VideoSortFilterProxyModel;
    30 class VideoProxyModelGeneric;
    31 
    31 
    32 // CLASS DECLARATIONS
    32 // CLASS DECLARATIONS
    33 
    33 
    34 class VIDEOCOLLECTION_DLL_EXPORT VideoThumbnailData : public QObject
    34 class VIDEOCOLLECTION_DLL_EXPORT VideoThumbnailData : public QObject
    35 {
    35 {
    93      *
    93      *
    94      * @param model model of the items for the fetching.
    94      * @param model model of the items for the fetching.
    95      * @param fetchIndex index where to start the background thumbnail fetching.
    95      * @param fetchIndex index where to start the background thumbnail fetching.
    96      *  
    96      *  
    97      */
    97      */
    98     void startBackgroundFetching(VideoSortFilterProxyModel *model, int fetchIndex);
    98     void startBackgroundFetching(VideoProxyModelGeneric *model, int fetchIndex);
    99     
    99     
   100     /**
   100     /**
   101      * Enables or disables thumbnail background fetching. Default is enabled.
   101      * Enables or disables thumbnail background fetching. Default is enabled.
   102      * 
   102      * 
   103      * @param enable true enables and false disables thumbnail background fetching.
   103      * @param enable true enables and false disables thumbnail background fetching.