lcdnumber class

The lcdNumber widget displays a number with LCD-like digits.
Description
It can display a number in just about any size. It can display decimal, hexadecimal, octal or binary numbers.
Functions
$displayStr(<number:string>)
Displays the number represented by the string s.
$displayInt(<number:integer>)
Sets the displayed value rounded to the nearest integer to number.
$displayDouble(<number:double>)
Sets the displayed value to number (double).
$setMode(<mode:string>)
Sets the current display mode (number base): valid mode are HEX,BIN,OCT,DEC.
$setSegmentStyles(<style:string>)
Sets the style of the lcdnumber, valid styles are: Outline,Filled,Flat.
$setNumDigits(<number:integer>)
Sets the lcd number value.
<boolean> $checkOverflow()
Returns TRUE if num is too big to be displayed in its entirety; otherwise returns FALSE.
$setSmallDecimalPoint(<bflag:boolean>)
Sets the the decimal point style, valid bool values are 1 or 0.
<boolean> $checkOverflow(<number:integer>)
Returns 1 (TRUE) if num is too big to be displayed in its entirety; otherwise returns 0 (FALSE).

Index, Object Classes
KVIrc 4.2.0.6190 Documentation
Generated by builduser at Thu May 18 22:40:02 2017