summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqpaintevent.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqpaintevent.3qt')
-rw-r--r--doc/man/man3/tqpaintevent.3qt22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/man/man3/tqpaintevent.3qt b/doc/man/man3/tqpaintevent.3qt
index 76917e3f2..7cdd70f49 100644
--- a/doc/man/man3/tqpaintevent.3qt
+++ b/doc/man/man3/tqpaintevent.3qt
@@ -16,19 +16,19 @@ Inherits QEvent.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBTQPaintEvent\fR ( const QRegion & paintRegion, bool erased = TRUE )"
+.BI "\fBTQPaintEvent\fR ( const TQRegion & paintRegion, bool erased = TRUE )"
.br
.ti -1c
-.BI "\fBTQPaintEvent\fR ( const QRect & paintRect, bool erased = TRUE )"
+.BI "\fBTQPaintEvent\fR ( const TQRect & paintRect, bool erased = TRUE )"
.br
.ti -1c
-.BI "\fBTQPaintEvent\fR ( const QRegion & paintRegion, const QRect & paintRect, bool erased = TRUE )"
+.BI "\fBTQPaintEvent\fR ( const TQRegion & paintRegion, const TQRect & paintRect, bool erased = TRUE )"
.br
.ti -1c
-.BI "const QRect & \fBrect\fR () const"
+.BI "const TQRect & \fBrect\fR () const"
.br
.ti -1c
-.BI "const QRegion & \fBregion\fR () const"
+.BI "const TQRegion & \fBregion\fR () const"
.br
.ti -1c
.BI "bool \fBerased\fR () const"
@@ -43,24 +43,24 @@ The event contains a region() that needs to be updated, and a rect() that is the
.PP
The erased() function returns TRUE if the region() has been cleared to the widget's background (see TQWidget::backgroundMode()), and FALSE if the region's contents are arbitrary.
.PP
-See also TQPainter, TQWidget::update(), TQWidget::repaint(), TQWidget::paintEvent(), TQWidget::backgroundMode, QRegion, and Event Classes.
+See also TQPainter, TQWidget::update(), TQWidget::repaint(), TQWidget::paintEvent(), TQWidget::backgroundMode, TQRegion, and Event Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "TQPaintEvent::TQPaintEvent ( const QRegion & paintRegion, bool erased = TRUE )"
+.SH "TQPaintEvent::TQPaintEvent ( const TQRegion & paintRegion, bool erased = TRUE )"
Constructs a paint event object with the region that should be updated. The region is given by \fIpaintRegion\fR. If \fIerased\fR is TRUE the region will be cleared before repainting.
-.SH "TQPaintEvent::TQPaintEvent ( const QRect & paintRect, bool erased = TRUE )"
+.SH "TQPaintEvent::TQPaintEvent ( const TQRect & paintRect, bool erased = TRUE )"
Constructs a paint event object with the rectangle that should be updated. The region is also given by \fIpaintRect\fR. If \fIerased\fR is TRUE the region will be cleared before repainting.
-.SH "TQPaintEvent::TQPaintEvent ( const QRegion & paintRegion, const QRect & paintRect, bool erased = TRUE )"
+.SH "TQPaintEvent::TQPaintEvent ( const TQRegion & paintRegion, const TQRect & paintRect, bool erased = TRUE )"
Constructs a paint event object with the rectangle \fIpaintRect\fR that should be updated. The region is given by \fIpaintRegion\fR. If \fIerased\fR is TRUE the region will be cleared before repainting.
.SH "bool TQPaintEvent::erased () const"
Returns TRUE if the paint event region (or rectangle) has been erased with the widget's background; otherwise returns FALSE.
-.SH "const QRect & TQPaintEvent::rect () const"
+.SH "const TQRect & TQPaintEvent::rect () const"
Returns the rectangle that should be updated.
.PP
See also region() and TQPainter::setClipRect().
.PP
Examples:
.)l life/life.cpp, qfd/fontdisplayer.cpp, showimg/showimg.cpp, t10/cannon.cpp, t11/cannon.cpp, t13/cannon.cpp, and tooltip/tooltip.cpp.
-.SH "const QRegion & TQPaintEvent::region () const"
+.SH "const TQRegion & TQPaintEvent::region () const"
Returns the region that should be updated.
.PP
See also rect() and TQPainter::setClipRegion().