diff options
Diffstat (limited to 'doc/html/tqslider.html')
| -rw-r--r-- | doc/html/tqslider.html | 34 | 
1 files changed, 17 insertions, 17 deletions
| diff --git a/doc/html/tqslider.html b/doc/html/tqslider.html index f63c4155d..7cfdf3f1e 100644 --- a/doc/html/tqslider.html +++ b/doc/html/tqslider.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }  <p>The TQSlider widget provides a vertical or horizontal slider.  <a href="#details">More...</a>  <p><tt>#include <<a href="tqslider-h.html">tqslider.h</a>></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="tqslider-members.html">List of all member functions.</a>  <h2>Public Members</h2>  <ul> @@ -108,9 +108,9 @@ The TQSlider widget provides a vertical or horizontal slider.  It lets the user move a slider along a horizontal or vertical  groove and translates the slider's position into an integer value  within the legal range. -<p> TQSlider inherits <a href="ntqrangecontrol.html">TQRangeControl</a>, which provides the "integer" side -of the slider. <a href="ntqrangecontrol.html#setRange">setRange</a>() and <a href="#value">value</a>() are likely to be used by -practically all slider users; see the <a href="ntqrangecontrol.html">TQRangeControl</a> +<p> TQSlider inherits <a href="tqrangecontrol.html">TQRangeControl</a>, which provides the "integer" side +of the slider. <a href="tqrangecontrol.html#setRange">setRange</a>() and <a href="#value">value</a>() are likely to be used by +practically all slider users; see the <a href="tqrangecontrol.html">TQRangeControl</a>  documentation for information about the many other functions that  class provides.  <p> The main functions offered by the slider itself are tickmark and @@ -154,7 +154,7 @@ constructor.  <h3 class=fn><a name="TQSlider-3"></a>TQSlider::TQSlider ( int minValue, int maxValue, int pageStep, int value, <a href="ntqt.html#Orientation-enum">Orientation</a> orientation, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 )  </h3>  Constructs a slider whose value can never be smaller than <em>minValue</em> or greater than <em>maxValue</em>, whose 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>()). +guaranteed to be in range using <a href="tqrangecontrol.html#bound">bound</a>()).  <p> If <em>orientation</em> is <a href="ntqt.html#Orientation-enum">TQt::Vertical</a> the slider is vertical and if it  is <a href="ntqt.html#Orientation-enum">TQt::Horizontal</a> the slider is horizontal.  <p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="tqwidget.html">TQWidget</a> @@ -185,9 +185,9 @@ See the <a href="tqslider.html#orientation-prop">"orientation"</a> property for  See the <a href="tqslider.html#pageStep-prop">"pageStep"</a> property for details.  <h3 class=fn>void <a name="rangeChange"></a>TQSlider::rangeChange ()<tt> [virtual protected]</tt>  </h3> -Implements the virtual <a href="ntqrangecontrol.html">TQRangeControl</a> function. +Implements the virtual <a href="tqrangecontrol.html">TQRangeControl</a> function. -<p>Reimplemented from <a href="ntqrangecontrol.html#rangeChange">TQRangeControl</a>. +<p>Reimplemented from <a href="tqrangecontrol.html#rangeChange">TQRangeControl</a>.  <h3 class=fn>void <a name="setLineStep"></a>TQSlider::setLineStep ( int )  </h3><p>Sets the current line step.  See the <a href="tqslider.html#lineStep-prop">"lineStep"</a> property for details. @@ -280,9 +280,9 @@ See the <a href="tqslider.html#tracking-prop">"tracking"</a> property for detail  See the <a href="tqslider.html#value-prop">"value"</a> property for details.  <h3 class=fn>void <a name="valueChange"></a>TQSlider::valueChange ()<tt> [virtual protected]</tt>  </h3> -Implements the virtual <a href="ntqrangecontrol.html">TQRangeControl</a> function. +Implements the virtual <a href="tqrangecontrol.html">TQRangeControl</a> function. -<p>Reimplemented from <a href="ntqrangecontrol.html#valueChange">TQRangeControl</a>. +<p>Reimplemented from <a href="tqrangecontrol.html#valueChange">TQRangeControl</a>.  <h3 class=fn>void <a name="valueChanged"></a>TQSlider::valueChanged ( int value )<tt> [signal]</tt>  </h3> @@ -293,24 +293,24 @@ new slider <em>value</em> as its argument.  <hr><h2>Property Documentation</h2>  <h3 class=fn>int <a name="lineStep-prop"></a>lineStep</h3>  <p>This property holds the current 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 current maximum value of the slider.  <p>When setting this property, the <a href="#minValue-prop">TQSlider::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 current minimum value of the slider.  <p>When setting this property, the <a href="#maxValue-prop">TQSlider::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> @@ -320,10 +320,10 @@ 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 current 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>int <a name="tickInterval-prop"></a>tickInterval</h3> @@ -331,7 +331,7 @@ setting.  <p>This is a value interval, not a pixel interval. If it is 0, the  slider will choose between <a href="#lineStep">lineStep</a>() and <a href="#pageStep">pageStep</a>(). The initial  value of tickInterval is 0. -<p> <p>See also <a href="ntqrangecontrol.html#lineStep">TQRangeControl::lineStep</a>() and <a href="ntqrangecontrol.html#pageStep">TQRangeControl::pageStep</a>(). +<p> <p>See also <a href="tqrangecontrol.html#lineStep">TQRangeControl::lineStep</a>() and <a href="tqrangecontrol.html#pageStep">TQRangeControl::pageStep</a>().  <p>Set this property's value with <a href="#setTickInterval">setTickInterval</a>() and get this property's value with <a href="#tickInterval">tickInterval</a>().  <h3 class=fn><a href="tqslider.html#TickSetting-enum">TickSetting</a> <a name="tickmarks-prop"></a>tickmarks</h3> @@ -353,7 +353,7 @@ to be the same as before).  <h3 class=fn>int <a name="value-prop"></a>value</h3>  <p>This property holds the current slider 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> | 
