diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-26 11:44:58 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-30 14:26:34 +0900 |
| commit | 6dd781c483eea56f51ae0eff47d857976b5d0f0d (patch) | |
| tree | 0ddd4408e142ae6f8b13d3538359abd127988b2f /doc/man/man3/tqpaintdevice.3qt | |
| parent | ff56b6fec14de4cd4b89d5b322531671d200b6e0 (diff) | |
| download | tqt-6dd781c483eea56f51ae0eff47d857976b5d0f0d.tar.gz tqt-6dd781c483eea56f51ae0eff47d857976b5d0f0d.zip | |
Replace TRUE/FALSE with boolean values true/false - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqpaintdevice.3qt')
| -rw-r--r-- | doc/man/man3/tqpaintdevice.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqpaintdevice.3qt b/doc/man/man3/tqpaintdevice.3qt index c7ea10702..67adbf66f 100644 --- a/doc/man/man3/tqpaintdevice.3qt +++ b/doc/man/man3/tqpaintdevice.3qt @@ -208,11 +208,11 @@ The HANDLE type varies with platform; see tqpaintdevice.h and tqwindowdefs.h for .PP See also x11Display(). .SH "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. .PP External paint devices cannot be bitBlt()'ed from. TQPicture and TQPrinter are external paint devices. .SH "bool TQPaintDevice::paintingActive () const" -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. +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. .PP See also TQPainter::isActive(). .SH "int TQPaintDevice::x11AppCells ()\fC [static]\fR" @@ -246,11 +246,11 @@ Returns the default colormap for screen \fIscreen\fR of the X display global to .PP See also x11Cells(). .SH "bool TQPaintDevice::x11AppDefaultVisual ()\fC [static]\fR" -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. +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. .SH "bool TQPaintDevice::x11AppDefaultVisual ( int screen )\fC [static]\fR" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP -Returns TRUE if the Visual used is the default for screen \fIscreen\fR of the X display global to the application (X11 only); otherwise returns FALSE. Using this function is not portable. +Returns true if the Visual used is the default for screen \fIscreen\fR of the X display global to the application (X11 only); otherwise returns false. Using this function is not portable. .SH "int TQPaintDevice::x11AppDepth ( int screen )\fC [static]\fR" Returns the depth for screen \fIscreen\fR of the X display global to the application (X11 only). Using this function is not portable. .PP @@ -345,7 +345,7 @@ Copies a block of pixels from \fIsrc\fR to \fIdst\fR, perhaps merging each pixel .PP The most common values for \fIrop\fR are CopyROP and XorROP; the TQt::RasterOp documentation defines all the possible values. .PP -If \fIignoreMask\fR is FALSE (the default) and \fIsrc\fR is a masked TQPixmap, the entire blit is masked by \fIsrc\fR->mask(). +If \fIignoreMask\fR is false (the default) and \fIsrc\fR is a masked TQPixmap, the entire blit is masked by \fIsrc\fR->mask(). .PP If \fIsrc\fR, \fIdst\fR, \fIsw\fR or \fIsh\fR is 0, bitBlt() does nothing. If \fIsw\fR or \fIsh\fR is negative bitBlt() copies starting at \fIsx\fR (and respectively, \fIsy\fR) and ending at the right end (respectively, bottom) of \fIsrc\fR. .PP |
