equal
deleted
inserted
replaced
45 |
45 |
46 int defaultZoomLevel()const; |
46 int defaultZoomLevel()const; |
47 void setDefaultZoomLevel(int value); |
47 void setDefaultZoomLevel(int value); |
48 |
48 |
49 virtual void setToolTipVisible(bool); |
49 virtual void setToolTipVisible(bool); |
|
50 virtual void gestureEvent(QGestureEvent *event); |
|
51 |
50 protected: |
52 protected: |
51 virtual void mousePressEvent(QGraphicsSceneMouseEvent *event); |
53 virtual void mousePressEvent(QGraphicsSceneMouseEvent *event); |
52 virtual void mouseReleaseEvent(QGraphicsSceneMouseEvent *event); |
54 virtual void mouseReleaseEvent(QGraphicsSceneMouseEvent *event); |
53 QVariant itemChange(GraphicsItemChange change, const QVariant &value); |
55 QVariant itemChange(GraphicsItemChange change, const QVariant &value); |
54 void focusInEvent(QFocusEvent *event); |
56 void focusInEvent(QFocusEvent *event); |