summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqpaintdevice.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqpaintdevice.3qt')
-rw-r--r--doc/man/man3/tqpaintdevice.3qt30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/man/man3/tqpaintdevice.3qt b/doc/man/man3/tqpaintdevice.3qt
index 67ecf00f..8639323d 100644
--- a/doc/man/man3/tqpaintdevice.3qt
+++ b/doc/man/man3/tqpaintdevice.3qt
@@ -28,7 +28,7 @@ Inherited by TQWidget, QPixmap, QPicture, and QPrinter.
.BI "virtual HDC \fBhandle\fR () const"
.br
.ti -1c
-.BI "virtual Qt::HANDLE \fBhandle\fR () const"
+.BI "virtual TQt::HANDLE \fBhandle\fR () const"
.br
.ti -1c
.BI "Display * \fBx11Display\fR () const"
@@ -43,7 +43,7 @@ Inherited by TQWidget, QPixmap, QPicture, and QPrinter.
.BI "int \fBx11Cells\fR () const"
.br
.ti -1c
-.BI "Qt::HANDLE \fBx11Colormap\fR () const"
+.BI "TQt::HANDLE \fBx11Colormap\fR () const"
.br
.ti -1c
.BI "bool \fBx11DefaultColormap\fR () const"
@@ -82,10 +82,10 @@ Inherited by TQWidget, QPixmap, QPicture, and QPrinter.
.BI "int \fBx11AppCells\fR ()"
.br
.ti -1c
-.BI "Qt::HANDLE \fBx11AppRootWindow\fR ()"
+.BI "TQt::HANDLE \fBx11AppRootWindow\fR ()"
.br
.ti -1c
-.BI "Qt::HANDLE \fBx11AppColormap\fR ()"
+.BI "TQt::HANDLE \fBx11AppColormap\fR ()"
.br
.ti -1c
.BI "bool \fBx11AppDefaultColormap\fR ()"
@@ -103,10 +103,10 @@ Inherited by TQWidget, QPixmap, QPicture, and QPrinter.
.BI "int \fBx11AppCells\fR ( int screen )"
.br
.ti -1c
-.BI "Qt::HANDLE \fBx11AppRootWindow\fR ( int screen )"
+.BI "TQt::HANDLE \fBx11AppRootWindow\fR ( int screen )"
.br
.ti -1c
-.BI "Qt::HANDLE \fBx11AppColormap\fR ( int screen )"
+.BI "TQt::HANDLE \fBx11AppColormap\fR ( int screen )"
.br
.ti -1c
.BI "void * \fBx11AppVisual\fR ( int screen )"
@@ -142,7 +142,7 @@ Inherited by TQWidget, QPixmap, QPicture, and QPrinter.
.SH RELATED FUNCTION DOCUMENTATION
.in +1c
.ti -1c
-.BI "void \fBbitBlt\fR ( QPaintDevice * dst, int dx, int dy, const QPaintDevice * src, int sx, int sy, int sw, int sh, Qt::RasterOp rop, bool ignoreMask )"
+.BI "void \fBbitBlt\fR ( QPaintDevice * dst, int dx, int dy, const QPaintDevice * src, int sx, int sy, int sw, int sh, TQt::RasterOp rop, bool ignoreMask )"
.br
.ti -1c
.BI "void \fBbitBlt\fR ( QPaintDevice * dst, const QPoint & dp, const QPaintDevice * src, const QRect & sr, RasterOp rop )"
@@ -201,7 +201,7 @@ Destroys the paint device and frees window system resources.
Internal virtual function that interprets drawing commands from the painter.
.PP
Implemented by subclasses that have no direct support for drawing graphics (external paint devices, for example, QPicture).
-.SH "Qt::HANDLE QPaintDevice::handle () const\fC [virtual]\fR"
+.SH "TQt::HANDLE QPaintDevice::handle () const\fC [virtual]\fR"
Returns the window system handle of the paint device, for low-level access. Using this function is not portable.
.PP
The HANDLE type varies with platform; see ntqpaintdevice.h and ntqwindowdefs.h for details.
@@ -225,11 +225,11 @@ This is an overloaded member function, provided for convenience. It behaves esse
Returns the number of entries in the colormap for screen \fIscreen\fR of the X display global to the application (X11 only). Using this function is not portable.
.PP
See also x11Colormap().
-.SH "Qt::HANDLE QPaintDevice::x11AppColormap ()\fC [static]\fR"
+.SH "TQt::HANDLE QPaintDevice::x11AppColormap ()\fC [static]\fR"
Returns the colormap for the default screen of the X display global to the application (X11 only). Using this function is not portable.
.PP
See also x11Cells().
-.SH "Qt::HANDLE QPaintDevice::x11AppColormap ( int screen )\fC [static]\fR"
+.SH "TQt::HANDLE QPaintDevice::x11AppColormap ( int screen )\fC [static]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns the colormap for screen \fIscreen\fR of the X display global to the application (X11 only). Using this function is not portable.
@@ -283,9 +283,9 @@ This is an overloaded member function, provided for convenience. It behaves esse
Returns the vertical DPI of the X11 display (X11 only) for the default screen. Using this function is not portable. See QPaintDeviceMetrics for portable access to related information. Using this function is not portable.
.PP
See also x11AppDpiX(), x11SetAppDpiY(), and QPaintDeviceMetrics::logicalDpiY().
-.SH "Qt::HANDLE QPaintDevice::x11AppRootWindow ()\fC [static]\fR"
+.SH "TQt::HANDLE QPaintDevice::x11AppRootWindow ()\fC [static]\fR"
Returns the root window for the default screen of the X display global to the applicatoin (X11 only). Using this function is not portable.
-.SH "Qt::HANDLE QPaintDevice::x11AppRootWindow ( int screen )\fC [static]\fR"
+.SH "TQt::HANDLE QPaintDevice::x11AppRootWindow ( int screen )\fC [static]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns the root window for screen \fIscreen\fR of the X display global to the applicatoin (X11 only). Using this function is not portable.
@@ -301,7 +301,7 @@ Returns the Visual for screen \fIscreen\fR of the X display global to the applic
Returns the number of entries in the colormap of the X display for the paint device (X11 only). Using this function is not portable.
.PP
See also x11Colormap().
-.SH "Qt::HANDLE QPaintDevice::x11Colormap () const"
+.SH "TQt::HANDLE QPaintDevice::x11Colormap () const"
Returns the colormap of the X display for the paint device (X11 only). Using this function is not portable.
.PP
See also x11Cells().
@@ -340,10 +340,10 @@ Sets the value returned by x11AppDpiY() to \fIdpi\fR for the default screen. The
.SH "void * QPaintDevice::x11Visual () const"
Returns the Visual of the X display for the paint device (X11 only). Using this function is not portable.
.SH RELATED FUNCTION DOCUMENTATION
-.SH "void bitBlt ( QPaintDevice * dst, int dx, int dy, const QPaintDevice * src, int sx, int sy, int sw, int sh, Qt::RasterOp rop, bool ignoreMask )"
+.SH "void bitBlt ( QPaintDevice * dst, int dx, int dy, const QPaintDevice * src, int sx, int sy, int sw, int sh, TQt::RasterOp rop, bool ignoreMask )"
Copies a block of pixels from \fIsrc\fR to \fIdst\fR, perhaps merging each pixel according to the raster operation \fIrop\fR. \fIsx\fR, \fIsy\fR is the top-left pixel in \fIsrc\fR (0, 0) by default, \fIdx\fR, \fIdy\fR is the top-left position in \fIdst\fR and \fIsw\fR, \fIsh\fR is the size of the copied block (all of \fIsrc\fR by default).
.PP
-The most common values for \fIrop\fR are CopyROP and XorROP; the Qt::RasterOp documentation defines all the possible values.
+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 QPixmap, the entire blit is masked by \fIsrc\fR->mask().
.PP