wxCurlDownloadEvent Member List
This is the complete list of members for
wxCurlDownloadEvent, including all inherited members.
Clone() const (defined in wxCurlDownloadEvent) | wxCurlDownloadEvent | [inline, virtual] |
GetCurlSession() const | wxCurlProgressBaseEvent | [inline] |
GetDateTime() const | wxCurlProgressBaseEvent | [inline] |
GetDownloadedBytes() const | wxCurlDownloadEvent | [inline] |
GetElapsedTime() const | wxCurlProgressBaseEvent | [virtual] |
GetEstimatedRemainingTime() const | wxCurlProgressBaseEvent | [virtual] |
GetEstimatedTime() const | wxCurlProgressBaseEvent | [virtual] |
GetHumanReadableDownloadedBytes(const wxString &inv=_("Not available"), int prec=1) const | wxCurlDownloadEvent | [inline] |
GetHumanReadableSpeed(const wxString &inv=_("Not available"), int prec=1) const | wxCurlProgressBaseEvent | |
GetHumanReadableTotalBytes(const wxString &inv=_("Not available"), int prec=1) const | wxCurlProgressBaseEvent | [inline] |
GetHumanReadableTransferredBytes(const wxString &inv=_("Not available"), int prec=1) const | wxCurlProgressBaseEvent | [inline] |
GetPercent() const | wxCurlProgressBaseEvent | [inline] |
GetSpeed() const | wxCurlProgressBaseEvent | [inline, virtual] |
GetTotalBytes() const | wxCurlDownloadEvent | [inline, virtual] |
GetTransferredBytes() const | wxCurlDownloadEvent | [inline, virtual] |
GetURL() const | wxCurlProgressBaseEvent | [inline] |
m_dt (defined in wxCurlProgressBaseEvent) | wxCurlProgressBaseEvent | [protected] |
m_pCURL (defined in wxCurlProgressBaseEvent) | wxCurlProgressBaseEvent | [protected] |
m_rDownloadNow (defined in wxCurlDownloadEvent) | wxCurlDownloadEvent | [protected] |
m_rDownloadTotal (defined in wxCurlDownloadEvent) | wxCurlDownloadEvent | [protected] |
m_szURL (defined in wxCurlProgressBaseEvent) | wxCurlProgressBaseEvent | [protected] |
wxCurlDownloadEvent() (defined in wxCurlDownloadEvent) | wxCurlDownloadEvent | |
wxCurlDownloadEvent(int id, wxCurlBase *originator, const double &rDownloadTotal, const double &rDownloadNow, const wxString &szURL=wxEmptyString) (defined in wxCurlDownloadEvent) | wxCurlDownloadEvent | |
wxCurlDownloadEvent(const wxCurlDownloadEvent &event) (defined in wxCurlDownloadEvent) | wxCurlDownloadEvent | |
wxCurlProgressBaseEvent(int id, wxEventType type, wxCurlBase *p=NULL, const wxString &url=wxEmptyString) (defined in wxCurlProgressBaseEvent) | wxCurlProgressBaseEvent | [inline] |