]> Shamusworld >> Repos - architektonas/blobdiff - src/painter.h
Added automagically resizing grid. :-D
[architektonas] / src / painter.h
index 98c81f3a7e6297955d73f6438044cd1d757ddd01..403476e1617dc7c8820a782a27814daa596736a9 100644 (file)
@@ -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);