summaryrefslogtreecommitdiffstats
path: root/doc/html/tqscrollbar.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqscrollbar.html')
-rw-r--r--doc/html/tqscrollbar.html34
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/html/tqscrollbar.html b/doc/html/tqscrollbar.html
index aff6a73b..e08d3086 100644
--- a/doc/html/tqscrollbar.html
+++ b/doc/html/tqscrollbar.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQScrollBar widget provides a vertical or horizontal scroll bar.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="tqscrollbar-h.html">tqscrollbar.h</a>&gt;</tt>
-<p>Inherits <a href="tqwidget.html">TQWidget</a> and <a href="ntqrangecontrol.html">TQRangeControl</a>.
+<p>Inherits <a href="tqwidget.html">TQWidget</a> and <a href="tqrangecontrol.html">TQRangeControl</a>.
<p><a href="tqscrollbar-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -97,7 +97,7 @@ The TQScrollBar widget provides a vertical or horizontal scroll bar.
<p>
<p> A scroll bar allows the user to control a value within a
program-definable range and gives users a visible indication of
-the current value of a <a href="ntqrangecontrol.html">range control</a>.
+the current value of a <a href="tqrangecontrol.html">range control</a>.
<p> Scroll bars include four separate controls:
<p> <ul>
<p> <li> The <em>line-up</em> and <em>line-down</em> controls are little buttons
@@ -114,18 +114,18 @@ configurable: in editors and list boxes it means as many lines as
there is space for in the widget.
<p> </ul>
<p> TQScrollBar has very few of its own functions; it mostly relies on
-<a href="ntqrangecontrol.html">TQRangeControl</a>. The most useful functions are <a href="#setValue">setValue</a>() to set the
-scroll bar directly to some value; <a href="ntqrangecontrol.html#addPage">addPage</a>(), <a href="ntqrangecontrol.html#addLine">addLine</a>(),
-<a href="ntqrangecontrol.html#subtractPage">subtractPage</a>(), and <a href="ntqrangecontrol.html#subtractLine">subtractLine</a>() to simulate the effects of
-clicking (useful for accelerator keys); <a href="ntqrangecontrol.html#setSteps">setSteps</a>() to define the
-values of <a href="#pageStep">pageStep</a>() and <a href="#lineStep">lineStep</a>(); and <a href="ntqrangecontrol.html#setRange">setRange</a>() to set the
+<a href="tqrangecontrol.html">TQRangeControl</a>. The most useful functions are <a href="#setValue">setValue</a>() to set the
+scroll bar directly to some value; <a href="tqrangecontrol.html#addPage">addPage</a>(), <a href="tqrangecontrol.html#addLine">addLine</a>(),
+<a href="tqrangecontrol.html#subtractPage">subtractPage</a>(), and <a href="tqrangecontrol.html#subtractLine">subtractLine</a>() to simulate the effects of
+clicking (useful for accelerator keys); <a href="tqrangecontrol.html#setSteps">setSteps</a>() to define the
+values of <a href="#pageStep">pageStep</a>() and <a href="#lineStep">lineStep</a>(); and <a href="tqrangecontrol.html#setRange">setRange</a>() to set the
<a href="#minValue">minValue</a>() and <a href="#maxValue">maxValue</a>() of the scroll bar. TQScrollBar has a
convenience constructor with which you can set most of these
properties.
<p> Some GUI styles (for example, the Windows and <a href="motif-extension.html#Motif">Motif</a> styles
provided with TQt), also use the pageStep() value to calculate the
size of the slider.
-<p> In addition to the access functions from <a href="ntqrangecontrol.html">TQRangeControl</a>, TQScrollBar
+<p> In addition to the access functions from <a href="tqrangecontrol.html">TQRangeControl</a>, TQScrollBar
provides a comprehensive set of signals:
<center><table cellpadding="4" cellspacing="2" border="0">
<tr bgcolor="#a2c511"> <th valign="top">Signal <th valign="top">Emitted when
@@ -141,7 +141,7 @@ interaction.
<td valign="top">the user releases the slider.
<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#nextLine">nextLine</a>()
<td valign="top">the scroll bar has moved one line down or right. Line is
-defined in <a href="ntqrangecontrol.html">TQRangeControl</a>.
+defined in <a href="tqrangecontrol.html">TQRangeControl</a>.
<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#prevLine">prevLine</a>()
<td valign="top">the scroll bar has moved one line up or left.
<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#nextPage">nextPage</a>()
@@ -186,7 +186,7 @@ constructor.
</h3>
Constructs a scroll bar whose value can never be smaller than <em>minValue</em> or greater than <em>maxValue</em>, whose line step size is <em>lineStep</em> and page step size is <em>pageStep</em> and whose value is
initially <em>value</em> (which is guaranteed to be in range using
-<a href="ntqrangecontrol.html#bound">bound</a>()).
+<a href="tqrangecontrol.html#bound">bound</a>()).
<p> If <em>orientation</em> is <a href="ntqt.html#Orientation-enum">Vertical</a> the scroll bar is vertical and if
it is <a href="ntqt.html#Orientation-enum">Horizontal</a> the scroll bar is horizontal.
<p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="tqwidget.html">TQWidget</a>
@@ -322,24 +322,24 @@ the new scroll bar <em>value</em> as an argument.
<p>Get this property's value with <a href="#draggingSlider">draggingSlider</a>().
<h3 class=fn>int <a name="lineStep-prop"></a>lineStep</h3>
<p>This property holds the line step.
-<p>When setting lineStep, the virtual <a href="ntqrangecontrol.html#stepChange">stepChange</a>() function will be
+<p>When setting lineStep, the virtual <a href="tqrangecontrol.html#stepChange">stepChange</a>() function will be
called if the new line step is different from the previous
setting.
-<p> <p>See also <a href="ntqrangecontrol.html#setSteps">setSteps</a>(), <a href="ntqrangecontrol.html#pageStep">TQRangeControl::pageStep</a>(), and <a href="ntqrangecontrol.html#setRange">setRange</a>().
+<p> <p>See also <a href="tqrangecontrol.html#setSteps">setSteps</a>(), <a href="tqrangecontrol.html#pageStep">TQRangeControl::pageStep</a>(), and <a href="tqrangecontrol.html#setRange">setRange</a>().
<p>Set this property's value with <a href="#setLineStep">setLineStep</a>() and get this property's value with <a href="#lineStep">lineStep</a>().
<h3 class=fn>int <a name="maxValue-prop"></a>maxValue</h3>
<p>This property holds the scroll bar's maximum value.
<p>When setting this property, the <a href="#minValue-prop">TQScrollBar::minValue</a> is
adjusted if necessary to ensure that the range remains valid.
-<p> <p>See also <a href="ntqrangecontrol.html#setRange">setRange</a>().
+<p> <p>See also <a href="tqrangecontrol.html#setRange">setRange</a>().
<p>Set this property's value with <a href="#setMaxValue">setMaxValue</a>() and get this property's value with <a href="#maxValue">maxValue</a>().
<h3 class=fn>int <a name="minValue-prop"></a>minValue</h3>
<p>This property holds the scroll bar's minimum value.
<p>When setting this property, the <a href="#maxValue-prop">TQScrollBar::maxValue</a> is
adjusted if necessary to ensure that the range remains valid.
-<p> <p>See also <a href="ntqrangecontrol.html#setRange">setRange</a>().
+<p> <p>See also <a href="tqrangecontrol.html#setRange">setRange</a>().
<p>Set this property's value with <a href="#setMinValue">setMinValue</a>() and get this property's value with <a href="#minValue">minValue</a>().
<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation-prop"></a>orientation</h3>
@@ -349,10 +349,10 @@ adjusted if necessary to ensure that the range remains valid.
<p>Set this property's value with <a href="#setOrientation">setOrientation</a>() and get this property's value with <a href="#orientation">orientation</a>().
<h3 class=fn>int <a name="pageStep-prop"></a>pageStep</h3>
<p>This property holds the page step.
-<p>When setting pageStep, the virtual <a href="ntqrangecontrol.html#stepChange">stepChange</a>() function will be
+<p>When setting pageStep, the virtual <a href="tqrangecontrol.html#stepChange">stepChange</a>() function will be
called if the new page step is different from the previous
setting.
-<p> <p>See also <a href="ntqrangecontrol.html#setSteps">TQRangeControl::setSteps</a>(), <a href="#lineStep-prop">lineStep</a>, and <a href="ntqrangecontrol.html#setRange">setRange</a>().
+<p> <p>See also <a href="tqrangecontrol.html#setSteps">TQRangeControl::setSteps</a>(), <a href="#lineStep-prop">lineStep</a>, and <a href="tqrangecontrol.html#setRange">setRange</a>().
<p>Set this property's value with <a href="#setPageStep">setPageStep</a>() and get this property's value with <a href="#pageStep">pageStep</a>().
<h3 class=fn>bool <a name="tracking-prop"></a>tracking</h3>
@@ -367,7 +367,7 @@ the slider.
<h3 class=fn>int <a name="value-prop"></a>value</h3>
<p>This property holds the scroll bar's value.
<p>Set this property's value with <a href="#setValue">setValue</a>() and get this property's value with <a href="#value">value</a>().
-<p><p>See also <a href="ntqrangecontrol.html#value">TQRangeControl::value</a>() and <a href="ntqrangecontrol.html#prevValue">prevValue</a>().
+<p><p>See also <a href="tqrangecontrol.html#value">TQRangeControl::value</a>() and <a href="tqrangecontrol.html#prevValue">prevValue</a>().
<!-- eof -->
<hr><p>