An highly-configurable dialog which shows progress about a download. More...
#include <dialog.h>
Public Member Functions | |
wxCurlDownloadDialog (const wxString &url, wxOutputStream *out, const wxString &title=wxT("Downloading..."), const wxString &message=wxEmptyString, const wxBitmap &bitmap=wxNullBitmap, wxWindow *parent=NULL, long style=wxCTDS_DEFAULT_STYLE) | |
bool | Create (const wxString &url, wxOutputStream *out, const wxString &title=wxT("Downloading..."), const wxString &message=wxEmptyString, const wxBitmap &bitmap=wxNullBitmap, wxWindow *parent=NULL, long style=wxCTDS_DEFAULT_STYLE) |
wxOutputStream * | GetOutputStream () const |
Returns the output stream where data has been downloaded. | |
void | OnDownload (wxCurlDownloadEvent &) |
An highly-configurable dialog which shows progress about a download.
wxOutputStream* wxCurlDownloadDialog::GetOutputStream | ( | ) | const [inline] |
Returns the output stream where data has been downloaded.
This function can be used only when the download has been completed.