ui/views/fullscreenview/inc/glxcoverflow.h
changeset 36 6481344a6d67
parent 33 1ee2af37811f
child 44 aa2fa096cbfb
equal deleted inserted replaced
33:1ee2af37811f 36:6481344a6d67
    74     void autoLeftMoveSignal();
    74     void autoLeftMoveSignal();
    75     void autoRightMoveSignal();
    75     void autoRightMoveSignal();
    76 
    76 
    77 protected slots:
    77 protected slots:
    78     void panGesture ( const QPointF & delta )  ;
    78     void panGesture ( const QPointF & delta )  ;
    79     void leftGesture (int value);
       
    80     void rightGesture (int value) ;
       
    81     void longPressGesture(const QPointF &point) ;
    79     void longPressGesture(const QPointF &point) ;
    82     void dataChanged(QModelIndex startIndex, QModelIndex endIndex);
    80     void dataChanged(QModelIndex startIndex, QModelIndex endIndex);
    83     void rowsInserted(const QModelIndex &parent, int start, int end);
    81     void rowsInserted(const QModelIndex &parent, int start, int end);
    84     void rowsRemoved(const QModelIndex &parent, int start, int end);
    82     void rowsRemoved(const QModelIndex &parent, int start, int end);
    85     void autoLeftMove();
    83     void autoLeftMove();