diff options
Diffstat (limited to 'doc/html/tqpainter.html')
-rw-r--r-- | doc/html/tqpainter.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqpainter.html b/doc/html/tqpainter.html index a2ec474d9..0a9c92546 100644 --- a/doc/html/tqpainter.html +++ b/doc/html/tqpainter.html @@ -1509,7 +1509,7 @@ were transformed. <h3 class=fn>void <a name="qDrawPlainRect"></a>qDrawPlainRect ( <a href="tqpainter.html">TQPainter</a> * p, int x, int y, int w, int h, const <a href="tqcolor.html">TQColor</a> & c, int lineWidth, const <a href="tqbrush.html">TQBrush</a> * fill ) </h3> -<p> <tt>#include <ntqdrawutil.h></tt> +<p> <tt>#include <tqdrawutil.h></tt> <p> Draws the plain rectangle specified by (<em>x</em>, <em>y</em>, <em>w</em>, <em>h</em>) using the painter <em>p</em>. <p> The color argument <em>c</em> specifies the line color. @@ -1526,7 +1526,7 @@ widgets that follow the current GUI style. <h3 class=fn>void <a name="qDrawShadeLine"></a>qDrawShadeLine ( <a href="tqpainter.html">TQPainter</a> * p, int x1, int y1, int x2, int y2, const <a href="tqcolorgroup.html">TQColorGroup</a> & g, bool sunken, int lineWidth, int midLineWidth ) </h3> -<p> <tt>#include <ntqdrawutil.h></tt> +<p> <tt>#include <tqdrawutil.h></tt> <p> Draws a horizontal (<em>y1</em> == <em>y2</em>) or vertical (<em>x1</em> == <em>x2</em>) shaded line using the painter <em>p</em>. <p> Nothing is drawn if <em>y1</em> != <em>y2</em> and <em>x1</em> != <em>x2</em> (i.e. the @@ -1547,7 +1547,7 @@ widgets that follow the current GUI style. <h3 class=fn>void <a name="qDrawShadePanel"></a>qDrawShadePanel ( <a href="tqpainter.html">TQPainter</a> * p, int x, int y, int w, int h, const <a href="tqcolorgroup.html">TQColorGroup</a> & g, bool sunken, int lineWidth, const <a href="tqbrush.html">TQBrush</a> * fill ) </h3> -<p> <tt>#include <ntqdrawutil.h></tt> +<p> <tt>#include <tqdrawutil.h></tt> <p> Draws the shaded panel specified by (<em>x</em>, <em>y</em>, <em>w</em>, <em>h</em>) using the painter <em>p</em>. <p> The color group argument <em>g</em> specifies the shading colors (<a href="tqcolorgroup.html#light">light</a>, <a href="tqcolorgroup.html#dark">dark</a> and <a href="tqcolorgroup.html#mid">middle</a> colors). @@ -1564,7 +1564,7 @@ widgets that follow the current GUI style. <h3 class=fn>void <a name="qDrawShadeRect"></a>qDrawShadeRect ( <a href="tqpainter.html">TQPainter</a> * p, int x, int y, int w, int h, const <a href="tqcolorgroup.html">TQColorGroup</a> & g, bool sunken, int lineWidth, int midLineWidth, const <a href="tqbrush.html">TQBrush</a> * fill ) </h3> -<p> <tt>#include <ntqdrawutil.h></tt> +<p> <tt>#include <tqdrawutil.h></tt> <p> Draws the shaded rectangle specified by (<em>x</em>, <em>y</em>, <em>w</em>, <em>h</em>) using the painter <em>p</em>. <p> The color group argument <em>g</em> specifies the shading colors (<a href="tqcolorgroup.html#light">light</a>, <a href="tqcolorgroup.html#dark">dark</a> and <a href="tqcolorgroup.html#mid">middle</a> colors). @@ -1585,7 +1585,7 @@ widgets that follow the current GUI style. <h3 class=fn>void <a name="qDrawWinButton"></a>qDrawWinButton ( <a href="tqpainter.html">TQPainter</a> * p, int x, int y, int w, int h, const <a href="tqcolorgroup.html">TQColorGroup</a> & g, bool sunken, const <a href="tqbrush.html">TQBrush</a> * fill ) </h3> -<p> <tt>#include <ntqdrawutil.h></tt> +<p> <tt>#include <tqdrawutil.h></tt> <p> Draws the Windows-style button specified by (<em>x</em>, <em>y</em>, <em>w</em>, <em>h</em>) using the painter <em>p</em>. <p> The color group argument <em>g</em> specifies the shading colors (<a href="tqcolorgroup.html#light">light</a>, <a href="tqcolorgroup.html#dark">dark</a> and <a href="tqcolorgroup.html#mid">middle</a> colors). <p> The button appears sunken if <em>sunken</em> is TRUE, or raised if <em>sunken</em> is FALSE. @@ -1599,7 +1599,7 @@ widgets that follow the current GUI style. <h3 class=fn>void <a name="qDrawWinPanel"></a>qDrawWinPanel ( <a href="tqpainter.html">TQPainter</a> * p, int x, int y, int w, int h, const <a href="tqcolorgroup.html">TQColorGroup</a> & g, bool sunken, const <a href="tqbrush.html">TQBrush</a> * fill ) </h3> -<p> <tt>#include <ntqdrawutil.h></tt> +<p> <tt>#include <tqdrawutil.h></tt> <p> Draws the Windows-style panel specified by (<em>x</em>, <em>y</em>, <em>w</em>, <em>h</em>) using the painter <em>p</em>. <p> The color group argument <em>g</em> specifies the shading colors. <p> The panel appears sunken if <em>sunken</em> is TRUE, or raised if <em>sunken</em> is FALSE. |