src/eric7/Documentation/Source/eric7.WebBrowser.GreaseMonkey.GreaseMonkeyManager.html

branch
eric7
changeset 10479
856476537696
parent 10436
f6881d10e995
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.WebBrowser.GreaseMonkey.GreaseMonkeyManager.html
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.GreaseMonkey.GreaseMonkeyManager.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.GreaseMonkey.GreaseMonkeyManager.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,37 +7,36 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.WebBrowser.GreaseMonkey.GreaseMonkeyManager</h1>
-
 <p>
 Module implementing the manager for GreaseMonkey scripts.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#GreaseMonkeyManager">GreaseMonkeyManager</a></td>
 <td>Class implementing the manager for GreaseMonkey scripts.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="GreaseMonkeyManager" ID="GreaseMonkeyManager"></a>
 <h2>GreaseMonkeyManager</h2>
-
 <p>
     Class implementing the manager for GreaseMonkey scripts.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -49,19 +48,17 @@
 <h3>Derived from</h3>
 QObject
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#GreaseMonkeyManager.__init__">GreaseMonkeyManager</a></td>
 <td>Constructor</td>
@@ -135,19 +132,20 @@
 <td>Public method to show the configuration dialog.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="GreaseMonkeyManager.__init__" ID="GreaseMonkeyManager.__init__"></a>
 <h4>GreaseMonkeyManager (Constructor)</h4>
 <b>GreaseMonkeyManager</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QObject)</dt>
@@ -158,10 +156,10 @@
 <a NAME="GreaseMonkeyManager.__downloaderFinished" ID="GreaseMonkeyManager.__downloaderFinished"></a>
 <h4>GreaseMonkeyManager.__downloaderFinished</h4>
 <b>__downloaderFinished</b>(<i>fileName, downloader</i>)
-
 <p>
         Private slot to handle the completion of a script download.
 </p>
+
 <dl>
 
 <dt><i>fileName</i> (str)</dt>
@@ -176,17 +174,17 @@
 <a NAME="GreaseMonkeyManager.__load" ID="GreaseMonkeyManager.__load"></a>
 <h4>GreaseMonkeyManager.__load</h4>
 <b>__load</b>(<i></i>)
-
 <p>
         Private slot to load the available scripts into the manager.
 </p>
+
 <a NAME="GreaseMonkeyManager.__scriptChanged" ID="GreaseMonkeyManager.__scriptChanged"></a>
 <h4>GreaseMonkeyManager.__scriptChanged</h4>
 <b>__scriptChanged</b>(<i>script</i>)
-
 <p>
         Private slot handling a changed script.
 </p>
+
 <dl>
 
 <dt><i>script</i> (GreaseMonkeyScript)</dt>
@@ -197,10 +195,10 @@
 <a NAME="GreaseMonkeyManager.addScript" ID="GreaseMonkeyManager.addScript"></a>
 <h4>GreaseMonkeyManager.addScript</h4>
 <b>addScript</b>(<i>script</i>)
-
 <p>
         Public method to add a script.
 </p>
+
 <dl>
 
 <dt><i>script</i> (GreaseMonkeyScript)</dt>
@@ -223,10 +221,10 @@
 <a NAME="GreaseMonkeyManager.allScripts" ID="GreaseMonkeyManager.allScripts"></a>
 <h4>GreaseMonkeyManager.allScripts</h4>
 <b>allScripts</b>(<i></i>)
-
 <p>
         Public method to get a list of all scripts.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -242,10 +240,10 @@
 <a NAME="GreaseMonkeyManager.canRunOnScheme" ID="GreaseMonkeyManager.canRunOnScheme"></a>
 <h4>GreaseMonkeyManager.canRunOnScheme</h4>
 <b>canRunOnScheme</b>(<i>scheme</i>)
-
 <p>
         Public method to check, if scripts can be run on a scheme.
 </p>
+
 <dl>
 
 <dt><i>scheme</i> (str)</dt>
@@ -268,10 +266,10 @@
 <a NAME="GreaseMonkeyManager.containsScript" ID="GreaseMonkeyManager.containsScript"></a>
 <h4>GreaseMonkeyManager.containsScript</h4>
 <b>containsScript</b>(<i>fullName</i>)
-
 <p>
         Public method to check, if the given script exists.
 </p>
+
 <dl>
 
 <dt><i>fullName</i> (str)</dt>
@@ -294,10 +292,10 @@
 <a NAME="GreaseMonkeyManager.disableScript" ID="GreaseMonkeyManager.disableScript"></a>
 <h4>GreaseMonkeyManager.disableScript</h4>
 <b>disableScript</b>(<i>script</i>)
-
 <p>
         Public method to disable the given script.
 </p>
+
 <dl>
 
 <dt><i>script</i> (GreaseMonkeyScript)</dt>
@@ -308,7 +306,6 @@
 <a NAME="GreaseMonkeyManager.doDownloadScript" ID="GreaseMonkeyManager.doDownloadScript"></a>
 <h4>GreaseMonkeyManager.doDownloadScript</h4>
 <b>doDownloadScript</b>(<i>url</i>)
-
 <p>
         Public slot to download a GreaseMonkey script.
 </p>
@@ -317,6 +314,7 @@
         (s.a.) and the one doing the real download because the invoking
         part runs in a different thread (i.e. the web engine thread).
 </p>
+
 <dl>
 
 <dt><i>url</i> (QUrl)</dt>
@@ -327,10 +325,10 @@
 <a NAME="GreaseMonkeyManager.downloadScript" ID="GreaseMonkeyManager.downloadScript"></a>
 <h4>GreaseMonkeyManager.downloadScript</h4>
 <b>downloadScript</b>(<i>url</i>)
-
 <p>
         Public method to download a GreaseMonkey script.
 </p>
+
 <dl>
 
 <dt><i>url</i> (QUrl)</dt>
@@ -341,10 +339,10 @@
 <a NAME="GreaseMonkeyManager.enableScript" ID="GreaseMonkeyManager.enableScript"></a>
 <h4>GreaseMonkeyManager.enableScript</h4>
 <b>enableScript</b>(<i>script</i>)
-
 <p>
         Public method to enable the given script.
 </p>
+
 <dl>
 
 <dt><i>script</i> (GreaseMonkeyScript)</dt>
@@ -355,10 +353,10 @@
 <a NAME="GreaseMonkeyManager.removeScript" ID="GreaseMonkeyManager.removeScript"></a>
 <h4>GreaseMonkeyManager.removeScript</h4>
 <b>removeScript</b>(<i>script, removeFile=True</i>)
-
 <p>
         Public method to remove a script.
 </p>
+
 <dl>
 
 <dt><i>script</i> (GreaseMonkeyScript)</dt>
@@ -385,10 +383,10 @@
 <a NAME="GreaseMonkeyManager.requireScripts" ID="GreaseMonkeyManager.requireScripts"></a>
 <h4>GreaseMonkeyManager.requireScripts</h4>
 <b>requireScripts</b>(<i>urlList</i>)
-
 <p>
         Public method to get the sources of all required scripts.
 </p>
+
 <dl>
 
 <dt><i>urlList</i> (list of str)</dt>
@@ -411,10 +409,10 @@
 <a NAME="GreaseMonkeyManager.requireScriptsDirectory" ID="GreaseMonkeyManager.requireScriptsDirectory"></a>
 <h4>GreaseMonkeyManager.requireScriptsDirectory</h4>
 <b>requireScriptsDirectory</b>(<i></i>)
-
 <p>
         Public method to get the path of the scripts directory.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -430,17 +428,17 @@
 <a NAME="GreaseMonkeyManager.saveConfiguration" ID="GreaseMonkeyManager.saveConfiguration"></a>
 <h4>GreaseMonkeyManager.saveConfiguration</h4>
 <b>saveConfiguration</b>(<i></i>)
-
 <p>
         Public method to save the configuration.
 </p>
+
 <a NAME="GreaseMonkeyManager.scriptsDirectory" ID="GreaseMonkeyManager.scriptsDirectory"></a>
 <h4>GreaseMonkeyManager.scriptsDirectory</h4>
 <b>scriptsDirectory</b>(<i></i>)
-
 <p>
         Public method to get the path of the scripts directory.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -456,10 +454,10 @@
 <a NAME="GreaseMonkeyManager.showConfigurationDialog" ID="GreaseMonkeyManager.showConfigurationDialog"></a>
 <h4>GreaseMonkeyManager.showConfigurationDialog</h4>
 <b>showConfigurationDialog</b>(<i>parent=None</i>)
-
 <p>
         Public method to show the configuration dialog.
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget)</dt>
@@ -469,4 +467,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial