Falkon Develop
Cross-platform Qt-based web browser
DownloadKJob Class Reference

#include <downloadkjob.h>

Inheritance diagram for DownloadKJob:

Public Slots

void progress (double currSpeed, qint64 received, qint64 total)
 

Public Member Functions

 DownloadKJob (const QUrl &url, const QString &path, const QString &fileName, QObject *parent=nullptr)
 
void start ()
 
void updateDescription ()
 

Detailed Description

Definition at line 25 of file downloadkjob.h.

Constructor & Destructor Documentation

◆ DownloadKJob()

DownloadKJob::DownloadKJob ( const QUrl &  url,
const QString &  path,
const QString &  fileName,
QObject *  parent = nullptr 
)

Definition at line 20 of file downloadkjob.cpp.

Member Function Documentation

◆ progress

void DownloadKJob::progress ( double  currSpeed,
qint64  received,
qint64  total 
)
slot

Definition at line 39 of file downloadkjob.cpp.

◆ start()

void DownloadKJob::start ( )

Definition at line 28 of file downloadkjob.cpp.

◆ updateDescription()

void DownloadKJob::updateDescription ( )

Definition at line 32 of file downloadkjob.cpp.


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