src/hbwidgets/itemviews/hblistview.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    63     void rowsAboutToBeRemoved(const QModelIndex &parent,int start,int end);
    63     void rowsAboutToBeRemoved(const QModelIndex &parent,int start,int end);
    64     void rowsRemoved(const QModelIndex &parent,int start,int end);
    64     void rowsRemoved(const QModelIndex &parent,int start,int end);
    65     void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight);
    65     void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight);
    66     void orientationChanged(Qt::Orientation newOrientation);
    66     void orientationChanged(Qt::Orientation newOrientation);
    67 
    67 
    68     void mousePressEvent(QGraphicsSceneMouseEvent *event);
       
    69     void mouseReleaseEvent(QGraphicsSceneMouseEvent *event);
       
    70     void mouseMoveEvent(QGraphicsSceneMouseEvent *event);
       
    71 
       
    72     virtual void move(const QModelIndex &from, const QModelIndex &to);
    68     virtual void move(const QModelIndex &from, const QModelIndex &to);
    73 
    69 
    74 protected slots:
    70 protected slots:
    75     void scrolling(QPointF newPosition);
    71     void scrolling(QPointF newPosition);
    76 
       
    77 private:
    72 private:
    78     Q_DECLARE_PRIVATE_D(d_ptr, HbListView)
    73     Q_DECLARE_PRIVATE_D(d_ptr, HbListView)
    79     Q_DISABLE_COPY(HbListView)
    74     Q_DISABLE_COPY(HbListView)
    80 };
    75 };
    81 
    76