From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqpaintdevice.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/html/tqpaintdevice.html') 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.

bool TQPaintDevice::isExtDev () const

-

Returns TRUE if the device is an external paint device; otherwise -returns FALSE. +

Returns true if the device is an external paint device; otherwise +returns false.

External paint devices cannot be bitBlt()'ed from. TQPicture and TQPrinter are external paint devices.

bool TQPaintDevice::paintingActive () const

-

Returns TRUE if the device is being painted, i.e. someone has +

Returns true if the device is being painted, i.e. someone has called TQPainter::begin() but not yet called TQPainter::end() for -this device; otherwise returns FALSE. +this device; otherwise returns false.

See also TQPainter::isActive().

int TQPaintDevice::x11AppCells () [static] @@ -227,17 +227,17 @@ portable.

bool TQPaintDevice::x11AppDefaultVisual () [static]

-

Returns TRUE if the Visual used is the default for the default +

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.

bool TQPaintDevice::x11AppDefaultVisual ( int screen ) [static]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

-

Returns TRUE if the Visual used is the default for screen +

Returns true if the Visual used is the default for screen 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.

int TQPaintDevice::x11AppDepth ( int screen ) [static]

@@ -430,7 +430,7 @@ is the top-left pixel in src (0, 0) by default, dx, dydst and sw, sh is the size of the copied block (all of src by default).

The most common values for rop are CopyROP and XorROP; the TQt::RasterOp documentation defines all the possible values. -

If ignoreMask is FALSE (the default) and src is a +

If ignoreMask is false (the default) and src is a masked TQPixmap, the entire blit is masked by src->mask().

If src, dst, sw or sh is 0, bitBlt() does nothing. If sw or sh is negative bitBlt() copies starting at sx (and -- cgit v1.2.3