videocollection/videocollectionview/tsrc/testcollectionview/inc/testcollectionview.h
changeset 55 4bfa887905cf
parent 36 8aed59de29f9
child 58 d2b028fd1f7d
equal deleted inserted replaced
50:21fe8338c6bf 55:4bfa887905cf
    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