]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiPainter.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiPainter.h
index fa87940d45ed0174d26ef158642b15ab55e82155..263b3a851c44cae99c4522f835a3566cb31fa758 100644 (file)
@@ -119,6 +119,8 @@ public:
        virtual int preeditText(int x, int y,
                char_type c, FontInfo const & f, preedit_style style);
 
+       void wavyHorizontalLine(int x, int y, int width, ColorCode col);
+
 private:
        /// check the font, and if set, draw an underline
        void underline(FontInfo const & f,
@@ -128,6 +130,14 @@ private:
        void dashedUnderline(FontInfo const & f,
                int x, int y, int width);
 
+       /// check the font, and if set, draw an strike-through line
+       void strikeoutLine(FontInfo const & f,
+               int x, int y, int width);
+
+       /// check the font, and if set, draw double underline
+       void doubleUnderline(FontInfo const & f,
+               int x, int y, int width);
+
        /// draw a bevelled button border
        void buttonFrame(int x, int y, int w, int h);