X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fpainter.h;h=e89f045b7d55a16eb852eb38996e90e2a9b3d777;hb=742d2aa9bb46bce4f690474fa22f5980e175e55e;hp=98c81f3a7e6297955d73f6438044cd1d757ddd01;hpb=a6e76b6a748a350bda067a99672f9dcca626d872;p=architektonas diff --git a/src/painter.h b/src/painter.h index 98c81f3..e89f045 100644 --- a/src/painter.h +++ b/src/painter.h @@ -33,6 +33,8 @@ class Painter 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); @@ -51,4 +53,3 @@ class Painter }; #endif // __PAINTER_H__ -