summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqstyle.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqstyle.html')
-rw-r--r--doc/html/ntqstyle.html68
1 files changed, 34 insertions, 34 deletions
diff --git a/doc/html/ntqstyle.html b/doc/html/ntqstyle.html
index 21829dcc3..b33169eaa 100644
--- a/doc/html/ntqstyle.html
+++ b/doc/html/ntqstyle.html
@@ -650,7 +650,7 @@ Destroys the style and frees all allocated resources.
<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p>
-<h3 class=fn>void <a name="drawComplexControl"></a>TQStyle::drawComplexControl ( <a href="ntqstyle.html#ComplexControl-enum">ComplexControl</a>&nbsp;control, <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r, const&nbsp;<a href="qcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;cg, SFlags&nbsp;how = Style_Default, SCFlags&nbsp;sub = SC_All, SCFlags&nbsp;subActive = SC_None, const&nbsp;<a href="qstyleoption.html">TQStyleOption</a>&nbsp;&amp;&nbsp;opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt>
+<h3 class=fn>void <a name="drawComplexControl"></a>TQStyle::drawComplexControl ( <a href="ntqstyle.html#ComplexControl-enum">ComplexControl</a>&nbsp;control, <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r, const&nbsp;<a href="qcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;cg, SFlags&nbsp;how = Style_Default, SCFlags&nbsp;sub = SC_All, SCFlags&nbsp;subActive = SC_None, const&nbsp;<a href="qstyleoption.html">TQStyleOption</a>&nbsp;&amp;&nbsp;opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt>
</h3>
<p> Draws the ComplexControl <em>control</em> using the painter <em>p</em> in the
@@ -666,7 +666,7 @@ coordinates into screen coordinates when using <a href="#drawPrimitive">drawPrim
drawn. Multiple flags can OR'ed together. See the table below for
an explanation of which flags are used with the various
ComplexControls.
-<p> The <em>widget</em> argument is a pointer to a <a href="ntqwidget.html">TQWidget</a> or one of its
+<p> The <em>widget</em> argument is a pointer to a <a href="tqwidget.html">TQWidget</a> or one of its
subclasses. The widget can be cast to the appropriate type based
on the value of <em>control</em>. The <em>opt</em> argument can be used to
pass extra information required when drawing the ComplexControl.
@@ -715,7 +715,7 @@ and is toggled on.
<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#StyleFlags-enum">Style_AutoRaise</a> <td valign="top">Set if the toolbutton has auto-raise enabled.
<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#StyleFlags-enum">Style_Raised</a> <td valign="top">Set if the button is not down, not on and doesn't
contain the mouse when auto-raise is enabled.
-<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#ComplexControl-enum">CC_TitleBar</a>(const <a href="ntqwidget.html">TQWidget</a> *)
+<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#ComplexControl-enum">CC_TitleBar</a>(const <a href="tqwidget.html">TQWidget</a> *)
<td valign="top"><a href="#StyleFlags-enum">Style_Enabled</a> <td valign="top">Set if the titlebar is enabled.
<td valign="top">Unused.
<td valign="top">&nbsp;
@@ -729,7 +729,7 @@ contain the mouse when auto-raise is enabled.
</table></center>
<p> <p>See also <a href="#ComplexControl-enum">ComplexControl</a> and <a href="#SubControl-enum">SubControl</a>.
-<h3 class=fn>void <a name="drawComplexControlMask"></a>TQStyle::drawComplexControlMask ( <a href="ntqstyle.html#ComplexControl-enum">ComplexControl</a>&nbsp;control, <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r, const&nbsp;<a href="qstyleoption.html">TQStyleOption</a>&nbsp;&amp;&nbsp;opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt>
+<h3 class=fn>void <a name="drawComplexControlMask"></a>TQStyle::drawComplexControlMask ( <a href="ntqstyle.html#ComplexControl-enum">ComplexControl</a>&nbsp;control, <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r, const&nbsp;<a href="qstyleoption.html">TQStyleOption</a>&nbsp;&amp;&nbsp;opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt>
</h3>
<p> Draw a bitmask for the ComplexControl <em>control</em> using the painter
@@ -741,7 +741,7 @@ corrdinates into screen coordinates when using <a href="#drawPrimitive">drawPrim
<a href="#drawControl">drawControl</a>().
<p> <p>See also <a href="#drawComplexControl">drawComplexControl</a>() and <a href="#ComplexControl-enum">ComplexControl</a>.
-<h3 class=fn>void <a name="drawControl"></a>TQStyle::drawControl ( <a href="ntqstyle.html#ControlElement-enum">ControlElement</a>&nbsp;element, <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r, const&nbsp;<a href="qcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;cg, SFlags&nbsp;how = Style_Default, const&nbsp;<a href="qstyleoption.html">TQStyleOption</a>&nbsp;&amp;&nbsp;opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt>
+<h3 class=fn>void <a name="drawControl"></a>TQStyle::drawControl ( <a href="ntqstyle.html#ControlElement-enum">ControlElement</a>&nbsp;element, <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r, const&nbsp;<a href="qcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;cg, SFlags&nbsp;how = Style_Default, const&nbsp;<a href="qstyleoption.html">TQStyleOption</a>&nbsp;&amp;&nbsp;opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt>
</h3>
<p> Draws the ControlElement <em>element</em> using the painter <em>p</em> in the
@@ -751,7 +751,7 @@ area <em>r</em>. Colors are used from the color group <em>cg</em>.
drawn. Multiple flags can be OR'ed together. See the table below
for an explanation of which flags are used with the various
ControlElements.
-<p> The <em>widget</em> argument is a pointer to a <a href="ntqwidget.html">TQWidget</a> or one of its
+<p> The <em>widget</em> argument is a pointer to a <a href="tqwidget.html">TQWidget</a> or one of its
subclasses. The widget can be cast to the appropriate type based
on the value of <em>element</em>. The <em>opt</em> argument can be used to
pass extra information required when drawing the ControlElement.
@@ -866,7 +866,7 @@ contain the mouse when auto-raise is enabled.
</table></center>
<p> <p>See also <a href="#ControlElement-enum">ControlElement</a> and <a href="#StyleFlags-enum">StyleFlags</a>.
-<h3 class=fn>void <a name="drawControlMask"></a>TQStyle::drawControlMask ( <a href="ntqstyle.html#ControlElement-enum">ControlElement</a>&nbsp;element, <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r, const&nbsp;<a href="qstyleoption.html">TQStyleOption</a>&nbsp;&amp;&nbsp;opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt>
+<h3 class=fn>void <a name="drawControlMask"></a>TQStyle::drawControlMask ( <a href="ntqstyle.html#ControlElement-enum">ControlElement</a>&nbsp;element, <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r, const&nbsp;<a href="qstyleoption.html">TQStyleOption</a>&nbsp;&amp;&nbsp;opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt>
</h3>
<p> Draw a bitmask for the ControlElement <em>element</em> using the painter
@@ -975,11 +975,11 @@ enough to render the <em>text</em> or <em>pixmap</em>).
<p> By default, if both the text and the pixmap are not null, the
pixmap is drawn and the text is ignored.
-<h3 class=fn>int <a name="pixelMetric"></a>TQStyle::pixelMetric ( <a href="ntqstyle.html#PixelMetric-enum">PixelMetric</a>&nbsp;metric, const&nbsp;<a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget = 0 ) const<tt> [pure virtual]</tt>
+<h3 class=fn>int <a name="pixelMetric"></a>TQStyle::pixelMetric ( <a href="ntqstyle.html#PixelMetric-enum">PixelMetric</a>&nbsp;metric, const&nbsp;<a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget = 0 ) const<tt> [pure virtual]</tt>
</h3>
<p> Returns the pixel metric for <em>metric</em>. The <em>widget</em> argument is
-a pointer to a <a href="ntqwidget.html">TQWidget</a> or one of its subclasses. The widget can be
+a pointer to a <a href="tqwidget.html">TQWidget</a> or one of its subclasses. The widget can be
cast to the appropriate type based on the value of <em>metric</em>. Note
that <em>widget</em> may be zero even for PixelMetrics that can make use
of <em>widget</em>. See the table below for the appropriate <em>widget</em>
@@ -997,14 +997,14 @@ casts:
<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#PixelMetric-enum">PM_TabBarBaseOverlap</a> <td valign="top">(const <a href="ntqtabbar.html">TQTabBar</a> *)
</table></center>
-<h3 class=fn>void <a name="polish"></a>TQStyle::polish ( <a href="ntqwidget.html">TQWidget</a>&nbsp;* )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="polish"></a>TQStyle::polish ( <a href="tqwidget.html">TQWidget</a>&nbsp;* )<tt> [virtual]</tt>
</h3>
Initializes the appearance of a widget.
<p> This function is called for every widget at some point after it
has been fully created but just <em>before</em> it is shown the very
first time.
<p> Reasonable actions in this function might be to call
-<a href="ntqwidget.html#setBackgroundMode">TQWidget::setBackgroundMode</a>() for the widget. An example of highly
+<a href="tqwidget.html#setBackgroundMode">TQWidget::setBackgroundMode</a>() for the widget. An example of highly
unreasonable use would be setting the geometry! Reimplementing
this function gives you a back-door through which you can change
the appearance of a widget. With TQt 3.0's style engine you will
@@ -1035,13 +1035,13 @@ these requirements.
</h3>
Polishes the popup menu according to the GUI style. This usually
means setting the mouse tracking
-(<a href="ntqwidget.html#setMouseTracking">TQPopupMenu::setMouseTracking</a>()) and whether the menu is
+(<a href="tqwidget.html#setMouseTracking">TQPopupMenu::setMouseTracking</a>()) and whether the menu is
checkable by default (<a href="ntqpopupmenu.html#setCheckable">TQPopupMenu::setCheckable</a>()).
-<h3 class=fn><a href="ntqstyle.html#SubControl-enum">SubControl</a> <a name="querySubControl"></a>TQStyle::querySubControl ( <a href="ntqstyle.html#ComplexControl-enum">ComplexControl</a>&nbsp;control, const&nbsp;<a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, const&nbsp;<a href="qstyleoption.html">TQStyleOption</a>&nbsp;&amp;&nbsp;opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt>
+<h3 class=fn><a href="ntqstyle.html#SubControl-enum">SubControl</a> <a name="querySubControl"></a>TQStyle::querySubControl ( <a href="ntqstyle.html#ComplexControl-enum">ComplexControl</a>&nbsp;control, const&nbsp;<a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, const&nbsp;<a href="qstyleoption.html">TQStyleOption</a>&nbsp;&amp;&nbsp;opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt>
</h3>
-<p> Returns the SubControl for <em>widget</em> at the point <em>pos</em>. The <em>widget</em> argument is a pointer to a <a href="ntqwidget.html">TQWidget</a> or one of its
+<p> Returns the SubControl for <em>widget</em> at the point <em>pos</em>. The <em>widget</em> argument is a pointer to a <a href="tqwidget.html">TQWidget</a> or one of its
subclasses. The widget can be cast to the appropriate type based
on the value of <em>control</em>. The <em>opt</em> argument can be used to
pass extra information required when drawing the ComplexControl.
@@ -1054,12 +1054,12 @@ for an explanation of the <em>widget</em> and <em>opt</em> arguments.
coordinates.
<p> <p>See also <a href="#drawComplexControl">drawComplexControl</a>(), <a href="#ComplexControl-enum">ComplexControl</a>, <a href="#SubControl-enum">SubControl</a>, and <a href="#querySubControlMetrics">querySubControlMetrics</a>().
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="querySubControlMetrics"></a>TQStyle::querySubControlMetrics ( <a href="ntqstyle.html#ComplexControl-enum">ComplexControl</a>&nbsp;control, const&nbsp;<a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, <a href="ntqstyle.html#SubControl-enum">SubControl</a>&nbsp;subcontrol, const&nbsp;<a href="qstyleoption.html">TQStyleOption</a>&nbsp;&amp;&nbsp;opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt>
+<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="querySubControlMetrics"></a>TQStyle::querySubControlMetrics ( <a href="ntqstyle.html#ComplexControl-enum">ComplexControl</a>&nbsp;control, const&nbsp;<a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, <a href="ntqstyle.html#SubControl-enum">SubControl</a>&nbsp;subcontrol, const&nbsp;<a href="qstyleoption.html">TQStyleOption</a>&nbsp;&amp;&nbsp;opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt>
</h3>
<p> Returns the rect for the SubControl <em>subcontrol</em> for <em>widget</em> in
logical coordinates.
-<p> The <em>widget</em> argument is a pointer to a <a href="ntqwidget.html">TQWidget</a> or one of its
+<p> The <em>widget</em> argument is a pointer to a <a href="tqwidget.html">TQWidget</a> or one of its
subclasses. The widget can be cast to the appropriate type based
on the value of <em>control</em>. The <em>opt</em> argument can be used to
pass extra information required when drawing the ComplexControl.
@@ -1073,11 +1073,11 @@ for an explanation of the <em>widget</em> and <em>opt</em> arguments.
<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p>
-<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="sizeFromContents"></a>TQStyle::sizeFromContents ( <a href="ntqstyle.html#ContentsType-enum">ContentsType</a>&nbsp;contents, const&nbsp;<a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="ntqsize.html">TQSize</a>&nbsp;&amp;&nbsp;contentsSize, const&nbsp;<a href="qstyleoption.html">TQStyleOption</a>&nbsp;&amp;&nbsp;opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt>
+<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="sizeFromContents"></a>TQStyle::sizeFromContents ( <a href="ntqstyle.html#ContentsType-enum">ContentsType</a>&nbsp;contents, const&nbsp;<a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="ntqsize.html">TQSize</a>&nbsp;&amp;&nbsp;contentsSize, const&nbsp;<a href="qstyleoption.html">TQStyleOption</a>&nbsp;&amp;&nbsp;opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt>
</h3>
<p> Returns the size of <em>widget</em> based on the contents size <em>contentsSize</em>.
-<p> The <em>widget</em> argument is a pointer to a <a href="ntqwidget.html">TQWidget</a> or one of its
+<p> The <em>widget</em> argument is a pointer to a <a href="tqwidget.html">TQWidget</a> or one of its
subclasses. The widget can be cast to the appropriate type based
on the value of <em>contents</em>. The <em>opt</em> argument can be used to
pass extra information required when calculating the size. Note
@@ -1103,14 +1103,14 @@ appropriate <em>widget</em> and <em>opt</em> usage:
TQMenuItem is currently an internal class.
</table></center>
-<h3 class=fn>int <a name="styleHint"></a>TQStyle::styleHint ( <a href="ntqstyle.html#StyleHint-enum">StyleHint</a>&nbsp;stylehint, const&nbsp;<a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget = 0, const&nbsp;<a href="qstyleoption.html">TQStyleOption</a>&nbsp;&amp;&nbsp;opt = TQStyleOption::Default, TQStyleHintReturn&nbsp;*&nbsp;returnData = 0 ) const<tt> [pure virtual]</tt>
+<h3 class=fn>int <a name="styleHint"></a>TQStyle::styleHint ( <a href="ntqstyle.html#StyleHint-enum">StyleHint</a>&nbsp;stylehint, const&nbsp;<a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget = 0, const&nbsp;<a href="qstyleoption.html">TQStyleOption</a>&nbsp;&amp;&nbsp;opt = TQStyleOption::Default, TQStyleHintReturn&nbsp;*&nbsp;returnData = 0 ) const<tt> [pure virtual]</tt>
</h3>
<p> Returns the style hint <em>stylehint</em> for <em>widget</em>. Currently, <em>widget</em>, <em>opt</em>, and <em>returnData</em> are unused; they're included to
allow for future enhancements.
<p> For an explanation of the return value see <a href="#StyleHint-enum">StyleHint</a>.
-<h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> <a name="stylePixmap"></a>TQStyle::stylePixmap ( <a href="ntqstyle.html#StylePixmap-enum">StylePixmap</a>&nbsp;stylepixmap, const&nbsp;<a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget = 0, const&nbsp;<a href="qstyleoption.html">TQStyleOption</a>&nbsp;&amp;&nbsp;opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt>
+<h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> <a name="stylePixmap"></a>TQStyle::stylePixmap ( <a href="ntqstyle.html#StylePixmap-enum">StylePixmap</a>&nbsp;stylepixmap, const&nbsp;<a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget = 0, const&nbsp;<a href="qstyleoption.html">TQStyleOption</a>&nbsp;&amp;&nbsp;opt = TQStyleOption::Default ) const<tt> [pure virtual]</tt>
</h3>
<p> Returns a pixmap for <em>stylepixmap</em>.
@@ -1118,28 +1118,28 @@ allow for future enhancements.
when drawing the ControlElement. Note that <em>opt</em> may be the
default value even for StylePixmaps that can make use of the extra
options. Currently, the <em>opt</em> argument is unused.
-<p> The <em>widget</em> argument is a pointer to a <a href="ntqwidget.html">TQWidget</a> or one of its
+<p> The <em>widget</em> argument is a pointer to a <a href="tqwidget.html">TQWidget</a> or one of its
subclasses. The widget can be cast to the appropriate type based
on the value of <em>stylepixmap</em>. See the table below for the
appropriate <em>widget</em> casts:
<p> <center><table cellpadding="4" cellspacing="2" border="0">
<tr bgcolor="#a2c511"> <th valign="top">StylePixmap <th valign="top">Widget Cast
-<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#StylePixmap-enum">SP_TitleBarMinButton</a> <td valign="top">(const <a href="ntqwidget.html">TQWidget</a> *)
-<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#StylePixmap-enum">SP_TitleBarMaxButton</a> <td valign="top">(const <a href="ntqwidget.html">TQWidget</a> *)
-<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#StylePixmap-enum">SP_TitleBarCloseButton</a> <td valign="top">(const <a href="ntqwidget.html">TQWidget</a> *)
-<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#StylePixmap-enum">SP_TitleBarNormalButton</a> <td valign="top">(const <a href="ntqwidget.html">TQWidget</a> *)
-<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#StylePixmap-enum">SP_TitleBarShadeButton</a> <td valign="top">(const <a href="ntqwidget.html">TQWidget</a> *)
-<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#StylePixmap-enum">SP_TitleBarUnshadeButton</a> <td valign="top">(const <a href="ntqwidget.html">TQWidget</a> *)
+<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#StylePixmap-enum">SP_TitleBarMinButton</a> <td valign="top">(const <a href="tqwidget.html">TQWidget</a> *)
+<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#StylePixmap-enum">SP_TitleBarMaxButton</a> <td valign="top">(const <a href="tqwidget.html">TQWidget</a> *)
+<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#StylePixmap-enum">SP_TitleBarCloseButton</a> <td valign="top">(const <a href="tqwidget.html">TQWidget</a> *)
+<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#StylePixmap-enum">SP_TitleBarNormalButton</a> <td valign="top">(const <a href="tqwidget.html">TQWidget</a> *)
+<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#StylePixmap-enum">SP_TitleBarShadeButton</a> <td valign="top">(const <a href="tqwidget.html">TQWidget</a> *)
+<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#StylePixmap-enum">SP_TitleBarUnshadeButton</a> <td valign="top">(const <a href="tqwidget.html">TQWidget</a> *)
<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#StylePixmap-enum">SP_DockWindowCloseButton</a> <td valign="top">(const <a href="ntqdockwindow.html">TQDockWindow</a> *)
</table></center>
<p> <p>See also <a href="#StylePixmap-enum">StylePixmap</a>.
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="subRect"></a>TQStyle::subRect ( <a href="ntqstyle.html#SubRect-enum">SubRect</a>&nbsp;subrect, const&nbsp;<a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget ) const<tt> [pure virtual]</tt>
+<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="subRect"></a>TQStyle::subRect ( <a href="ntqstyle.html#SubRect-enum">SubRect</a>&nbsp;subrect, const&nbsp;<a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget ) const<tt> [pure virtual]</tt>
</h3>
<p> Returns the sub-area <em>subrect</em> for the <em>widget</em> in logical
coordinates.
-<p> The <em>widget</em> argument is a pointer to a <a href="ntqwidget.html">TQWidget</a> or one of its
+<p> The <em>widget</em> argument is a pointer to a <a href="tqwidget.html">TQWidget</a> or one of its
subclasses. The widget can be cast to the appropriate type based
on the value of <em>subrect</em>. See the table below for the
appropriate <em>widget</em> casts:
@@ -1154,13 +1154,13 @@ appropriate <em>widget</em> casts:
<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#SubRect-enum">SR_RadioButtonContents</a> <td valign="top">(const <a href="ntqradiobutton.html">TQRadioButton</a> *)
<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#SubRect-enum">SR_RadioButtonFocusRect</a> <td valign="top">(const <a href="ntqradiobutton.html">TQRadioButton</a> *)
<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#SubRect-enum">SR_ComboBoxFocusRect</a> <td valign="top">(const <a href="ntqcombobox.html">TQComboBox</a> *)
-<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#SubRect-enum">SR_DockWindowHandleRect</a> <td valign="top">(const <a href="ntqwidget.html">TQWidget</a> *)
+<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#SubRect-enum">SR_DockWindowHandleRect</a> <td valign="top">(const <a href="tqwidget.html">TQWidget</a> *)
<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#SubRect-enum">SR_ProgressBarGroove</a> <td valign="top">(const <a href="ntqprogressbar.html">TQProgressBar</a> *)
<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#SubRect-enum">SR_ProgressBarContents</a> <td valign="top">(const <a href="ntqprogressbar.html">TQProgressBar</a> *)
<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#SubRect-enum">SR_ProgressBarLabel</a> <td valign="top">(const <a href="ntqprogressbar.html">TQProgressBar</a> *)
</table></center>
<p> The tear-off handle (SR_DockWindowHandleRect) for <a href="ntqdockwindow.html">TQDockWindow</a>
-is a private class. Use <a href="ntqwidget.html#parentWidget">TQWidget::parentWidget</a>() to access the
+is a private class. Use <a href="tqwidget.html#parentWidget">TQWidget::parentWidget</a>() to access the
TQDockWindow:
<p> <pre>
if ( !widget-&gt;parentWidget() )
@@ -1170,12 +1170,12 @@ TQDockWindow:
<p> <p>See also <a href="#SubRect-enum">SubRect</a>.
-<h3 class=fn>void <a name="tabbarMetrics"></a>TQStyle::tabbarMetrics ( const&nbsp;<a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;t, int&nbsp;&amp;&nbsp;hf, int&nbsp;&amp;&nbsp;vf, int&nbsp;&amp;&nbsp;ov ) const
+<h3 class=fn>void <a name="tabbarMetrics"></a>TQStyle::tabbarMetrics ( const&nbsp;<a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;t, int&nbsp;&amp;&nbsp;hf, int&nbsp;&amp;&nbsp;vf, int&nbsp;&amp;&nbsp;ov ) const
</h3>
<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p>
-<h3 class=fn>void <a name="unPolish"></a>TQStyle::unPolish ( <a href="ntqwidget.html">TQWidget</a>&nbsp;* )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="unPolish"></a>TQStyle::unPolish ( <a href="tqwidget.html">TQWidget</a>&nbsp;* )<tt> [virtual]</tt>
</h3>
Undoes the initialization of a widget's appearance.
<p> This function is the counterpart to polish. It is called for every
@@ -1190,7 +1190,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
<p> Undoes the application polish.
<p> <p>See also <a href="#polish">polish</a>().
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="visualRect"></a>TQStyle::visualRect ( const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;logical, const&nbsp;<a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )<tt> [static]</tt>
+<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="visualRect"></a>TQStyle::visualRect ( const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;logical, const&nbsp;<a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )<tt> [static]</tt>
</h3>
<p> Returns the rect <em>logical</em> in screen coordinates. The bounding