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

branch
eric7
changeset 10436
f6881d10e995
parent 9503
ae9232bf4854
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.GreaseMonkey.GreaseMonkeyManager.html	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.GreaseMonkey.GreaseMonkeyManager.html	Fri Dec 22 17:24:07 2023 +0100
@@ -150,9 +150,9 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QObject)</dt>
 <dd>
-reference to the parent object (QObject)
+reference to the parent object
 </dd>
 </dl>
 <a NAME="GreaseMonkeyManager.__downloaderFinished" ID="GreaseMonkeyManager.__downloaderFinished"></a>
@@ -203,15 +203,21 @@
 </p>
 <dl>
 
-<dt><i>script</i></dt>
+<dt><i>script</i> (GreaseMonkeyScript)</dt>
 <dd>
-script to be added (GreaseMonkeyScript)
+script to be added
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating success (boolean)
+flag indicating success
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="GreaseMonkeyManager.allScripts" ID="GreaseMonkeyManager.allScripts"></a>
@@ -224,7 +230,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-list of all scripts (list of GreaseMonkeyScript)
+list of all scripts (list o
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+GreaseMonkeyScript
 </dd>
 </dl>
 <a NAME="GreaseMonkeyManager.canRunOnScheme" ID="GreaseMonkeyManager.canRunOnScheme"></a>
@@ -236,15 +248,21 @@
 </p>
 <dl>
 
-<dt><i>scheme</i></dt>
+<dt><i>scheme</i> (str)</dt>
 <dd>
-scheme to check (string)
+scheme to check
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating, that scripts can be run (boolean)
+flag indicating, that scripts can be run
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="GreaseMonkeyManager.containsScript" ID="GreaseMonkeyManager.containsScript"></a>
@@ -256,15 +274,21 @@
 </p>
 <dl>
 
-<dt><i>fullName</i></dt>
+<dt><i>fullName</i> (str)</dt>
 <dd>
-full name of the script (string)
+full name of the script
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating the existence (boolean)
+flag indicating the existence
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="GreaseMonkeyManager.disableScript" ID="GreaseMonkeyManager.disableScript"></a>
@@ -276,9 +300,9 @@
 </p>
 <dl>
 
-<dt><i>script</i></dt>
+<dt><i>script</i> (GreaseMonkeyScript)</dt>
 <dd>
-script to be disabled (GreaseMonkeyScript)
+script to be disabled
 </dd>
 </dl>
 <a NAME="GreaseMonkeyManager.doDownloadScript" ID="GreaseMonkeyManager.doDownloadScript"></a>
@@ -323,9 +347,9 @@
 </p>
 <dl>
 
-<dt><i>script</i></dt>
+<dt><i>script</i> (GreaseMonkeyScript)</dt>
 <dd>
-script to be enabled (GreaseMonkeyScript)
+script to be enabled
 </dd>
 </dl>
 <a NAME="GreaseMonkeyManager.removeScript" ID="GreaseMonkeyManager.removeScript"></a>
@@ -337,20 +361,25 @@
 </p>
 <dl>
 
-<dt><i>script</i></dt>
+<dt><i>script</i> (GreaseMonkeyScript)</dt>
 <dd>
-script to be removed (GreaseMonkeyScript)
+script to be removed
 </dd>
-<dt><i>removeFile</i></dt>
+<dt><i>removeFile</i> (bool)</dt>
 <dd>
 flag indicating to remove the script file as well
-            (bool)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating success (boolean)
+flag indicating success
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="GreaseMonkeyManager.requireScripts" ID="GreaseMonkeyManager.requireScripts"></a>
@@ -362,15 +391,21 @@
 </p>
 <dl>
 
-<dt><i>urlList</i></dt>
+<dt><i>urlList</i> (list of str)</dt>
 <dd>
-list of URLs (list of string)
+list of URLs
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-sources of all required scripts (string)
+sources of all required scripts
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="GreaseMonkeyManager.requireScriptsDirectory" ID="GreaseMonkeyManager.requireScriptsDirectory"></a>
@@ -383,7 +418,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-path of the scripts directory (string)
+path of the scripts directory
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="GreaseMonkeyManager.saveConfiguration" ID="GreaseMonkeyManager.saveConfiguration"></a>
@@ -403,7 +444,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-path of the scripts directory (string)
+path of the scripts directory
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="GreaseMonkeyManager.showConfigurationDialog" ID="GreaseMonkeyManager.showConfigurationDialog"></a>

eric ide

mercurial