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