videocollection/videocollectionview/tsrc/testvideolistselectiondialog/inc/testvideolistselectiondialog.h
changeset 67 72c709219fcd
parent 58 d2b028fd1f7d
equal deleted inserted replaced
66:adb51f74b890 67:72c709219fcd
    89      * tests finishedSlot
    89      * tests finishedSlot
    90      */
    90      */
    91     void testFinishedSlot();
    91     void testFinishedSlot();
    92     
    92     
    93     /**
    93     /**
    94      * tests VideoListSelectionDialog::markAllStateChangedSlot
       
    95      */
       
    96     void testMarkAllStateChangedSlot();
       
    97 
       
    98     /**
       
    99      * tests VideoListSelectionDialog::selectionChangedSlot
    94      * tests VideoListSelectionDialog::selectionChangedSlot
   100      */
    95      */
   101     void testSelectionChangedSlot();
    96     void testSelectionChangedSlot();
   102 
    97 
   103     /**
    98     /**
   104      * tests VideoListSelectionDialog::singleItemSelectedSlot
       
   105      */
       
   106     void testSingleItemSelectedSlot();
       
   107 
       
   108     /**
       
   109      * tests VideoListSelectionDialog::initDialog
    99      * tests VideoListSelectionDialog::initDialog
   110      */
   100      */
   111     void testModelReadySlot();
   101     void testModelReadySlot();
   112 
       
   113     /**
       
   114      * tests VideoListSelectionDialog::updateCounterSlot
       
   115      */
       
   116     void testUpdateCounterSlot();
       
   117 
   102 
   118     /**
   103     /**
   119      * tests VideoListSelectionDialog::primaryActionTriggeredSlot
   104      * tests VideoListSelectionDialog::primaryActionTriggeredSlot
   120      */
   105      */
   121     void testPrimaryActionTriggeredSlot();
   106     void testPrimaryActionTriggeredSlot();
   136      * object under test
   121      * object under test
   137      */
   122      */
   138     VideoListSelectionDialog *mTestObject;
   123     VideoListSelectionDialog *mTestObject;
   139     
   124     
   140     /**
   125     /**
   141      * dummy UI loader object
       
   142      */
       
   143     VideoCollectionUiLoader *mTestUiLoader;
       
   144     
       
   145     /**
       
   146      * dummy source model
   126      * dummy source model
   147      */
   127      */
   148     VideoListDataModel *mSourceModel;
   128     VideoListDataModel *mSourceModel;
   149     
   129     
   150     /**
   130     /**
   151      * dummy model
   131      * dummy model
   152      */
   132      */
   153     VideoProxyModelGeneric *mModel;
   133     VideoProxyModelGeneric *mModel;
   154     
       
   155     /**
       
   156      * dummy widget
       
   157      */
       
   158     VideoListWidget *mTestWidget;
       
   159     
   134     
   160 	/**
   135 	/**
   161  	 * flag indicating if last call to init succeeded.
   136  	 * flag indicating if last call to init succeeded.
   162  	 */
   137  	 */
   163     bool mInitOk;
   138     bool mInitOk;