src/hbcore/primitives/hbtoucharea.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 6 c3690ec91ef8
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    46 
    46 
    47 
    47 
    48 protected:
    48 protected:
    49     HbTouchArea (HbTouchAreaPrivate &dd, QGraphicsItem *parent);
    49     HbTouchArea (HbTouchAreaPrivate &dd, QGraphicsItem *parent);
    50     QSizeF sizeHint (Qt::SizeHint which, const QSizeF &constraint = QSizeF()) const;
    50     QSizeF sizeHint (Qt::SizeHint which, const QSizeF &constraint = QSizeF()) const;
       
    51     void gestureEvent(QGestureEvent *event);
    51 
    52 
    52 private:
    53 private:
    53     Q_DECLARE_PRIVATE_D(d_ptr, HbTouchArea)
    54     Q_DECLARE_PRIVATE_D(d_ptr, HbTouchArea)
    54     Q_DISABLE_COPY(HbTouchArea)
    55     Q_DISABLE_COPY(HbTouchArea)
    55 };
    56 };