47 KGameLCD(uint nbDigits, TQWidget *parent = 0,
const char *name = 0);
54 void setDefaultBackgroundColor(
const TQColor &color);
59 void setDefaultColor(
const TQColor &color);
64 void setHighlightColor(
const TQColor &color);
70 void setLeadingString(
const TQString &s);
76 void setHighlightTime(uint time);
86 void setColor(
const TQColor &color);
102 void displayInt(
int value);
105 void timeout() { highlight(
false); }
108 TQColor _fgColor, _hlColor;
113 class KGameLCDPrivate;
116 void highlight(
bool light);