tools/drawMapTest/drawmapscene.h
changeset 4424 3225ea34e415
parent 4423 4391526e436e
child 4426 969e411c72aa
--- 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