ProgressbarWidget

Displays a left-to-right progress bar.

Can also display text (just like TextLabelWidget)

Constructors

this
this(uinteger max, uinteger progress)

constructor

Members

Functions

update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

max
uinteger max [@property setter]

The 'total' or the max-progress. setter

max
uinteger max [@property getter]

The 'total', or the max-progress. getter

progress
uinteger progress [@property getter]

the amount of progress. getter

progress
uinteger progress [@property setter]

the amount of progress. setter

Variables

backgroundColor
Color backgroundColor;
barColor
Color barColor;

background color, and bar's color

Inherited Members

From TextLabelWidget

timerEvent
void timerEvent(uinteger msecs)
Undocumented in source. Be warned that the author may not have intended to support it.
resizeEvent
void resizeEvent()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.
textColor
Color textColor;
backgroundColor
Color backgroundColor;

text and background colors

scrollTimer
uinteger scrollTimer;

milliseconds after it scrolls 1 pixel, in case text too long to fit in 1 line

caption
dstring caption [@property getter]
dstring caption [@property setter]

the text to display

Meta