diff options
Diffstat (limited to 'doc/man/man3/tqheader.3qt')
-rw-r--r-- | doc/man/man3/tqheader.3qt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqheader.3qt b/doc/man/man3/tqheader.3qt index f254ed231..e98faa3ce 100644 --- a/doc/man/man3/tqheader.3qt +++ b/doc/man/man3/tqheader.3qt @@ -106,7 +106,7 @@ Inherits TQWidget. .BI "int \fBheaderWidth\fR () const" .br .ti -1c -.BI "QRect \fBsectionRect\fR ( int section ) const" +.BI "TQRect \fBsectionRect\fR ( int section ) const" .br .ti -1c .BI "virtual void setCellSize ( int section, int s ) \fI(obsolete)\fR" @@ -214,13 +214,13 @@ Inherits TQWidget. .SS "Protected Members" .in +1c .ti -1c -.BI "QRect \fBsRect\fR ( int index )" +.BI "TQRect \fBsRect\fR ( int index )" .br .ti -1c -.BI "virtual void \fBpaintSection\fR ( TQPainter * p, int index, const QRect & fr )" +.BI "virtual void \fBpaintSection\fR ( TQPainter * p, int index, const TQRect & fr )" .br .ti -1c -.BI "virtual void \fBpaintSectionLabel\fR ( TQPainter * p, int index, const QRect & fr )" +.BI "virtual void \fBpaintSectionLabel\fR ( TQPainter * p, int index, const TQRect & fr )" .br .in -1c .SH DESCRIPTION @@ -383,11 +383,11 @@ This signal is emitted when the user has moved the section which is displayed at Returns the header's left-most (or top-most) visible pixel. See the "offset" property for details. .SH "Orientation QHeader::orientation () const" Returns the header's orientation. See the "orientation" property for details. -.SH "void QHeader::paintSection ( TQPainter * p, int index, const QRect & fr )\fC [virtual protected]\fR" +.SH "void QHeader::paintSection ( TQPainter * p, int index, const TQRect & fr )\fC [virtual protected]\fR" Paints the section at position \fIindex\fR, inside rectangle \fIfr\fR (which uses widget coordinates) using painter \fIp\fR. .PP Calls paintSectionLabel(). -.SH "void QHeader::paintSectionLabel ( TQPainter * p, int index, const QRect & fr )\fC [virtual protected]\fR" +.SH "void QHeader::paintSectionLabel ( TQPainter * p, int index, const TQRect & fr )\fC [virtual protected]\fR" Paints the label of the section at position \fIindex\fR, inside rectangle \fIfr\fR (which uses widget coordinates) using painter \fIp\fR. .PP Called by paintSection() @@ -403,7 +403,7 @@ See also pressed(). Removes section \fIsection\fR. If the section does not exist, nothing happens. .SH "void QHeader::resizeSection ( int section, int s )" Resizes section \fIsection\fR to \fIs\fR pixels wide (or high). -.SH "QRect QHeader::sRect ( int index )\fC [protected]\fR" +.SH "TQRect QHeader::sRect ( int index )\fC [protected]\fR" Returns the rectangle covered by the section at index \fIindex\fR. .SH "int QHeader::sectionAt ( int pos ) const" Returns the index of the section which contains the position \fIpos\fR given in pixels from the left (or top). @@ -425,7 +425,7 @@ This signal is emitted when the user doubleclicks on the edge (handle) of sectio Returns the position (in pixels) at which the \fIsection\fR starts. .PP See also offset. -.SH "QRect QHeader::sectionRect ( int section ) const" +.SH "TQRect QHeader::sectionRect ( int section ) const" Returns the rectangle covered by section \fIsection\fR. .PP Example: helpsystem/tooltip.cpp. |