X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FPainter.h;h=1becb41462cf5b8f83973d6d2e81985bff10a05a;hb=797d87b4513088a66b17c7ac653b84e36ea80458;hp=7bba9cdde2fa77d42091a068296b80ca6439001e;hpb=612a097878de07556b76f7445a5564320987ff97;p=features.git diff --git a/src/Painter.h b/src/Painter.h index 7bba9cdde2..1becb41462 100644 --- a/src/Painter.h +++ b/src/Painter.h @@ -36,7 +36,6 @@ public: /// Constructor explicit Painter(WorkArea &); - /**@Basic drawing routines */ /// Draw a line from point to point PainterBase & line(int x1, int y1, int x2, int y2, LColor::color = LColor::foreground, @@ -78,13 +77,9 @@ public: PainterBase & fillRectangle(int x, int y, int w, int h, LColor::color = LColor::background); - /**@Image stuff */ - /// For the figure inset PainterBase & pixmap(int x, int y, int w, int h, Pixmap bitmap); - /**@String functions */ - /// Draw a string at position x, y (y is the baseline) PainterBase & text(int x, int y, string const & str, LyXFont const & f); @@ -104,7 +99,6 @@ private: /// Check the font, and if set, draw an underline void underline(LyXFont const & f, int x, int y, int width); - /**@Low level X parameters */ /// Display * display; };