X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fpainter.h;h=955e553201ba0936ab2a7cdecb33c00d112c0666;hb=c85958d34fac175452fe420ff24ea82f26d6f1f3;hp=bdc46e413bfa88caeb284b96b98d31d14bdf40ed;hpb=86caae9cadd6e1877a4e6226533521ef0d1c6389;p=architektonas diff --git a/src/painter.h b/src/painter.h index bdc46e4..955e553 100644 --- a/src/painter.h +++ b/src/painter.h @@ -22,6 +22,8 @@ class Painter void DrawArc(Vector, double, double, double); void DrawEllipse(Vector, double, double); void DrawHandle(Vector); + void DrawArrowHandle(Vector, double); + void DrawArrowToLineHandle(Vector, double); void DrawLine(int, int, int, int); void DrawLine(Vector, Vector); void DrawPoint(int, int); @@ -31,6 +33,7 @@ class Painter void DrawText(QRectF, int, QString); void DrawArrowhead(Vector, Vector, double); void DrawCrosshair(Vector); + void DrawInformativeText(QString); public: static Vector CartesianToQtCoords(Vector);