videocollection/videocollectionwrapper/tsrc/testvideothumbnaildata/stub/inc/videothumbnaildata_p.h
changeset 62 0e1e938beb1a
parent 52 e3cecb93e76a
equal deleted inserted replaced
59:a76e86df7ccd 62:0e1e938beb1a
    26 #include <QList>
    26 #include <QList>
    27 #include <e32const.h>
    27 #include <e32const.h>
    28 #include <mpxitemid.h>
    28 #include <mpxitemid.h>
    29 
    29 
    30 // FORWARD DECLARATIONS
    30 // FORWARD DECLARATIONS
    31 class VideoSortFilterProxyModel 
    31 class VideoProxyModelGeneric 
    32 {
    32 {
    33 public:
    33 public:
    34     int ooo;
    34     int ooo;
    35 };
    35 };
    36 
    36 
   127      * Starts background thumbnail fetching from the given fetch index.
   127      * Starts background thumbnail fetching from the given fetch index.
   128      *
   128      *
   129      * @param model
   129      * @param model
   130      * @param fetchIndex index where to start the background thumbnail fetching.
   130      * @param fetchIndex index where to start the background thumbnail fetching.
   131      */
   131      */
   132     void startBackgroundFetching(VideoSortFilterProxyModel *model, int fetchIndex);    
   132     void startBackgroundFetching(VideoProxyModelGeneric *model, int fetchIndex);    
   133     
   133     
   134     /**
   134     /**
   135      * Enables thumbnail creation.
   135      * Enables thumbnail creation.
   136      */
   136      */
   137     void enableThumbnailCreation(bool enable);
   137     void enableThumbnailCreation(bool enable);