videocollection/tsrc/stubs/inc/hblistview.h
changeset 59 a76e86df7ccd
parent 52 e3cecb93e76a
child 62 0e1e938beb1a
equal deleted inserted replaced
52:e3cecb93e76a 59:a76e86df7ccd
   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