hgcacheproxymodel/tsrc/fute/HgCacheProxyModelTestApp/src/mydataprovider.h
changeset 8 15f034b8a3b5
parent 3 c863538fcbb6
child 17 a10844a9914d
equal deleted inserted replaced
5:4fa04caf0f43 8:15f034b8a3b5
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:
    14 * Description:
    15 *
    15 *
    16 *  Version     : %version: 4 %
    16 *  Version     : %version: 5 %
    17 */
    17 */
    18 #ifndef MYDATAPROVIDER2_H
    18 #ifndef MYDATAPROVIDER2_H
    19 #define MYDATAPROVIDER2_H
    19 #define MYDATAPROVIDER2_H
    20 
    20 
    21 #include <QtGui>
    21 #include <QtGui>
    67 public:
    67 public:
    68     void testRemoveItem(int pos);
    68     void testRemoveItem(int pos);
    69     void testInsertItem(int pos, QList< QPair< QVariant, int > >* data);
    69     void testInsertItem(int pos, QList< QPair< QVariant, int > >* data);
    70     
    70     
    71 private:
    71 private:
    72     HbIcon* mDefaultIcon;
    72     QVariant mDefaultIcon;
    73     CActiveSchedulerWait* mScheduler;
    73     CActiveSchedulerWait* mScheduler;
    74     ThumbnailManager* mWrapper;
    74     ThumbnailManager* mWrapper;
    75     QList<int> mWaitingThumbnails;
    75     QList<int> mWaitingThumbnails;
    76     bool mThumbnailRequestPending;
    76     bool mThumbnailRequestPending;
    77     int mThumbnailRequestIndex;
    77     int mThumbnailRequestIndex;