summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtabbar.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/man/man3/tqtabbar.3qt
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz
tqt-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqtabbar.3qt')
-rw-r--r--doc/man/man3/tqtabbar.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqtabbar.3qt b/doc/man/man3/tqtabbar.3qt
index 8291e2010..131f58759 100644
--- a/doc/man/man3/tqtabbar.3qt
+++ b/doc/man/man3/tqtabbar.3qt
@@ -67,7 +67,7 @@ Inherits TQWidget.
.BI "virtual void \fBlayoutTabs\fR ()"
.br
.ti -1c
-.BI "virtual QTab * \fBselectTab\fR ( const QPoint & p ) const"
+.BI "virtual QTab * \fBselectTab\fR ( const TQPoint & p ) const"
.br
.ti -1c
.BI "void \fBremoveToolTip\fR ( int index )"
@@ -118,7 +118,7 @@ Inherits TQWidget.
.BI "virtual void \fBpaint\fR ( TQPainter * p, QTab * t, bool selected ) const"
.br
.ti -1c
-.BI "virtual void \fBpaintLabel\fR ( TQPainter * p, const QRect & br, QTab * t, bool has_focus ) const"
+.BI "virtual void \fBpaintLabel\fR ( TQPainter * p, const TQRect & br, QTab * t, bool has_focus ) const"
.br
.ti -1c
.BI "virtual void \fBpaintEvent\fR ( TQPaintEvent * e )"
@@ -214,13 +214,13 @@ Repaints the tab row. All the painting is done by paint(); paintEvent() only dec
See also paint().
.PP
Reimplemented from TQWidget.
-.SH "void QTabBar::paintLabel ( TQPainter * p, const QRect & br, QTab * t, bool has_focus ) const\fC [virtual protected]\fR"
+.SH "void QTabBar::paintLabel ( TQPainter * p, const TQRect & br, QTab * t, bool has_focus ) const\fC [virtual protected]\fR"
Paints the label of tab \fIt\fR centered in rectangle \fIbr\fR using painter \fIp\fR. A focus indication is drawn if \fIhas_focus\fR is TRUE.
.SH "void QTabBar::removeTab ( QTab * t )\fC [virtual]\fR"
Removes tab \fIt\fR from the tab control, and deletes the tab.
.SH "void QTabBar::removeToolTip ( int index )"
Removes the tool tip for the tab at index position \fIindex\fR.
-.SH "QTab * QTabBar::selectTab ( const QPoint & p ) const\fC [virtual]\fR"
+.SH "QTab * QTabBar::selectTab ( const TQPoint & p ) const\fC [virtual]\fR"
This virtual function is called by the mouse event handlers to determine which tab is pressed. The default implementation returns a pointer to the tab whose bounding rectangle contains \fIp\fR, if exactly one tab's bounding rectangle contains \fIp\fR. Otherwise it returns 0.
.PP
See also mousePressEvent() and mouseReleaseEvent().