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

#include <gm_downloader.h>

Inheritance diagram for GM_Downloader:

Public Types

enum  Mode { DownloadMainScript , DownloadRequireScript }
 

Signals

void finished (const QString &fileName)
 
void error ()
 

Public Member Functions

 GM_Downloader (const QUrl &url, GM_Manager *manager, Mode mode=DownloadMainScript)
 
void updateScript (const QString &fileName)
 

Detailed Description

Definition at line 29 of file gm_downloader.h.

Member Enumeration Documentation

◆ Mode

Enumerator
DownloadMainScript 
DownloadRequireScript 

Definition at line 33 of file gm_downloader.h.

Constructor & Destructor Documentation

◆ GM_Downloader()

GM_Downloader::GM_Downloader ( const QUrl &  url,
GM_Manager manager,
Mode  mode = DownloadMainScript 
)
explicit

Definition at line 31 of file gm_downloader.cpp.

Member Function Documentation

◆ error

void GM_Downloader::error ( )
signal

◆ finished

void GM_Downloader::finished ( const QString &  fileName)
signal

◆ updateScript()

void GM_Downloader::updateScript ( const QString &  fileName)

Definition at line 43 of file gm_downloader.cpp.


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