wxCurlSizeEvent Class Reference
This event gets posted by wxCurlSizeQueryThread.
More...
#include <utils.h>
List of all members.
Public Member Functions |
| wxCurlSizeEvent (int id, const wxString &url, double size) |
double | GetSize () const |
wxString | GetURL () const |
wxEvent * | Clone () const |
Protected Attributes |
wxString | m_url |
double | m_size |
Detailed Description
This event gets posted by wxCurlSizeQueryThread.
Use the EVT_CURL_SIZE_QUERY(id, func) macro to intercept it.
The documentation for this class was generated from the following file: