]> Shamusworld >> Repos - architektonas/blobdiff - src/painter.h
Preliminary support for Polylines.
[architektonas] / src / painter.h
index e89f045b7d55a16eb852eb38996e90e2a9b3d777..d460ebcc2c9c349dd3782989150ada6b2cab1fdc 100644 (file)
@@ -36,10 +36,11 @@ class Painter
                void DrawHLine(double);
                void DrawVLine(double);
                void DrawPoint(int, int);
+               void DrawRoundedRect(Rect, double, double);
                void DrawRoundedRect(QRectF, double, double);
-               void DrawPaddedRect(QRectF);
-               void DrawRect(QRectF);
-               void DrawText(QRectF, int, QString);
+               void DrawPaddedRect(Rect);
+               void DrawRect(Rect);
+               void DrawText(Rect, int, QString);
                void DrawArrowhead(Vector, Vector, double);
                void DrawCrosshair(Vector);
                void DrawInformativeText(QString);