diff options
Diffstat (limited to 'doc/html/ntqtabbar.html')
-rw-r--r-- | doc/html/ntqtabbar.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqtabbar.html b/doc/html/ntqtabbar.html index 1aa62b58d..27aa7a024 100644 --- a/doc/html/ntqtabbar.html +++ b/doc/html/ntqtabbar.html @@ -201,7 +201,7 @@ been recalculated, for example when the contents of a tab change. Lays out all existing tabs according to their label and their iconset. -<h3 class=fn>void <a name="paint"></a>TQTabBar::paint ( <a href="ntqpainter.html">TQPainter</a> * p, <a href="qtab.html">TQTab</a> * t, bool selected ) const<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paint"></a>TQTabBar::paint ( <a href="tqpainter.html">TQPainter</a> * p, <a href="qtab.html">TQTab</a> * t, bool selected ) const<tt> [virtual protected]</tt> </h3> Paints the tab <em>t</em> using painter <em>p</em>. If and only if <em>selected</em> is TRUE, <em>t</em> is drawn currently selected. @@ -209,7 +209,7 @@ is TRUE, <em>t</em> is drawn currently selected. TQTabBar. If you decide to reimplement it, you may also need to reimplement <a href="tqwidget.html#sizeHint">sizeHint</a>(). -<h3 class=fn>void <a name="paintEvent"></a>TQTabBar::paintEvent ( <a href="qpaintevent.html">TQPaintEvent</a> * e )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintEvent"></a>TQTabBar::paintEvent ( <a href="tqpaintevent.html">TQPaintEvent</a> * e )<tt> [virtual protected]</tt> </h3> Repaints the tab row. All the painting is done by <a href="#paint">paint</a>(); <a href="#paintEvent">paintEvent</a>() only decides which tabs need painting and in what @@ -217,7 +217,7 @@ order. The event is passed in <em>e</em>. <p> <p>See also <a href="#paint">paint</a>(). <p>Reimplemented from <a href="tqwidget.html#paintEvent">TQWidget</a>. -<h3 class=fn>void <a name="paintLabel"></a>TQTabBar::paintLabel ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & br, <a href="qtab.html">TQTab</a> * t, bool has_focus ) const<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintLabel"></a>TQTabBar::paintLabel ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & br, <a href="qtab.html">TQTab</a> * t, bool has_focus ) const<tt> [virtual protected]</tt> </h3> Paints the label of tab <em>t</em> centered in rectangle <em>br</em> using painter <em>p</em>. A focus indication is drawn if <em>has_focus</em> is TRUE. |