videocollection/tsrc/stubs/inc/hblistview.h
changeset 55 4bfa887905cf
parent 50 21fe8338c6bf
child 58 d2b028fd1f7d
equal deleted inserted replaced
50:21fe8338c6bf 55:4bfa887905cf
   240     /**
   240     /**
   241      * dummy method
   241      * dummy method
   242      */
   242      */
   243     void scrollTo(const QModelIndex &index)
   243     void scrollTo(const QModelIndex &index)
   244     {
   244     {
   245         Q_UNUSED(index);
   245         mLatestScrollToIndex = index;
   246         
       
   247         // nop
       
   248     }
   246     }
   249     
   247     
   250     /**
   248     /**
   251      * dummy method
   249      * dummy method
   252      */
   250      */
   402      * latest value setted in setEnabled
   400      * latest value setted in setEnabled
   403      */
   401      */
   404     static bool mLatestEnableValue;
   402     static bool mLatestEnableValue;
   405     
   403     
   406     /**
   404     /**
       
   405      *  latest index setted in scrollTo
       
   406      */
       
   407     static QModelIndex mLatestScrollToIndex;
       
   408     
       
   409     /**
   407      * index value to be returned from current index 
   410      * index value to be returned from current index 
   408      */
   411      */
   409     static QModelIndex mCurrentIndex;
   412     static QModelIndex mCurrentIndex;
   410 };
   413 };
   411 
   414