videocollection/videocollectionview/tsrc/testlistwidget/inc/testlistwidget.h
changeset 62 0e1e938beb1a
parent 52 e3cecb93e76a
equal deleted inserted replaced
59:a76e86df7ccd 62:0e1e938beb1a
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:   tester for methods in VideoSortFilterProxyModel
    14 * Description:   tester for methods in VideoProxyModelGeneric
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 27 %
    18 // Version : %version: 28 %
    19 
    19 
    20 #ifndef __TESTLISTWIDGET_H__
    20 #ifndef __TESTLISTWIDGET_H__
    21 #define __TESTLISTWIDGET_H__
    21 #define __TESTLISTWIDGET_H__
    22 
    22 
    23 // INCLUDES
    23 // INCLUDES
    26 
    26 
    27 class VideoListWidget;
    27 class VideoListWidget;
    28 class DummyDataModel;
    28 class DummyDataModel;
    29 class HbAbstractViewItem;
    29 class HbAbstractViewItem;
    30 class HbView;
    30 class HbView;
    31 class VideoSortFilterProxyModel;
    31 class VideoProxyModelGeneric;
    32 class VideoCollectionWrapper;
    32 class VideoCollectionWrapper;
    33 class HbMainWindow;
    33 class HbMainWindow;
    34 class ListWidgetTester;
    34 class ListWidgetTester;
    35 class VideoServices;
    35 class VideoServices;
    36 class VideoListDataModel;
    36 class VideoListDataModel;
    43     Q_OBJECT
    43     Q_OBJECT
    44 
    44 
    45 public:
    45 public:
    46 
    46 
    47     void setRowCount(int count,
    47     void setRowCount(int count,
    48         TModelType type = EModelTypeAllVideos,
    48         VideoProxyModelGeneric *proxyModel = 0,
    49         VideoListDataModel *model = 0);
    49         VideoListDataModel *model = 0);
    50     
    50     
    51     // test functions for the test framework
    51     // test functions for the test framework
    52 private slots:
    52 private slots:
    53 
    53