X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fpainter.h;h=1bc261b0eab5cbd198467e5d8e38688db3939a09;hb=428876081ee41d40e32f5b4f2bfcfdb7a835e6e1;hp=84e3e1477a5d90b98822f70dd6bff0173fc22fc9;hpb=bb8d0671717bac2c5350e34024273381be1d8175;p=architektonas diff --git a/src/painter.h b/src/painter.h index 84e3e14..1bc261b 100644 --- a/src/painter.h +++ b/src/painter.h @@ -30,6 +30,8 @@ class Painter void DrawRect(QRectF); void DrawText(QRectF, int, QString); void DrawArrowhead(Vector, Vector, double); + void DrawCrosshair(Vector); + void DrawInformativeText(QString); public: static Vector CartesianToQtCoords(Vector);