Qt 5.10 Book Examples
Signals | Public Member Functions | List of all members
Downloader Class Reference

#include <Downloader.h>

Inheritance diagram for Downloader:

Signals

void downloadProgress (qint64, qint64)
 
void done (const QUrl &, const QByteArray &)
 
void error ()
 

Public Member Functions

 Downloader (QObject *pobj=0)
 
void download (const QUrl &)
 

Detailed Description

Definition at line 20 of file Downloader.h.

Constructor & Destructor Documentation

◆ Downloader()

Downloader::Downloader ( QObject *  pobj = 0)

Definition at line 15 of file Downloader.cpp.

Member Function Documentation

◆ done

void Downloader::done ( const QUrl &  ,
const QByteArray &   
)
signal

◆ download()

void Downloader::download ( const QUrl &  url)

Definition at line 24 of file Downloader.cpp.

◆ downloadProgress

void Downloader::downloadProgress ( qint64  ,
qint64   
)
signal

◆ error

void Downloader::error ( )
signal

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