summaryrefslogtreecommitdiffstats
path: root/doc/html/tqlcdnumber.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqlcdnumber.html')
-rw-r--r--doc/html/tqlcdnumber.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tqlcdnumber.html b/doc/html/tqlcdnumber.html
index 84048c93e..ab3f3ecd5 100644
--- a/doc/html/tqlcdnumber.html
+++ b/doc/html/tqlcdnumber.html
@@ -160,15 +160,15 @@ Destroys the LCD number.
<h3 class=fn>bool <a name="checkOverflow"></a>TQLCDNumber::checkOverflow ( double&nbsp;num ) const
</h3>
-Returns TRUE if <em>num</em> is too big to be displayed in its entirety;
-otherwise returns FALSE.
+Returns true if <em>num</em> is too big to be displayed in its entirety;
+otherwise returns false.
<p> <p>See also <a href="#display">display</a>(), <a href="#numDigits-prop">numDigits</a>, and <a href="#smallDecimalPoint-prop">smallDecimalPoint</a>.
<h3 class=fn>bool <a name="checkOverflow-2"></a>TQLCDNumber::checkOverflow ( int&nbsp;num ) const
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
-<p> Returns TRUE if <em>num</em> is too big to be displayed in its entirety;
-otherwise returns FALSE.
+<p> Returns true if <em>num</em> is too big to be displayed in its entirety;
+otherwise returns false.
<p> <p>See also <a href="#display">display</a>(), <a href="#numDigits-prop">numDigits</a>, and <a href="#smallDecimalPoint-prop">smallDecimalPoint</a>.
<h3 class=fn>void <a name="display"></a>TQLCDNumber::display ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;s )<tt> [slot]</tt>
@@ -279,7 +279,7 @@ equivalent.
<p>Set this property's value with <a href="#setMode">setMode</a>() and get this property's value with <a href="#mode">mode</a>().
<h3 class=fn>int <a name="numDigits-prop"></a>numDigits</h3>
<p>This property holds the current number of digits displayed.
-<p>Corresponds to the current number of digits. If <a href="#smallDecimalPoint-prop">TQLCDNumber::smallDecimalPoint</a> is FALSE, the decimal point occupies
+<p>Corresponds to the current number of digits. If <a href="#smallDecimalPoint-prop">TQLCDNumber::smallDecimalPoint</a> is false, the decimal point occupies
one digit position.
<p> <p>See also <a href="#smallDecimalPoint-prop">smallDecimalPoint</a>.
@@ -302,9 +302,9 @@ one digit position.
<p>Set this property's value with <a href="#setSegmentStyle">setSegmentStyle</a>() and get this property's value with <a href="#segmentStyle">segmentStyle</a>().
<h3 class=fn>bool <a name="smallDecimalPoint-prop"></a>smallDecimalPoint</h3>
<p>This property holds the style of the decimal point.
-<p>If TRUE the decimal point is drawn between two digit positions.
+<p>If true the decimal point is drawn between two digit positions.
Otherwise it occupies a digit position of its own, i.e. is drawn
-in a digit position. The default is FALSE.
+in a digit position. The default is false.
<p> The inter-digit space is made slightly wider when the decimal
point is drawn between the digits.
<p> <p>See also <a href="#mode-prop">mode</a>.