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
$setDisplayStr(<string s>)
Displays the number represented by the string s.
$setDisplayInt(<number>)
Sets the displayed value rounded to the nearest integer to number.
$setDisplayDouble(<double number>)
Sets the displayed value to number (double).
$setMode(<mode>)
Sets the current display mode (number base): valid mode are HEX,BIN,OCT,DEC.
$setSegmentStyles(<style>)
Sets the style of the lcdnumber, valid styles are: Outline,Filled,Flat.
$setNumDigits(<number>)
Sets the lcd number value.
$checkOverflow()
Returns TRUE if num is too big to be displayed in its entirety; otherwise returns FALSE.
$setSmallDecimalPoint(<bool>)
Sets the the decimal point style, valid bool values are 1 or 0.

Index, Object Classes
KVIrc 3.2.0 Documentation
Generated by root at Thu Oct 20 09:26:56 2005