ProgressBar

Structure containing progress bar info

Constructors

this
this(dstring _label, string _labelFormat)

Creates default progress bar with label

Members

Functions

advance
void advance(int amount)

Increases completion percent to amount

reduce
void reduce(int amount)

Decreases completion percent to amount

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

Variables

after
dchar after;
Undocumented in source.
before
dchar before;
Undocumented in source.
break_
dchar break_;
Undocumented in source.
colors
string[] colors;
Undocumented in source.
complete
dchar complete;
Undocumented in source.
incomplete
dchar incomplete;
Undocumented in source.
label
dstring label;
Undocumented in source.
labelFormat
string labelFormat;
Undocumented in source.
percent
int percent;
Undocumented in source.

Meta