summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtabbar.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-15 19:08:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/man/man3/tqtabbar.3qt
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt-a30f5359.tar.gz
tqt-a30f5359.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqtabbar.3qt')
-rw-r--r--doc/man/man3/tqtabbar.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqtabbar.3qt b/doc/man/man3/tqtabbar.3qt
index 288976e96..8291e2010 100644
--- a/doc/man/man3/tqtabbar.3qt
+++ b/doc/man/man3/tqtabbar.3qt
@@ -115,13 +115,13 @@ Inherits TQWidget.
.SS "Protected Members"
.in +1c
.ti -1c
-.BI "virtual void \fBpaint\fR ( QPainter * p, QTab * t, bool selected ) const"
+.BI "virtual void \fBpaint\fR ( TQPainter * p, QTab * t, bool selected ) const"
.br
.ti -1c
-.BI "virtual void \fBpaintLabel\fR ( QPainter * p, const QRect & br, QTab * t, bool has_focus ) const"
+.BI "virtual void \fBpaintLabel\fR ( TQPainter * p, const QRect & br, QTab * t, bool has_focus ) const"
.br
.ti -1c
-.BI "virtual void \fBpaintEvent\fR ( QPaintEvent * e )"
+.BI "virtual void \fBpaintEvent\fR ( TQPaintEvent * e )"
.br
.ti -1c
.BI "TQPtrList<QTab> * \fBtabList\fR ()"
@@ -204,17 +204,17 @@ Returns the id of the tab that has the keyboard focus. See the "keyboardFocusTab
QTabBar emits the signal whenever the layout of the tab bar has been recalculated, for example when the contents of a tab change.
.SH "void QTabBar::layoutTabs ()\fC [virtual]\fR"
Lays out all existing tabs according to their label and their iconset.
-.SH "void QTabBar::paint ( QPainter * p, QTab * t, bool selected ) const\fC [virtual protected]\fR"
+.SH "void QTabBar::paint ( TQPainter * p, QTab * t, bool selected ) const\fC [virtual protected]\fR"
Paints the tab \fIt\fR using painter \fIp\fR. If and only if \fIselected\fR is TRUE, \fIt\fR is drawn currently selected.
.PP
This virtual function may be reimplemented to change the look of QTabBar. If you decide to reimplement it, you may also need to reimplement sizeHint().
-.SH "void QTabBar::paintEvent ( QPaintEvent * e )\fC [virtual protected]\fR"
+.SH "void QTabBar::paintEvent ( TQPaintEvent * e )\fC [virtual protected]\fR"
Repaints the tab row. All the painting is done by paint(); paintEvent() only decides which tabs need painting and in what order. The event is passed in \fIe\fR.
.PP
See also paint().
.PP
Reimplemented from TQWidget.
-.SH "void QTabBar::paintLabel ( QPainter * p, const QRect & br, QTab * t, bool has_focus ) const\fC [virtual protected]\fR"
+.SH "void QTabBar::paintLabel ( TQPainter * p, const QRect & 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.