diff -r 4391526e436e -r 3225ea34e415 tools/drawMapTest/drawmapscene.h --- a/tools/drawMapTest/drawmapscene.h Sat Nov 27 22:40:29 2010 +0300 +++ b/tools/drawMapTest/drawmapscene.h Sat Nov 27 23:55:39 2010 +0300 @@ -14,9 +14,15 @@ public slots: private: + qreal m_halfWidth; + QPen m_pen; + QBrush m_brush; + virtual void mouseMoveEvent(QGraphicsSceneMouseEvent * mouseEvent); virtual void mousePressEvent(QGraphicsSceneMouseEvent * mouseEvent); virtual void mouseReleaseEvent(QGraphicsSceneMouseEvent * mouseEvent); + + void drawFigure(const QPointF & point); }; #endif // DRAWMAPSCENE_H