diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qdoublevalidator.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qdoublevalidator.html')
-rw-r--r-- | doc/html/qdoublevalidator.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/qdoublevalidator.html b/doc/html/qdoublevalidator.html index d9d46e248..d5f13b8ca 100644 --- a/doc/html/qdoublevalidator.html +++ b/doc/html/qdoublevalidator.html @@ -34,8 +34,8 @@ body { background: #ffffff; color: black; } <p>The TQDoubleValidator class provides range checking of floating-point numbers. <a href="#details">More...</a> -<p><tt>#include <<a href="qvalidator-h.html">qvalidator.h</a>></tt> -<p>Inherits <a href="qvalidator.html">TQValidator</a>. +<p><tt>#include <<a href="qvalidator-h.html">ntqvalidator.h</a>></tt> +<p>Inherits <a href="ntqvalidator.html">TQValidator</a>. <p><a href="qdoublevalidator-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -65,7 +65,7 @@ floating-point numbers. <p> <p> TQDoubleValidator provides an upper bound, a lower bound and a limit on the number of digits after the decimal point. It does not -provide a <a href="qvalidator.html#fixup">fixup</a>() function. +provide a <a href="ntqvalidator.html#fixup">fixup</a>() function. <p> You can set the acceptable range in one call with <a href="#setRange">setRange</a>(), or with <a href="#setBottom">setBottom</a>() and <a href="#setTop">setTop</a>(). Set the number of decimal places with <a href="#setDecimals">setDecimals</a>(). The <a href="#validate">validate</a>() function returns the validation @@ -73,11 +73,11 @@ state. <p> <p>See also <a href="qintvalidator.html">TQIntValidator</a>, <a href="qregexpvalidator.html">TQRegExpValidator</a>, and <a href="misc.html">Miscellaneous Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQDoubleValidator"></a>TQDoubleValidator::TQDoubleValidator ( <a href="qobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQDoubleValidator"></a>TQDoubleValidator::TQDoubleValidator ( <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> Constructs a validator object with parent <em>parent</em>, called <em>name</em>, which accepts any double. -<h3 class=fn><a name="TQDoubleValidator-2"></a>TQDoubleValidator::TQDoubleValidator ( double bottom, double top, int decimals, <a href="qobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQDoubleValidator-2"></a>TQDoubleValidator::TQDoubleValidator ( double bottom, double top, int decimals, <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> Constructs a validator object with parent <em>parent</em>, called <em>name</em>. This validator will accept doubles from <em>bottom</em> to <em>top</em> inclusive, with up to <em>decimals</em> digits after the decimal point. @@ -110,18 +110,18 @@ See the <a href="qdoublevalidator.html#top-prop">"top"</a> property for details. <h3 class=fn>double <a name="top"></a>TQDoubleValidator::top () const </h3><p>Returns the validator's maximum acceptable value. See the <a href="qdoublevalidator.html#top-prop">"top"</a> property for details. -<h3 class=fn><a href="qvalidator.html#State-enum">TQValidator::State</a> <a name="validate"></a>TQDoubleValidator::validate ( <a href="qstring.html">TQString</a> & input, int & ) const<tt> [virtual]</tt> +<h3 class=fn><a href="ntqvalidator.html#State-enum">TQValidator::State</a> <a name="validate"></a>TQDoubleValidator::validate ( <a href="ntqstring.html">TQString</a> & input, int & ) const<tt> [virtual]</tt> </h3> -Returns <a href="qvalidator.html#State-enum">Acceptable</a> if the string <em>input</em> contains a double +Returns <a href="ntqvalidator.html#State-enum">Acceptable</a> if the string <em>input</em> contains a double that is within the valid range and is in the correct format. -<p> Returns <a href="qvalidator.html#State-enum">Intermediate</a> if <em>input</em> contains a double that is +<p> Returns <a href="ntqvalidator.html#State-enum">Intermediate</a> if <em>input</em> contains a double that is outside the range or is in the wrong format, e.g. with too many digits after the decimal point or is empty. -<p> Returns <a href="qvalidator.html#State-enum">Invalid</a> if the <em>input</em> is not a double. +<p> Returns <a href="ntqvalidator.html#State-enum">Invalid</a> if the <em>input</em> is not a double. <p> Note: If the valid range consists of just positive doubles (e.g. 0.0 - 100.0) and <em>input</em> is a negative double then Invalid is returned. -<p>Reimplemented from <a href="qvalidator.html#validate">TQValidator</a>. +<p>Reimplemented from <a href="ntqvalidator.html#validate">TQValidator</a>. <hr><h2>Property Documentation</h2> <h3 class=fn>double <a name="bottom-prop"></a>bottom</h3> <p>This property holds the validator's minimum acceptable value. |