summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdial.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqdial.html')
-rw-r--r--doc/html/tqdial.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/tqdial.html b/doc/html/tqdial.html
index 70a6662f..6370b738 100644
--- a/doc/html/tqdial.html
+++ b/doc/html/tqdial.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQDial class provides a rounded range control (like a speedometer or potentiometer).
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="tqdial-h.html">tqdial.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="tqdial-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -125,7 +125,7 @@ etc., notch. <a href="#notchSize">notchSize</a>() returns the number of units pe
hopefully a multiple of lineStep(); <a href="#setNotchTarget">setNotchTarget</a>() sets the
target distance between neighbouring notches in pixels. The
default is 3.75 pixels.
-<p> Like the slider, the dial makes the <a href="ntqrangecontrol.html">TQRangeControl</a> functions
+<p> Like the slider, the dial makes the <a href="tqrangecontrol.html">TQRangeControl</a> functions
<a href="#setValue">setValue</a>(), <a href="#addLine">addLine</a>(), <a href="#subtractLine">subtractLine</a>(), <a href="#addPage">addPage</a>() and
<a href="#subtractPage">subtractPage</a>() available as slots.
<p> The dial's keyboard interface is fairly simple: The left/up and
@@ -139,7 +139,7 @@ right/down arrow keys move by lineStep(), page up and page down by
</h3>
Constructs a dial called <em>name</em> with parent <em>parent</em>. <em>f</em> is
propagated to the <a href="tqwidget.html">TQWidget</a> constructor. It has the default range of
-a <a href="ntqrangecontrol.html">TQRangeControl</a>.
+a <a href="tqrangecontrol.html">TQRangeControl</a>.
<h3 class=fn><a name="TQDial-2"></a>TQDial::TQDial ( int&nbsp;minValue, int&nbsp;maxValue, int&nbsp;pageStep, int&nbsp;value, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
@@ -206,7 +206,7 @@ See the <a href="tqdial.html#pageStep-prop">"pageStep"</a> property for details.
</h3>
Reimplemented to ensure tick-marks are consistent with the new range.
-<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="repaintScreen"></a>TQDial::repaintScreen ( const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;*&nbsp;cr = 0 )<tt> [virtual protected]</tt>
</h3>
Paints the dial using clip region <em>cr</em>.
@@ -257,7 +257,7 @@ See the <a href="tqdial.html#value-prop">"value"</a> property for details.
Reimplemented to ensure the display is correct and to emit the
<a href="#valueChanged">valueChanged</a>(int) signal when appropriate.
-<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>TQDial::valueChanged ( int&nbsp;value )<tt> [signal]</tt>
</h3>
@@ -270,23 +270,23 @@ See the <a href="tqdial.html#wrapping-prop">"wrapping"</a> property for details.
<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>setLineStep() calls the virtual <a href="ntqrangecontrol.html#stepChange">stepChange</a>() function if the new
+<p>setLineStep() calls the virtual <a href="tqrangecontrol.html#stepChange">stepChange</a>() function if the new
line step is different from the previous setting.
-<p> <p>See also <a href="ntqrangecontrol.html#setSteps">TQRangeControl::setSteps</a>(), <a href="#pageStep-prop">pageStep</a>, and <a href="ntqrangecontrol.html#setRange">setRange</a>().
+<p> <p>See also <a href="tqrangecontrol.html#setSteps">TQRangeControl::setSteps</a>(), <a href="#pageStep-prop">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.
<p>When setting this property, the <a href="#minValue-prop">TQDial::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.
<p>When setting this property, the <a href="#maxValue-prop">TQDial::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>int <a name="notchSize-prop"></a>notchSize</h3>
@@ -312,9 +312,9 @@ not shown.
<p>Set this property's value with <a href="#setNotchesVisible">setNotchesVisible</a>() and get this property's value with <a href="#notchesVisible">notchesVisible</a>().
<h3 class=fn>int <a name="pageStep-prop"></a>pageStep</h3>
<p>This property holds the current page step.
-<p>setPageStep() calls the virtual <a href="ntqrangecontrol.html#stepChange">stepChange</a>() function if the new
+<p>setPageStep() calls the virtual <a href="tqrangecontrol.html#stepChange">stepChange</a>() function if the new
page step is different from the previous setting.
-<p> <p>See also <a href="ntqrangecontrol.html#stepChange">stepChange</a>().
+<p> <p>See also <a href="tqrangecontrol.html#stepChange">stepChange</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>