diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/ntqpaintdevice.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqpaintdevice.html')
| -rw-r--r-- | doc/html/ntqpaintdevice.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/ntqpaintdevice.html b/doc/html/ntqpaintdevice.html index 0af3d6913..6556b7433 100644 --- a/doc/html/ntqpaintdevice.html +++ b/doc/html/ntqpaintdevice.html @@ -161,17 +161,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="ntqpicture.html">TQPicture</a> and <a href="ntqprinter.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="ntqpainter.html#begin">TQPainter::begin</a>() but not yet called <a href="ntqpainter.html#end">TQPainter::end</a>() for -this device; otherwise returns FALSE. +this device; otherwise returns false. <p> <p>See also <a href="ntqpainter.html#isActive">TQPainter::isActive</a>(). <h3 class=fn>int <a name="x11AppCells"></a>TQPaintDevice::x11AppCells ()<tt> [static]</tt> @@ -228,17 +228,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> @@ -431,7 +431,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="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 +<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(). <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 |
