diff options
Diffstat (limited to 'doc/html/qstyleoption.html')
-rw-r--r-- | doc/html/qstyleoption.html | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/html/qstyleoption.html b/doc/html/qstyleoption.html index 3575890ae..874141c84 100644 --- a/doc/html/qstyleoption.html +++ b/doc/html/qstyleoption.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQStyleOption class specifies optional parameters for TQStyle functions. <a href="#details">More...</a> -<p><tt>#include <<a href="qstyle-h.html">qstyle.h</a>></tt> +<p><tt>#include <<a href="qstyle-h.html">ntqstyle.h</a>></tt> <p><a href="qstyleoption-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -73,7 +73,7 @@ body { background: #ffffff; color: black; } <hr><a name="details"></a><h2>Detailed Description</h2> -The TQStyleOption class specifies optional parameters for <a href="qstyle.html">TQStyle</a> functions. +The TQStyleOption class specifies optional parameters for <a href="ntqstyle.html">TQStyle</a> functions. <p> Some TQStyle functions take an optional argument specifying extra information that is required for a paritical primitive or control. @@ -93,7 +93,7 @@ leaves the optional integer argument uninitialized. <p> When subclassing TQStyle, you must similarly only expect the default or documented arguments. The other arguments will have uninitialized values. -<p> If you make your own <a href="qstyle.html">TQStyle</a> subclasses and your own widgets, you +<p> If you make your own <a href="ntqstyle.html">TQStyle</a> subclasses and your own widgets, you can make a subclass of TQStyleOption to pass additional arguments to your TQStyle subclass. You will need to cast the "const TQStyleOption&" argument to your subclass, so be sure your style @@ -104,7 +104,7 @@ has been called from your widget. <h3 class=fn><a name="StyleOptionDefault-enum"></a>TQStyleOption::StyleOptionDefault</h3> <p> This enum value can be passed as the optional argument to any -<a href="qstyle.html">TQStyle</a> function. +<a href="ntqstyle.html">TQStyle</a> function. <ul> <li><tt>TQStyleOption::Default</tt> </ul> @@ -113,7 +113,7 @@ has been called from your widget. </h3> <p> The default option. This can always be passed as the optional -argument to <a href="qstyle.html">TQStyle</a> functions. +argument to <a href="ntqstyle.html">TQStyle</a> functions. <h3 class=fn><a name="TQStyleOption-2"></a>TQStyleOption::TQStyleOption ( int in1 ) </h3> @@ -146,7 +146,7 @@ midlinewidth. <p> Pass a menu item and two integers, <em>m</em>, <em>in1</em> and <em>in2</em>. -<h3 class=fn><a name="TQStyleOption-8"></a>TQStyleOption::TQStyleOption ( const <a href="qcolor.html">TQColor</a> & c ) +<h3 class=fn><a name="TQStyleOption-8"></a>TQStyleOption::TQStyleOption ( const <a href="ntqcolor.html">TQColor</a> & c ) </h3> <p> Pass a color, <em>c</em>. @@ -166,22 +166,22 @@ midlinewidth. <p> Pass a <a href="qchecklistitem.html">TQCheckListItem</a>, <em>i</em>. -<h3 class=fn><a name="TQStyleOption-c"></a>TQStyleOption::TQStyleOption ( <a href="qt.html#ArrowType-enum">TQt::ArrowType</a> a ) +<h3 class=fn><a name="TQStyleOption-c"></a>TQStyleOption::TQStyleOption ( <a href="ntqt.html#ArrowType-enum">TQt::ArrowType</a> a ) </h3> <p> Pass an TQt::ArrowType, <em>a</em>. -<h3 class=fn><a name="TQStyleOption-d"></a>TQStyleOption::TQStyleOption ( const <a href="qrect.html">TQRect</a> & r ) +<h3 class=fn><a name="TQStyleOption-d"></a>TQStyleOption::TQStyleOption ( const <a href="ntqrect.html">TQRect</a> & r ) </h3> -<p> Pass a <a href="qrect.html">TQRect</a>, <em>r</em>. +<p> Pass a <a href="ntqrect.html">TQRect</a>, <em>r</em>. -<h3 class=fn><a name="TQStyleOption-e"></a>TQStyleOption::TQStyleOption ( <a href="qwidget.html">TQWidget</a> * w ) +<h3 class=fn><a name="TQStyleOption-e"></a>TQStyleOption::TQStyleOption ( <a href="ntqwidget.html">TQWidget</a> * w ) </h3> -<p> Pass a <a href="qwidget.html">TQWidget</a>, <em>w</em>. +<p> Pass a <a href="ntqwidget.html">TQWidget</a>, <em>w</em>. -<h3 class=fn><a href="qt.html#ArrowType-enum">TQt::ArrowType</a> <a name="arrowType"></a>TQStyleOption::arrowType () const +<h3 class=fn><a href="ntqt.html#ArrowType-enum">TQt::ArrowType</a> <a name="arrowType"></a>TQStyleOption::arrowType () const </h3> <p> Returns an arrow type if the appropriate constructor was called; @@ -193,7 +193,7 @@ otherwise the return value is undefined. <p> Returns a check list item if the appropriate constructor was called; otherwise the return value is undefined. -<h3 class=fn>const <a href="qcolor.html">TQColor</a> & <a name="color"></a>TQStyleOption::color () const +<h3 class=fn>const <a href="ntqcolor.html">TQColor</a> & <a name="color"></a>TQStyleOption::color () const </h3> <p> Returns a color if the appropriate constructor was called; @@ -238,7 +238,7 @@ otherwise the return value is undefined. <h3 class=fn><a href="qlistviewitem.html">TQListViewItem</a> * <a name="listViewItem"></a>TQStyleOption::listViewItem () const </h3> -<p> Returns a <a href="qlistview.html">TQListView</a> item if the appropriate constructor was +<p> Returns a <a href="ntqlistview.html">TQListView</a> item if the appropriate constructor was called; otherwise the return value is undefined. <h3 class=fn>int <a name="maxIconWidth"></a>TQStyleOption::maxIconWidth () const @@ -260,7 +260,7 @@ otherwise the return value is undefined. <p> Returns the mid-line width if the appropriate constructor was called; otherwise the return value is undefined. -<h3 class=fn><a href="qrect.html">TQRect</a> <a name="rect"></a>TQStyleOption::rect () const +<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="rect"></a>TQStyleOption::rect () const </h3> <p> Returns a rectangle if the appropriate constructor was called; @@ -269,7 +269,7 @@ otherwise the return value is undefined. <h3 class=fn><a href="qtab.html">TQTab</a> * <a name="tab"></a>TQStyleOption::tab () const </h3> -<p> Returns a <a href="qtabbar.html">TQTabBar</a> tab if the appropriate constructor was called; +<p> Returns a <a href="ntqtabbar.html">TQTabBar</a> tab if the appropriate constructor was called; otherwise the return value is undefined. <h3 class=fn>int <a name="tabWidth"></a>TQStyleOption::tabWidth () const @@ -278,7 +278,7 @@ otherwise the return value is undefined. <p> Returns the tab indent width if the appropriate constructor was called; otherwise the return value is undefined. -<h3 class=fn><a href="qwidget.html">TQWidget</a> * <a name="widget"></a>TQStyleOption::widget () const +<h3 class=fn><a href="ntqwidget.html">TQWidget</a> * <a name="widget"></a>TQStyleOption::widget () const </h3> <p> Returns a pointer to a widget if the appropriate constructor was called; |