X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fpainter.h;h=e89f045b7d55a16eb852eb38996e90e2a9b3d777;hb=5d8c9e52606315fbfe857f2715b8f051b4f97491;hp=5b11e25aadead93a1c418627fe3abbe50e02b332;hpb=ccac11461956c9c0cc9756f8963436b5d88dfbb7;p=architektonas diff --git a/src/painter.h b/src/painter.h index 5b11e25..e89f045 100644 --- a/src/painter.h +++ b/src/painter.h @@ -26,12 +26,15 @@ class Painter void DrawArc(Vector, double, double, double); void DrawEllipse(Vector, double, double); void DrawHandle(Vector); + void DrawSmallHandle(Vector); void DrawCross(Vector); void DrawRectCorners(Rect); void DrawArrowHandle(Vector, double); void DrawArrowToLineHandle(Vector, double); void DrawLine(int, int, int, int); void DrawLine(Vector, Vector); + void DrawHLine(double); + void DrawVLine(double); void DrawPoint(int, int); void DrawRoundedRect(QRectF, double, double); void DrawPaddedRect(QRectF); @@ -50,4 +53,3 @@ class Painter }; #endif // __PAINTER_H__ -