ui/views/listview/inc/glxlistview.h
changeset 50 a0f57508af73
parent 45 863223ea6961
child 71 27f2d7aec52a
equal deleted inserted replaced
45:863223ea6961 50:a0f57508af73
    36     virtual ~GlxListView();
    36     virtual ~GlxListView();
    37     void activate() ;
    37     void activate() ;
    38     void deActivate();
    38     void deActivate();
    39     void setModel(QAbstractItemModel *model);
    39     void setModel(QAbstractItemModel *model);
    40     void addToolBar( HbToolBar *toolBar );
    40     void addToolBar( HbToolBar *toolBar );
    41     void initializeView(QAbstractItemModel *model);
    41     void initializeView( QAbstractItemModel *model, GlxView *preView );
    42     QGraphicsItem * getAnimationItem( GlxEffect transtionEffect );
    42     QGraphicsItem * getAnimationItem( GlxEffect transtionEffect );
    43 
    43 
    44 public slots:
    44 public slots:
    45     void itemSelected(const QModelIndex &  index);
    45     void itemSelected(const QModelIndex &  index);
    46     void populated();
    46     void populated();