Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <vsnet_notify.h>
Public Member Functions | |
NotifyMe () | |
virtual | ~NotifyMe () |
virtual void | notify (State s, VSError e) |
virtual void | setTotalBytes (int sz) |
virtual void | addBytes (int sz) |
bool | done () const |
bool | ok () const |
int | total () const |
int | offset () const |
Definition at line 132 of file vsnet_notify.h.
VsnetDownload::Client::NotifyMe::NotifyMe | ( | ) |
Definition at line 18 of file vsnet_notify.cpp.
|
inlinevirtual |
Definition at line 135 of file vsnet_notify.h.
|
virtual |
Reimplemented from VsnetDownload::Client::Notify.
Definition at line 36 of file vsnet_notify.cpp.
|
inline |
Definition at line 141 of file vsnet_notify.h.
References VsnetDownload::Client::Completed.
Referenced by VsnetDownload::Client::NoteFile::done(), and VsnetDownload::Client::Buffer::done().
Implements VsnetDownload::Client::Notify.
Definition at line 25 of file vsnet_notify.cpp.
|
inline |
Definition at line 156 of file vsnet_notify.h.
Referenced by VsnetDownload::Client::NoteFile::offset(), and VsnetDownload::Client::Buffer::offset().
|
inline |
Definition at line 146 of file vsnet_notify.h.
References VSFileSystem::Ok.
Referenced by VsnetDownload::Client::NoteFile::ok(), and VsnetDownload::Client::Buffer::ok().
|
virtual |
Reimplemented from VsnetDownload::Client::Notify.
Definition at line 31 of file vsnet_notify.cpp.
|
inline |
Definition at line 151 of file vsnet_notify.h.
Referenced by VsnetDownload::Client::NoteFile::total(), and VsnetDownload::Client::Buffer::total().