videocollection/tsrc/stubs/inc/hblistview.h
changeset 62 0e1e938beb1a
parent 59 a76e86df7ccd
equal deleted inserted replaced
59:a76e86df7ccd 62:0e1e938beb1a
    21 #include <hbglobal.h>
    21 #include <hbglobal.h>
    22 #include "hbwidget.h"
    22 #include "hbwidget.h"
    23 #include "hblistviewitem.h"
    23 #include "hblistviewitem.h"
    24 #include "hbscrollbar.h"
    24 #include "hbscrollbar.h"
    25 #include "hbabstractitemview.h"
    25 #include "hbabstractitemview.h"
    26 #include "videosortfilterproxymodel.h"
    26 #include "videoproxymodelgeneric.h"
    27 
    27 
    28 #include <QGraphicsItem>
    28 #include <QGraphicsItem>
    29 #include <QModelIndex>
    29 #include <QModelIndex>
    30 #include <qgraphicswidget.h>
    30 #include <qgraphicswidget.h>
    31 #include <QList>
    31 #include <QList>
   109     }
   109     }
   110     
   110     
   111     /**
   111     /**
   112      * dummy method
   112      * dummy method
   113      */
   113      */
   114     void setModel(VideoSortFilterProxyModel *model)
   114     void setModel(VideoProxyModelGeneric *model)
   115     {
   115     {
   116         mLatestModel = model;
   116         mLatestModel = model;
   117     }
   117     }
   118     
   118     
   119     /**
   119     /**
   320     static HbAbstractItemView::SelectionMode mSelectionMode;
   320     static HbAbstractItemView::SelectionMode mSelectionMode;
   321     
   321     
   322     /**
   322     /**
   323      * provided model
   323      * provided model
   324      */
   324      */
   325     static VideoSortFilterProxyModel *mLatestModel;
   325     static VideoProxyModelGeneric *mLatestModel;
   326     
   326     
   327     /**
   327     /**
   328      * -1 == initialized
   328      * -1 == initialized
   329      *  0 == nothing selected
   329      *  0 == nothing selected
   330      *  1 == all selected
   330      *  1 == all selected