Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <vsnet_notify.h>
Public Types | |
typedef void(* | NotifyFunction )(std::string str, State s, VSError e, int total, int offset) |
Public Member Functions | |
Notify_f (std::string filename, NotifyFunction fun) | |
virtual | ~Notify_f () |
virtual void | notify (State s, VSError e) |
virtual void | setTotalBytes (int sz) |
virtual void | addBytes (int sz) |
Definition at line 388 of file vsnet_notify.h.
typedef void(* VsnetDownload::Client::Notify_f::NotifyFunction)(std::string str, State s, VSError e, int total, int offset) |
Definition at line 391 of file vsnet_notify.h.
VsnetDownload::Client::Notify_f::Notify_f | ( | std::string | filename, |
NotifyFunction | fun | ||
) |
Definition at line 342 of file vsnet_notify.cpp.
|
virtual |
Definition at line 349 of file vsnet_notify.cpp.
|
virtual |
Reimplemented from VsnetDownload::Client::Notify.
Definition at line 362 of file vsnet_notify.cpp.
Implements VsnetDownload::Client::Notify.
Definition at line 352 of file vsnet_notify.cpp.
|
virtual |
Reimplemented from VsnetDownload::Client::Notify.
Definition at line 357 of file vsnet_notify.cpp.