diff options
Diffstat (limited to 'doc/html/ntqpainter.html')
-rw-r--r-- | doc/html/ntqpainter.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqpainter.html b/doc/html/ntqpainter.html index 32eea73d3..76f1b3e59 100644 --- a/doc/html/ntqpainter.html +++ b/doc/html/ntqpainter.html @@ -454,7 +454,7 @@ font etc. This function does exactly that. p.<a href="#begin">begin</a>(&pm, this); // ... potentially flickering paint operation ... p.<a href="#end">end</a>(); - <a href="ntqimage.html#bitBlt">bitBlt</a>(this, 0, 0, &pm); + <a href="tqimage.html#bitBlt">bitBlt</a>(this, 0, 0, &pm); } </pre> @@ -606,7 +606,7 @@ Draws an ellipse with center at <em>(x + w/2, y + h/2)</em> and size <em>(w, h)< This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Draws the ellipse that fits inside rectangle <em>r</em>. -<h3 class=fn>void <a name="drawImage"></a>TQPainter::drawImage ( int x, int y, const <a href="ntqimage.html">TQImage</a> & image, int sx = 0, int sy = 0, int sw = -1, int sh = -1, int conversionFlags = 0 ) +<h3 class=fn>void <a name="drawImage"></a>TQPainter::drawImage ( int x, int y, const <a href="tqimage.html">TQImage</a> & image, int sx = 0, int sy = 0, int sw = -1, int sh = -1, int conversionFlags = 0 ) </h3> Draws at (<em>x</em>, <em>y</em>) the <em>sw</em> by <em>sh</em> area of pixels from (<em>sx</em>, <em>sy</em>) in <em>image</em>, using <em>conversionFlags</em> if the image needs to be converted to a pixmap. The default value for <em>conversionFlags</em> is 0; see convertFromImage() for information about @@ -618,12 +618,12 @@ if device() is a <a href="ntqprinter.html">TQPrinter</a> or <a href="ntqpicture. <p> <p>See also <a href="#drawPixmap">drawPixmap</a>() and <a href="ntqpixmap.html#convertFromImage">TQPixmap::convertFromImage</a>(). <p>Example: <a href="canvas-example.html#x2941">canvas/canvas.cpp</a>. -<h3 class=fn>void <a name="drawImage-2"></a>TQPainter::drawImage ( const <a href="ntqpoint.html">TQPoint</a> &, const <a href="ntqimage.html">TQImage</a> &, const <a href="ntqrect.html">TQRect</a> & sr, int conversionFlags = 0 ) +<h3 class=fn>void <a name="drawImage-2"></a>TQPainter::drawImage ( const <a href="ntqpoint.html">TQPoint</a> &, const <a href="tqimage.html">TQImage</a> &, const <a href="ntqrect.html">TQRect</a> & sr, int conversionFlags = 0 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Draws the rectangle <em>sr</em> from the image at the given point. -<h3 class=fn>void <a name="drawImage-3"></a>TQPainter::drawImage ( const <a href="ntqpoint.html">TQPoint</a> & p, const <a href="ntqimage.html">TQImage</a> & i, int conversion_flags = 0 ) +<h3 class=fn>void <a name="drawImage-3"></a>TQPainter::drawImage ( const <a href="ntqpoint.html">TQPoint</a> & p, const <a href="tqimage.html">TQImage</a> & i, int conversion_flags = 0 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Draws the image <em>i</em> at point <em>p</em>. @@ -631,7 +631,7 @@ This is an overloaded member function, provided for convenience. It behaves esse result (e.g. converting from 32-bit to 8-bit), use the <em>conversion_flags</em> to specify how you'd prefer this to happen. <p> <p>See also <a href="ntqt.html#ImageConversionFlags-enum">TQt::ImageConversionFlags</a>. -<h3 class=fn>void <a name="drawImage-4"></a>TQPainter::drawImage ( const <a href="ntqrect.html">TQRect</a> & r, const <a href="ntqimage.html">TQImage</a> & i ) +<h3 class=fn>void <a name="drawImage-4"></a>TQPainter::drawImage ( const <a href="ntqrect.html">TQRect</a> & r, const <a href="tqimage.html">TQImage</a> & i ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Draws the image <em>i</em> into the rectangle <em>r</em>. The image will be @@ -710,7 +710,7 @@ The default, (-1, -1), means all the way to the bottom right of the pixmap. <p> Currently the mask of the pixmap or it's alpha channel are ignored when painting on a <a href="ntqprinter.html">TQPrinter</a>. -<p> <p>See also <a href="ntqimage.html#bitBlt">bitBlt</a>() and <a href="ntqpixmap.html#setMask">TQPixmap::setMask</a>(). +<p> <p>See also <a href="tqimage.html#bitBlt">bitBlt</a>() and <a href="ntqpixmap.html#setMask">TQPixmap::setMask</a>(). <p>Examples: <a href="grapher-nsplugin-example.html#x2758">grapher/grapher.cpp</a>, <a href="picture-example.html#x114">picture/picture.cpp</a>, <a href="qdir-example.html#x1832">qdir/qdir.cpp</a>, <a href="qmag-example.html#x1782">qmag/qmag.cpp</a>, <a href="showimg-example.html#x1337">showimg/showimg.cpp</a>, <a href="tutorial1-10.html#x2350">t10/cannon.cpp</a>, and <a href="xform-example.html#x1235">xform/xform.cpp</a>. <h3 class=fn>void <a name="drawPixmap-2"></a>TQPainter::drawPixmap ( const <a href="ntqpoint.html">TQPoint</a> & p, const <a href="ntqpixmap.html">TQPixmap</a> & pm, const <a href="ntqrect.html">TQRect</a> & sr ) |