ui/views/listview/inc/glxlistview.h
changeset 55 fb37077c270f
parent 49 f291796e213d
child 71 27f2d7aec52a
equal deleted inserted replaced
49:f291796e213d 55:fb37077c270f
    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();