diff options
Diffstat (limited to 'doc/man/man3/tqpaintevent.3qt')
-rw-r--r-- | doc/man/man3/tqpaintevent.3qt | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/man/man3/tqpaintevent.3qt b/doc/man/man3/tqpaintevent.3qt index 74ae8b2ff..76917e3f2 100644 --- a/doc/man/man3/tqpaintevent.3qt +++ b/doc/man/man3/tqpaintevent.3qt @@ -1,5 +1,5 @@ '\" t -.TH QPaintEvent 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQPaintEvent 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,7 +7,7 @@ .ad l .nh .SH NAME -QPaintEvent \- Event parameters for paint events +TQPaintEvent \- Event parameters for paint events .SH SYNOPSIS \fC#include <ntqevent.h>\fR .PP @@ -16,13 +16,13 @@ Inherits QEvent. .SS "Public Members" .in +1c .ti -1c -.BI "\fBQPaintEvent\fR ( const QRegion & paintRegion, bool erased = TRUE )" +.BI "\fBTQPaintEvent\fR ( const QRegion & paintRegion, bool erased = TRUE )" .br .ti -1c -.BI "\fBQPaintEvent\fR ( const QRect & paintRect, bool erased = TRUE )" +.BI "\fBTQPaintEvent\fR ( const QRect & paintRect, bool erased = TRUE )" .br .ti -1c -.BI "\fBQPaintEvent\fR ( const QRegion & paintRegion, const QRect & paintRect, bool erased = TRUE )" +.BI "\fBTQPaintEvent\fR ( const QRegion & paintRegion, const QRect & paintRect, bool erased = TRUE )" .br .ti -1c .BI "const QRect & \fBrect\fR () const" @@ -35,7 +35,7 @@ Inherits QEvent. .br .in -1c .SH DESCRIPTION -The QPaintEvent class contains event parameters for paint events. +The TQPaintEvent class contains event parameters for paint events. .PP Paint events are sent to widgets that need to update themselves, for instance when part of a widget is exposed because a covering widget is moved. .PP @@ -43,33 +43,33 @@ 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 QPainter, TQWidget::update(), TQWidget::repaint(), TQWidget::paintEvent(), TQWidget::backgroundMode, QRegion, and Event Classes. +See also TQPainter, TQWidget::update(), TQWidget::repaint(), TQWidget::paintEvent(), TQWidget::backgroundMode, QRegion, and Event Classes. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QPaintEvent::QPaintEvent ( const QRegion & paintRegion, bool erased = TRUE )" +.SH "TQPaintEvent::TQPaintEvent ( const QRegion & 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 "QPaintEvent::QPaintEvent ( const QRect & paintRect, bool erased = TRUE )" +.SH "TQPaintEvent::TQPaintEvent ( const QRect & 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 "QPaintEvent::QPaintEvent ( const QRegion & paintRegion, const QRect & paintRect, bool erased = TRUE )" +.SH "TQPaintEvent::TQPaintEvent ( const QRegion & paintRegion, const QRect & 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 QPaintEvent::erased () const" +.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 & QPaintEvent::rect () const" +.SH "const QRect & TQPaintEvent::rect () const" Returns the rectangle that should be updated. .PP -See also region() and QPainter::setClipRect(). +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 & QPaintEvent::region () const" +.SH "const QRegion & TQPaintEvent::region () const" Returns the region that should be updated. .PP -See also rect() and QPainter::setClipRegion(). +See also rect() and TQPainter::setClipRegion(). .PP Examples: .)l qfd/fontdisplayer.cpp and scribble/scribble.cpp. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qpaintevent.html +.BR http://doc.trolltech.com/tqpaintevent.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |