eric6.WebBrowser.GreaseMonkey.GreaseMonkeyDownloader
Module implementing the downloader for GreaseMonkey scripts.
Global Attributes
Classes
Functions
GreaseMonkeyDownloader
Class implementing the downloader for GreaseMonkey scripts.
Derived from
QObject
Class Attributes
Class Methods
Methods
Static Methods
GreaseMonkeyDownloader (Constructor)
GreaseMonkeyDownloader(url, manager)
Constructor
- url (QUrl)
-
URL to download script from
- manager (GreaseMonkeyManager)
-
reference to the GreaseMonkey manager
GreaseMonkeyDownloader.__downloadRequires
__downloadRequires()
Private slot to initiate the download of required scripts.
GreaseMonkeyDownloader.__requireDownloaded
__requireDownloaded()
Private slot to handle the finished download of a required script.
GreaseMonkeyDownloader.__scriptDownloaded
__scriptDownloaded()
Private slot to handle the finished download of a script.