videocollection/videocollectionview/tsrc/testcollectionview/inc/testcollectionview.h
changeset 59 a76e86df7ccd
parent 17 69946d1824c4
child 62 0e1e938beb1a
equal deleted inserted replaced
52:e3cecb93e76a 59:a76e86df7ccd
    28 class TestCollectionView : public QObject
    28 class TestCollectionView : public QObject
    29 {
    29 {
    30     Q_OBJECT
    30     Q_OBJECT
    31 
    31 
    32 public:
    32 public:
    33     
       
    34 
       
    35 
    33 
    36     // test functions for the test framework
    34     // test functions for the test framework
    37 private slots:
    35 private slots:
    38 
    36 
    39     /**
    37     /**
    59 
    57 
    60     void testCreateView();
    58     void testCreateView();
    61     void testActivateView();
    59     void testActivateView();
    62     void testDeactivateView();
    60     void testDeactivateView();
    63     void testDestroyView();
    61     void testDestroyView();
    64     void testGetView();
       
    65     void testBack();
    62     void testBack();
    66     void testOrientationChange();
    63     void testOrientationChange();
    67     void testTimerEvent();
    64     void testTimerEvent();
       
    65     void testGetView();
    68 
    66 
    69 signals:
    67 signals:
    70 
    68 
    71     void commandSignal(int);
    69     void commandSignal(int);
    72     
    70