diff options
Diffstat (limited to 'doc/man/man3/tqlcdnumber.3qt')
-rw-r--r-- | doc/man/man3/tqlcdnumber.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqlcdnumber.3qt b/doc/man/man3/tqlcdnumber.3qt index 36894a5fd..63d3177dd 100644 --- a/doc/man/man3/tqlcdnumber.3qt +++ b/doc/man/man3/tqlcdnumber.3qt @@ -184,13 +184,13 @@ See also numDigits and smallDecimalPoint. .SH "TQLCDNumber::~TQLCDNumber ()" Destroys the LCD number. .SH "bool TQLCDNumber::checkOverflow ( double num ) const" -Returns TRUE if \fInum\fR is too big to be displayed in its entirety; otherwise returns FALSE. +Returns true if \fInum\fR is too big to be displayed in its entirety; otherwise returns false. .PP See also display(), numDigits, and smallDecimalPoint. .SH "bool TQLCDNumber::checkOverflow ( int num ) const" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP -Returns TRUE if \fInum\fR is too big to be displayed in its entirety; otherwise returns FALSE. +Returns true if \fInum\fR is too big to be displayed in its entirety; otherwise returns false. .PP See also display(), numDigits, and smallDecimalPoint. .SH "void TQLCDNumber::display ( const TQString & s )\fC [slot]\fR" @@ -272,7 +272,7 @@ Set this property's value with setMode() and get this property's value with mode .SH "int numDigits" This property holds the current number of digits displayed. .PP -Corresponds to the current number of digits. If TQLCDNumber::smallDecimalPoint is FALSE, the decimal point occupies one digit position. +Corresponds to the current number of digits. If TQLCDNumber::smallDecimalPoint is false, the decimal point occupies one digit position. .PP See also smallDecimalPoint. .PP @@ -293,7 +293,7 @@ Set this property's value with setSegmentStyle() and get this property's value w .SH "bool smallDecimalPoint" This property holds the style of the decimal point. .PP -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. +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. .PP The inter-digit space is made slightly wider when the decimal point is drawn between the digits. .PP |