ProgressDialogBase

Undocumented in source.

Constructors

this
this(string title, string message)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source.
fireOnError
void fireOnError(Throwable err)
Undocumented in source. Be warned that the author may not have intended to support it.
onError
void onError(void delegate(Throwable err) cb)
Undocumented in source. Be warned that the author may not have intended to support it.
setPercent
void setPercent(int percent)
Undocumented in source.
show
void show(void delegate() cb)
Undocumented in source.

Variables

_message
string _message;
Undocumented in source.
_on_error_cb
void delegate(Throwable err) _on_error_cb;
Undocumented in source.
_title
string _title;
Undocumented in source.

Meta