ProgressBar

Undocumented in source.

Constructors

this
this(Output output)
Undocumented in source.
this
this(Output output, int max)
Undocumented in source.

Members

Functions

advance
void advance()
Undocumented in source. Be warned that the author may not have intended to support it.
advance
void advance(int step)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
determineBestFormat
string determineBestFormat()
Undocumented in source. Be warned that the author may not have intended to support it.
display
void display()
Undocumented in source. Be warned that the author may not have intended to support it.
finish
void finish()
Undocumented in source. Be warned that the author may not have intended to support it.
getBarCharacter
string getBarCharacter()
Undocumented in source. Be warned that the author may not have intended to support it.
getBarWidth
int getBarWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
getEmptyBarCharacter
string getEmptyBarCharacter()
Undocumented in source. Be warned that the author may not have intended to support it.
getMaxSteps
int getMaxSteps()
Undocumented in source. Be warned that the author may not have intended to support it.
getMessage
string getMessage()
Undocumented in source. Be warned that the author may not have intended to support it.
getMessage
string getMessage(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getProgress
int getProgress()
Undocumented in source. Be warned that the author may not have intended to support it.
getProgressCharacter
string getProgressCharacter()
Undocumented in source. Be warned that the author may not have intended to support it.
getProgressPercent
float getProgressPercent()
Undocumented in source. Be warned that the author may not have intended to support it.
getStartTime
long getStartTime()
Undocumented in source. Be warned that the author may not have intended to support it.
getStepWidth
int getStepWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
overwrite
void overwrite(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
setBarCharacter
void setBarCharacter(string c)
Undocumented in source. Be warned that the author may not have intended to support it.
setBarWidth
void setBarWidth(int barWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
setCurrent
void setCurrent(int step)
Undocumented in source. Be warned that the author may not have intended to support it.
setEmptyBarCharacter
void setEmptyBarCharacter(string c)
Undocumented in source. Be warned that the author may not have intended to support it.
setFormat
void setFormat(string format)
Undocumented in source. Be warned that the author may not have intended to support it.
setMaxSteps
void setMaxSteps(int max)
Undocumented in source. Be warned that the author may not have intended to support it.
setMessage
void setMessage(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
setMessage
void setMessage(string message, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
setOverwrite
void setOverwrite(bool overwrite)
Undocumented in source. Be warned that the author may not have intended to support it.
setProgress
void setProgress(int step)
Undocumented in source. Be warned that the author may not have intended to support it.
setProgressCharacter
void setProgressCharacter(string c)
Undocumented in source. Be warned that the author may not have intended to support it.
setRedrawFrequency
void setRedrawFrequency(int freq)
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start(int max)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

getFormatDefinition
string getFormatDefinition(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getPlaceholderFormatter
PlaceholderFormatter getPlaceholderFormatter(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
initPlaceholderFormatters
Map!(string, PlaceholderFormatter) initPlaceholderFormatters()
Undocumented in source. Be warned that the author may not have intended to support it.
setFormatDefinition
void setFormatDefinition(string name, string format)
Undocumented in source. Be warned that the author may not have intended to support it.
setPlaceholderFormatter
void setPlaceholderFormatter(string name, PlaceholderFormatter formatter)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta