]> Shamusworld >> Repos - architektonas/blobdiff - src/painter.h
Fix for jump on mouse scroll + wheel zoom.
[architektonas] / src / painter.h
index 5b11e25aadead93a1c418627fe3abbe50e02b332..403476e1617dc7c8820a782a27814daa596736a9 100644 (file)
@@ -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);