diff options
Diffstat (limited to 'doc/html/tqpaintdevice.html')
-rw-r--r-- | doc/html/tqpaintdevice.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/html/tqpaintdevice.html b/doc/html/tqpaintdevice.html index 082af7e69..142ada231 100644 --- a/doc/html/tqpaintdevice.html +++ b/doc/html/tqpaintdevice.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } can be painted. <a href="#details">More...</a> <p><tt>#include <<a href="tqpaintdevice-h.html">tqpaintdevice.h</a>></tt> -<p>Inherited by <a href="tqwidget.html">TQWidget</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqpicture.html">TQPicture</a>, and <a href="ntqprinter.html">TQPrinter</a>. +<p>Inherited by <a href="tqwidget.html">TQWidget</a>, <a href="tqpixmap.html">TQPixmap</a>, <a href="tqpicture.html">TQPicture</a>, and <a href="tqprinter.html">TQPrinter</a>. <p><a href="tqpaintdevice-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -99,8 +99,8 @@ can be painted. <p> A paint device is an abstraction of a two-dimensional space that can be drawn using a <a href="tqpainter.html">TQPainter</a>. The drawing capabilities are -implemented by the subclasses <a href="tqwidget.html">TQWidget</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqpicture.html">TQPicture</a> and -<a href="ntqprinter.html">TQPrinter</a>. +implemented by the subclasses <a href="tqwidget.html">TQWidget</a>, <a href="tqpixmap.html">TQPixmap</a>, <a href="tqpicture.html">TQPicture</a> and +<a href="tqprinter.html">TQPrinter</a>. <p> The default coordinate system of a paint device has its origin located at the top-left position. X increases to the right and Y increases downward. The unit is one pixel. There are several ways @@ -148,7 +148,7 @@ Destroys the paint device and frees window system resources. Internal virtual function that interprets drawing commands from the painter. <p> Implemented by subclasses that have no direct support for drawing -graphics (external paint devices, for example, <a href="ntqpicture.html">TQPicture</a>). +graphics (external paint devices, for example, <a href="tqpicture.html">TQPicture</a>). <h3 class=fn>TQt::HANDLE <a name="handle"></a>TQPaintDevice::handle () const<tt> [virtual]</tt> </h3> @@ -163,8 +163,8 @@ low-level access. Using this function is not portable. <p> Returns TRUE if the device is an external paint device; otherwise returns FALSE. -<p> External paint devices cannot be <a href="#bitBlt">bitBlt</a>()'ed from. <a href="ntqpicture.html">TQPicture</a> and -<a href="ntqprinter.html">TQPrinter</a> are external paint devices. +<p> External paint devices cannot be <a href="#bitBlt">bitBlt</a>()'ed from. <a href="tqpicture.html">TQPicture</a> and +<a href="tqprinter.html">TQPrinter</a> are external paint devices. <h3 class=fn>bool <a name="paintingActive"></a>TQPaintDevice::paintingActive () const </h3> @@ -245,7 +245,7 @@ otherwise returns FALSE. Using this function is not portable. <p> Returns the depth for screen <em>screen</em> of the X display global to the application (X11 only). Using this function is not portable. -<p> <p>See also <a href="ntqpixmap.html#defaultDepth">TQPixmap::defaultDepth</a>(). +<p> <p>See also <a href="tqpixmap.html#defaultDepth">TQPixmap::defaultDepth</a>(). <h3 class=fn>int <a name="x11AppDepth-2"></a>TQPaintDevice::x11AppDepth ()<tt> [static]</tt> </h3> @@ -254,7 +254,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> Returns the depth for the default screen of the X display global to the application (X11 only). Using this function is not portable. -<p> <p>See also <a href="ntqpixmap.html#defaultDepth">TQPixmap::defaultDepth</a>(). +<p> <p>See also <a href="tqpixmap.html#defaultDepth">TQPixmap::defaultDepth</a>(). <h3 class=fn>Display * <a name="x11AppDisplay"></a>TQPaintDevice::x11AppDisplay ()<tt> [static]</tt> </h3> @@ -363,7 +363,7 @@ only). Using this function is not portable. <p> Returns the depth of the X display for the paint device (X11 only). Using this function is not portable. -<p> <p>See also <a href="ntqpixmap.html#defaultDepth">TQPixmap::defaultDepth</a>(). +<p> <p>See also <a href="tqpixmap.html#defaultDepth">TQPixmap::defaultDepth</a>(). <h3 class=fn>Display * <a name="x11Display"></a>TQPaintDevice::x11Display () const </h3> @@ -432,19 +432,19 @@ the top-left position in <em>dst</em> and <em>sw</em>, <em>sh</em> is the size o the copied block (all of <em>src</em> by default). <p> The most common values for <em>rop</em> are CopyROP and XorROP; the <a href="ntqt.html#RasterOp-enum">TQt::RasterOp</a> documentation defines all the possible values. <p> If <em>ignoreMask</em> is FALSE (the default) and <em>src</em> is a -masked <a href="ntqpixmap.html">TQPixmap</a>, the entire blit is masked by <em>src</em>->mask(). +masked <a href="tqpixmap.html">TQPixmap</a>, the entire blit is masked by <em>src</em>->mask(). <p> If <em>src</em>, <em>dst</em>, <em>sw</em> or <em>sh</em> is 0, <a href="#bitBlt">bitBlt</a>() does nothing. If <em>sw</em> or <em>sh</em> is negative bitBlt() copies starting at <em>sx</em> (and respectively, <em>sy</em>) and ending at the right end (respectively, bottom) of <em>src</em>. <p> <em>src</em> must be a <a href="tqwidget.html">TQWidget</a> or TQPixmap. You cannot blit from a -<a href="ntqprinter.html">TQPrinter</a>, for example. bitBlt() does nothing if you attempt to +<a href="tqprinter.html">TQPrinter</a>, for example. bitBlt() does nothing if you attempt to blit from an unsupported device. <p> bitBlt() does nothing if <em>src</em> has a greater depth than <em>dst</em>. If you need to for example, draw a 24-bit pixmap on an 8-bit widget, you must use drawPixmap(). -<h3 class=fn>void <a name="bitBlt-2"></a>bitBlt ( <a href="tqpaintdevice.html">TQPaintDevice</a> * dst, const <a href="ntqpoint.html">TQPoint</a> & dp, const <a href="tqpaintdevice.html">TQPaintDevice</a> * src, const <a href="ntqrect.html">TQRect</a> & sr, RasterOp rop ) +<h3 class=fn>void <a name="bitBlt-2"></a>bitBlt ( <a href="tqpaintdevice.html">TQPaintDevice</a> * dst, const <a href="tqpoint.html">TQPoint</a> & dp, const <a href="tqpaintdevice.html">TQPaintDevice</a> * src, const <a href="tqrect.html">TQRect</a> & sr, RasterOp rop ) </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. |