diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/ntqlcdnumber.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqlcdnumber.html')
| -rw-r--r-- | doc/html/ntqlcdnumber.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/ntqlcdnumber.html b/doc/html/ntqlcdnumber.html index dbe811804..5c69dd651 100644 --- a/doc/html/ntqlcdnumber.html +++ b/doc/html/ntqlcdnumber.html @@ -161,15 +161,15 @@ Destroys the LCD number. <h3 class=fn>bool <a name="checkOverflow"></a>TQLCDNumber::checkOverflow ( double 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 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 <a href="ntqstring.html">TQString</a> & s )<tt> [slot]</tt> @@ -280,7 +280,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>. @@ -303,9 +303,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>. |
