diff options
Diffstat (limited to 'doc/html/ntqspinbox.html')
-rw-r--r-- | doc/html/ntqspinbox.html | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/doc/html/ntqspinbox.html b/doc/html/ntqspinbox.html index 71794ed1a..6ff3fba59 100644 --- a/doc/html/ntqspinbox.html +++ b/doc/html/ntqspinbox.html @@ -166,7 +166,7 @@ the range of integers used inside the program would be -1 to 100: public: ... - <a href="ntqstring.html">TQString</a> mapValueToText( int value ) + <a href="tqstring.html">TQString</a> mapValueToText( int value ) { if ( <a href="#value-prop">value</a> == -1 ) // special case return TQString( "Auto" ); @@ -219,10 +219,10 @@ Destroys the spin box, freeing all memory and other resources. <h3 class=fn><a href="ntqspinbox.html#ButtonSymbols-enum">ButtonSymbols</a> <a name="buttonSymbols"></a>TQSpinBox::buttonSymbols () const </h3><p>Returns the current button symbol mode. See the <a href="ntqspinbox.html#buttonSymbols-prop">"buttonSymbols"</a> property for details. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="cleanText"></a>TQSpinBox::cleanText () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="cleanText"></a>TQSpinBox::cleanText () const<tt> [virtual]</tt> </h3><p>Returns the spin box's text with no <a href="#prefix">prefix</a>(), <a href="#suffix">suffix</a>() or leading or trailing whitespace. See the <a href="ntqspinbox.html#cleanText-prop">"cleanText"</a> property for details. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="currentValueText"></a>TQSpinBox::currentValueText ()<tt> [protected]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="currentValueText"></a>TQSpinBox::currentValueText ()<tt> [protected]</tt> </h3> Returns the full text calculated from the current value, including any prefix and suffix. If there is special value text and the @@ -272,7 +272,7 @@ is only concerned with the other values. integer in the standard way and returns the integer value. <p> <p>See also <a href="#interpretText">interpretText</a>() and <a href="#mapValueToText">mapValueToText</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="mapValueToText"></a>TQSpinBox::mapValueToText ( int v )<tt> [virtual protected]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="mapValueToText"></a>TQSpinBox::mapValueToText ( int v )<tt> [virtual protected]</tt> </h3> This virtual function is used by the spin box whenever it needs to display value <em>v</em>. The default implementation returns a string @@ -291,7 +291,7 @@ See the <a href="ntqspinbox.html#maxValue-prop">"maxValue"</a> property for deta <h3 class=fn>int <a name="minValue"></a>TQSpinBox::minValue () const </h3><p>Returns the minimum value of the spin box. See the <a href="ntqspinbox.html#minValue-prop">"minValue"</a> property for details. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="prefix"></a>TQSpinBox::prefix () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="prefix"></a>TQSpinBox::prefix () const<tt> [virtual]</tt> </h3><p>Returns the spin box's prefix. See the <a href="ntqspinbox.html#prefix-prop">"prefix"</a> property for details. <h3 class=fn>void <a name="rangeChange"></a>TQSpinBox::rangeChange ()<tt> [virtual protected]</tt> @@ -318,13 +318,13 @@ See the <a href="ntqspinbox.html#maxValue-prop">"maxValue"</a> property for deta <h3 class=fn>void <a name="setMinValue"></a>TQSpinBox::setMinValue ( int ) </h3><p>Sets the minimum value of the spin box. See the <a href="ntqspinbox.html#minValue-prop">"minValue"</a> property for details. -<h3 class=fn>void <a name="setPrefix"></a>TQSpinBox::setPrefix ( const <a href="ntqstring.html">TQString</a> & text )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setPrefix"></a>TQSpinBox::setPrefix ( const <a href="tqstring.html">TQString</a> & text )<tt> [virtual slot]</tt> </h3><p>Sets the spin box's prefix to <em>text</em>. See the <a href="ntqspinbox.html#prefix-prop">"prefix"</a> property for details. -<h3 class=fn>void <a name="setSpecialValueText"></a>TQSpinBox::setSpecialValueText ( const <a href="ntqstring.html">TQString</a> & text )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setSpecialValueText"></a>TQSpinBox::setSpecialValueText ( const <a href="tqstring.html">TQString</a> & text )<tt> [virtual]</tt> </h3><p>Sets the special-value text to <em>text</em>. See the <a href="ntqspinbox.html#specialValueText-prop">"specialValueText"</a> property for details. -<h3 class=fn>void <a name="setSuffix"></a>TQSpinBox::setSuffix ( const <a href="ntqstring.html">TQString</a> & text )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setSuffix"></a>TQSpinBox::setSuffix ( const <a href="tqstring.html">TQString</a> & text )<tt> [virtual slot]</tt> </h3><p>Sets the suffix of the spin box to <em>text</em>. See the <a href="ntqspinbox.html#suffix-prop">"suffix"</a> property for details. <h3 class=fn>void <a name="setValidator"></a>TQSpinBox::setValidator ( const <a href="ntqvalidator.html">TQValidator</a> * v )<tt> [virtual]</tt> @@ -341,7 +341,7 @@ See the <a href="ntqspinbox.html#value-prop">"value"</a> property for details. <h3 class=fn>void <a name="setWrapping"></a>TQSpinBox::setWrapping ( bool on )<tt> [virtual]</tt> </h3><p>Sets whether it is possible to step the value from the highest value to the lowest value and vice versa to <em>on</em>. See the <a href="ntqspinbox.html#wrapping-prop">"wrapping"</a> property for details. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="specialValueText"></a>TQSpinBox::specialValueText () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="specialValueText"></a>TQSpinBox::specialValueText () const </h3><p>Returns the special-value text. See the <a href="ntqspinbox.html#specialValueText-prop">"specialValueText"</a> property for details. <h3 class=fn>void <a name="stepDown"></a>TQSpinBox::stepDown ()<tt> [virtual slot]</tt> @@ -360,10 +360,10 @@ the pointing-up button and can be used for keyboard accelerators, for example. <p> <p>See also <a href="#stepDown">stepDown</a>(), <a href="ntqrangecontrol.html#addLine">addLine</a>(), <a href="#lineStep-prop">lineStep</a>, <a href="ntqrangecontrol.html#setSteps">setSteps</a>(), <a href="#value-prop">value</a>, and <a href="#value-prop">value</a>. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="suffix"></a>TQSpinBox::suffix () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="suffix"></a>TQSpinBox::suffix () const<tt> [virtual]</tt> </h3><p>Returns the suffix of the spin box. See the <a href="ntqspinbox.html#suffix-prop">"suffix"</a> property for details. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text"></a>TQSpinBox::text () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQSpinBox::text () const </h3><p>Returns the spin box's text, including any <a href="#prefix">prefix</a>() and <a href="#suffix">suffix</a>(). See the <a href="ntqspinbox.html#text-prop">"text"</a> property for details. <h3 class=fn>void <a name="textChanged"></a>TQSpinBox::textChanged ()<tt> [protected slot]</tt> @@ -413,7 +413,7 @@ times, this signal is emitted three times. <p> <p>See also <a href="#value-prop">value</a>. <p>Examples: <a href="listbox-example.html#x1445">listbox/listbox.cpp</a>, <a href="qfd-example.html#x2009">qfd/fontdisplayer.cpp</a>, and <a href="scribble-example.html#x939">scribble/scribble.cpp</a>. -<h3 class=fn>void <a name="valueChanged-2"></a>TQSpinBox::valueChanged ( const <a href="ntqstring.html">TQString</a> & valueText )<tt> [signal]</tt> +<h3 class=fn>void <a name="valueChanged-2"></a>TQSpinBox::valueChanged ( const <a href="tqstring.html">TQString</a> & valueText )<tt> [signal]</tt> </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. @@ -436,7 +436,7 @@ The default is <a href="#ButtonSymbols-enum">UpDownArrows</a>. <p> <p>See also <a href="#ButtonSymbols-enum">ButtonSymbols</a>. <p>Set this property's value with <a href="#setButtonSymbols">setButtonSymbols</a>() and get this property's value with <a href="#buttonSymbols">buttonSymbols</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="cleanText-prop"></a>cleanText</h3> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="cleanText-prop"></a>cleanText</h3> <p>This property holds the spin box's text with no <a href="#prefix">prefix</a>(), <a href="#suffix">suffix</a>() or leading or trailing whitespace. <p>Get this property's value with <a href="#cleanText">cleanText</a>(). <p><p>See also <a href="#text-prop">text</a>, <a href="#prefix-prop">prefix</a>, and <a href="#suffix-prop">suffix</a>. @@ -465,7 +465,7 @@ necessary, to ensure that the range remains valid. <p> <p>See also <a href="ntqrangecontrol.html#setRange">setRange</a>() and <a href="#specialValueText-prop">specialValueText</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="ntqstring.html">TQString</a> <a name="prefix-prop"></a>prefix</h3> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="prefix-prop"></a>prefix</h3> <p>This property holds the spin box's prefix. <p>The prefix is prepended to the start of the displayed value. Typical use is to display a unit of measurement or a currency @@ -477,11 +477,11 @@ symbol. For example: <p> To turn off the prefix display, set this property to an empty string. The default is no prefix. The prefix is not displayed for the <a href="#minValue">minValue</a>() if <a href="#specialValueText">specialValueText</a>() is not empty. -<p> If no prefix is set, <a href="#prefix">prefix</a>() returns <a href="ntqstring.html#TQString-null">TQString::null</a>. +<p> If no prefix is set, <a href="#prefix">prefix</a>() returns <a href="tqstring.html#TQString-null">TQString::null</a>. <p> <p>See also <a href="#suffix-prop">suffix</a>. <p>Set this property's value with <a href="#setPrefix">setPrefix</a>() and get this property's value with <a href="#prefix">prefix</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="specialValueText-prop"></a>specialValueText</h3> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="specialValueText-prop"></a>specialValueText</h3> <p>This property holds the special-value text. <p>If set, the spin box will display this text instead of a numeric value whenever the current value is equal to minVal(). Typical use @@ -507,10 +507,10 @@ value text. with an empty string. The default is no special-value text, i.e. the numeric value is shown as usual. <p> If no special-value text is set, <a href="#specialValueText">specialValueText</a>() returns -<a href="ntqstring.html#TQString-null">TQString::null</a>. +<a href="tqstring.html#TQString-null">TQString::null</a>. <p>Set this property's value with <a href="#setSpecialValueText">setSpecialValueText</a>() and get this property's value with <a href="#specialValueText">specialValueText</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="suffix-prop"></a>suffix</h3> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="suffix-prop"></a>suffix</h3> <p>This property holds the suffix of the spin box. <p>The suffix is appended to the end of the displayed value. Typical use is to display a unit of measurement or a currency symbol. For @@ -522,11 +522,11 @@ example: <p> To turn off the suffix display, set this property to an empty string. The default is no suffix. The suffix is not displayed for the <a href="#minValue">minValue</a>() if <a href="#specialValueText">specialValueText</a>() is not empty. -<p> If no suffix is set, <a href="#suffix">suffix</a>() returns a <a href="ntqstring.html#TQString-null">TQString::null</a>. +<p> If no suffix is set, <a href="#suffix">suffix</a>() returns a <a href="tqstring.html#TQString-null">TQString::null</a>. <p> <p>See also <a href="#prefix-prop">prefix</a>. <p>Set this property's value with <a href="#setSuffix">setSuffix</a>() and get this property's value with <a href="#suffix">suffix</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text-prop"></a>text</h3> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text-prop"></a>text</h3> <p>This property holds the spin box's text, including any <a href="#prefix">prefix</a>() and <a href="#suffix">suffix</a>(). <p>There is no default text. <p> <p>See also <a href="#value-prop">value</a>. |