diff options
Diffstat (limited to 'doc/html/tqbrush.html')
-rw-r--r-- | doc/html/tqbrush.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tqbrush.html b/doc/html/tqbrush.html index 8e50eb06a..15981bbc2 100644 --- a/doc/html/tqbrush.html +++ b/doc/html/tqbrush.html @@ -67,14 +67,14 @@ body { background: #ffffff; color: black; } <p> A brush has a style and a color. One of the brush styles is a -custom pattern, which is defined by a <a href="ntqpixmap.html">TQPixmap</a>. +custom pattern, which is defined by a <a href="tqpixmap.html">TQPixmap</a>. <p> The brush style defines the fill pattern. The default brush style is <a href="ntqt.html#BrushStyle-enum">NoBrush</a> (depending on how you construct a brush). This style tells the painter to not fill shapes. The standard style for filling is <a href="ntqt.html#BrushStyle-enum">SolidPattern</a>. <p> The brush color defines the color of the fill pattern. The <a href="tqcolor.html">TQColor</a> documentation lists the predefined colors. -<p> Use the <a href="ntqpen.html">TQPen</a> class for specifying line/outline styles. +<p> Use the <a href="tqpen.html">TQPen</a> class for specifying line/outline styles. <p> Example: <pre> <a href="tqpainter.html">TQPainter</a> painter; @@ -109,12 +109,12 @@ Constructs a black brush with the style <em>style</em>. Constructs a brush with the color <em>color</em> and the style <em>style</em>. <p> <p>See also <a href="#setColor">setColor</a>() and <a href="#setStyle">setStyle</a>(). -<h3 class=fn><a name="TQBrush-4"></a>TQBrush::TQBrush ( const <a href="tqcolor.html">TQColor</a> & color, const <a href="ntqpixmap.html">TQPixmap</a> & pixmap ) +<h3 class=fn><a name="TQBrush-4"></a>TQBrush::TQBrush ( const <a href="tqcolor.html">TQColor</a> & color, const <a href="tqpixmap.html">TQPixmap</a> & pixmap ) </h3> Constructs a brush with the color <em>color</em> and a custom pattern stored in <em>pixmap</em>. <p> The color will only have an effect for monochrome pixmaps, i.e. -for <a href="ntqpixmap.html#depth">TQPixmap::depth</a>() == 1. +for <a href="tqpixmap.html#depth">TQPixmap::depth</a>() == 1. <p> Pixmap brushes are currently not supported when printing on X11. <p> <p>See also <a href="#setColor">setColor</a>() and <a href="#setPixmap">setPixmap</a>(). @@ -154,7 +154,7 @@ FALSE. pixmaps. <p> <p>See also <a href="#operator!-eq">operator!=</a>(). -<h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> * <a name="pixmap"></a>TQBrush::pixmap () const +<h3 class=fn><a href="tqpixmap.html">TQPixmap</a> * <a name="pixmap"></a>TQBrush::pixmap () const </h3> <p> Returns a pointer to the custom brush pattern, or 0 if no custom @@ -168,11 +168,11 @@ Sets the brush color to <em>c</em>. <p> <p>See also <a href="#color">color</a>() and <a href="#setStyle">setStyle</a>(). <p>Example: <a href="picture-example.html#x108">picture/picture.cpp</a>. -<h3 class=fn>void <a name="setPixmap"></a>TQBrush::setPixmap ( const <a href="ntqpixmap.html">TQPixmap</a> & pixmap ) +<h3 class=fn>void <a name="setPixmap"></a>TQBrush::setPixmap ( const <a href="tqpixmap.html">TQPixmap</a> & pixmap ) </h3> Sets the brush pixmap to <em>pixmap</em>. The style is set to <a href="ntqt.html#BrushStyle-enum">CustomPattern</a>. <p> The current brush color will only have an effect for monochrome -pixmaps, i.e. for <a href="ntqpixmap.html#depth">TQPixmap::depth</a>() == 1. +pixmaps, i.e. for <a href="tqpixmap.html#depth">TQPixmap::depth</a>() == 1. <p> Pixmap brushes are currently not supported when printing on X11. <p> <p>See also <a href="#pixmap">pixmap</a>() and <a href="#color">color</a>(). |