Gui::Dialog::DownloadItem Class Reference

#include <DownloadItem.h>

Signals

void statusChanged ()
 

Public Member Functions

bool downloadedSuccessfully () const
 
bool downloading () const
 
 DownloadItem (QNetworkReply *reply=0, bool requestFileName=false, QWidget *parent=0)
 

Public Attributes

QString m_fileName
 
QFile m_output
 
QNetworkReply * m_reply
 
QUrl m_url
 

Constructor & Destructor Documentation

◆ DownloadItem()

DownloadItem::DownloadItem ( QNetworkReply *  reply = 0,
bool  requestFileName = false,
QWidget parent = 0 
)

Member Function Documentation

◆ downloadedSuccessfully()

bool DownloadItem::downloadedSuccessfully ( ) const

◆ downloading()

bool DownloadItem::downloading ( ) const

◆ statusChanged

void Gui::Dialog::DownloadItem::statusChanged ( )
signal

Member Data Documentation

◆ m_fileName

QString Gui::Dialog::DownloadItem::m_fileName

◆ m_output

QFile Gui::Dialog::DownloadItem::m_output

◆ m_reply

QNetworkReply* Gui::Dialog::DownloadItem::m_reply

◆ m_url

QUrl Gui::Dialog::DownloadItem::m_url

The documentation for this class was generated from the following files:
  • src/Gui/DownloadItem.h
  • src/Gui/DownloadItem.cpp