diff options
Diffstat (limited to 'doc/html/tqpaintdevice.html')
-rw-r--r-- | doc/html/tqpaintdevice.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/tqpaintdevice.html b/doc/html/tqpaintdevice.html index 206d51f92..9d9beac1d 100644 --- a/doc/html/tqpaintdevice.html +++ b/doc/html/tqpaintdevice.html @@ -160,17 +160,17 @@ low-level access. Using this function is not portable. <h3 class=fn>bool <a name="isExtDev"></a>TQPaintDevice::isExtDev () const </h3> -<p> Returns TRUE if the device is an external paint device; otherwise -returns FALSE. +<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="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> -<p> Returns TRUE if the device is being painted, i.e. someone has +<p> Returns true if the device is being painted, i.e. someone has called <a href="tqpainter.html#begin">TQPainter::begin</a>() but not yet called <a href="tqpainter.html#end">TQPainter::end</a>() for -this device; otherwise returns FALSE. +this device; otherwise returns false. <p> <p>See also <a href="tqpainter.html#isActive">TQPainter::isActive</a>(). <h3 class=fn>int <a name="x11AppCells"></a>TQPaintDevice::x11AppCells ()<tt> [static]</tt> @@ -227,17 +227,17 @@ portable. <h3 class=fn>bool <a name="x11AppDefaultVisual"></a>TQPaintDevice::x11AppDefaultVisual ()<tt> [static]</tt> </h3> -<p> Returns TRUE if the Visual used is the default for the default +<p> Returns true if the Visual used is the default for the default screen of the X display global to the application (X11 only); -otherwise returns FALSE. Using this function is not portable. +otherwise returns false. Using this function is not portable. <h3 class=fn>bool <a name="x11AppDefaultVisual-2"></a>TQPaintDevice::x11AppDefaultVisual ( int screen )<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> -<p> Returns TRUE if the Visual used is the default for screen +<p> Returns true if the Visual used is the default for screen <em>screen</em> of the X display global to the application (X11 only); -otherwise returns FALSE. Using this function is not portable. +otherwise returns false. Using this function is not portable. <h3 class=fn>int <a name="x11AppDepth"></a>TQPaintDevice::x11AppDepth ( int screen )<tt> [static]</tt> </h3> @@ -430,7 +430,7 @@ is the top-left pixel in <em>src</em> (0, 0) by default, <em>dx</em>, <em>dy</em the top-left position in <em>dst</em> and <em>sw</em>, <em>sh</em> is the size of 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="tqt.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 +<p> If <em>ignoreMask</em> is false (the default) and <em>src</em> is a 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 |