wxCurlDownloadDialog Class Reference

An highly-configurable dialog which shows progress about a download. More...

#include <dialog.h>

Inheritance diagram for wxCurlDownloadDialog:
wxCurlTransferDialog

List of all members.

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 &)

Detailed Description

An highly-configurable dialog which shows progress about a download.


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Generated on 1 Jan 2010 for wxCURL by  doxygen 1.6.1