wxCurlBase | The "easy" unspecialized interface to libCURL |
wxCurlBaseThread | Base class for wxCurl threads |
wxCurlBeginPerformEvent | This event get posted before the beginning of any tranfer operation |
wxCurlConnectionSettingsDialog | A dialog which simply wraps a wxCurlConnectionSettingsPanel |
wxCurlConnectionSettingsPanel | A configurable panel which shows connection settings which can be modified by the user (whose changes will be reflected on a libCURL handle, i.e |
wxCurlDAV | A specialized interface to WebDAV derived from wxCurlBase |
wxCurlDAVFs | |
wxCurlDAVTool | |
wxCurlDownloadDialog | An highly-configurable dialog which shows progress about a download |
wxCurlDownloadEvent | This event gets posted by wxCURL with a frequent interval during operation (roughly once per second) no matter if data is being transfered or not |
wxCurlDownloadThread | A simple joinable thread which allows downloading resources from the net without blocking the GUI of your app |
wxCurlDownloadThreadOutputFilter | |
wxCurlEndPerformEvent | This event get posted at the end of any tranfer operation |
wxCurlFTP | A specialized interface to FTP derived from wxCurlBase |
wxCurlFTPFs | |
wxCurlFTPTool | |
wxCurlHTTP | A specialized interface to HTTP derived from wxCurlBase |
wxCurlProgressBaseEvent | Private internal class used as base class for wxCurlDownloadEvent and wxCurlUploadEvent |
wxCurlSizeEvent | This event gets posted by wxCurlSizeQueryThread |
wxCurlSizeQueryThread | This thread just retrieve the sizes of the given list of files and post them to the registered event handler |
wxCurlTelnet | A specialized interface to TELNET derived from wxCurlBase |
wxCurlTransferDialog | The base class for wxCurlDownloadDialog and wxCurlUploadDialog |
wxCurlUploadDialog | An highly-configurable dialog which shows progress about an upload |
wxCurlUploadEvent | This event gets posted by wxCURL with a frequent interval during operation (roughly once per second) no matter if data is being transfered or not |
wxCurlUploadThread | A simple joinable thread which allows uploading resources to the net without blocking the GUI of your app |
wxCurlUploadThreadInputFilter |