The SWORD Project
1.9.0.svnversion
|
#include <remotetrans.h>
Public Member Functions | |
virtual void | preStatus (long totalBytes, long completedBytes, const char *message) |
virtual SWDEPRECATED void | statusUpdate (double dtTotal, double dlNow) |
virtual void | update (unsigned long totalBytes, unsigned long completedBytes) |
virtual | ~StatusReporter () |
Class for reporting status
Definition at line 36 of file remotetrans.h.
|
inlinevirtual |
Definition at line 38 of file remotetrans.h.
|
virtual |
Messages before stages of a batch download
Reimplemented in MyStatusReporter.
Definition at line 54 of file remotetrans.cpp.
|
virtual |
Definition at line 58 of file remotetrans.cpp.
|
virtual |
frequently called throughout a download, to report status override to receive status information
Reimplemented in MyStatusReporter.
Definition at line 223 of file remotetrans.cpp.