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

branch
eric7
changeset 10436
f6881d10e995
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.GreaseMonkey.GreaseMonkeyScript.html	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.GreaseMonkey.GreaseMonkeyScript.html	Fri Dec 22 17:24:07 2023 +0100
@@ -211,13 +211,13 @@
 </p>
 <dl>
 
-<dt><i>manager</i></dt>
+<dt><i>manager</i> (GreaseMonkeyManager)</dt>
 <dd>
-reference to the manager object (GreaseMonkeyManager)
+reference to the manager object
 </dd>
-<dt><i>path</i></dt>
+<dt><i>path</i> (str)</dt>
 <dd>
-path of the Javascript file (string)
+path of the Javascript file
 </dd>
 </dl>
 <a NAME="GreaseMonkeyScript.__downloadIcon" ID="GreaseMonkeyScript.__downloadIcon"></a>
@@ -343,7 +343,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-description of the script (string)
+description of the script
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="GreaseMonkeyScript.downloadUrl" ID="GreaseMonkeyScript.downloadUrl"></a>
@@ -356,7 +362,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-download URL of the script (QUrl)
+download URL of the script
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QUrl
 </dd>
 </dl>
 <a NAME="GreaseMonkeyScript.exclude" ID="GreaseMonkeyScript.exclude"></a>
@@ -369,7 +381,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-list of excluded URLs (list of strings)
+list of excluded URLs
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
 </dd>
 </dl>
 <a NAME="GreaseMonkeyScript.fileName" ID="GreaseMonkeyScript.fileName"></a>
@@ -382,7 +400,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-path of the Javascript file (string)
+path of the Javascript file
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="GreaseMonkeyScript.fullName" ID="GreaseMonkeyScript.fullName"></a>
@@ -395,7 +419,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-full name of the script (string)
+full name of the script
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="GreaseMonkeyScript.icon" ID="GreaseMonkeyScript.icon"></a>
@@ -427,7 +457,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-icon URL of the script (QUrl)
+icon URL of the script
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QUrl
 </dd>
 </dl>
 <a NAME="GreaseMonkeyScript.include" ID="GreaseMonkeyScript.include"></a>
@@ -440,7 +476,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-list of included URLs (list of strings)
+list of included URLs
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
 </dd>
 </dl>
 <a NAME="GreaseMonkeyScript.isEnabled" ID="GreaseMonkeyScript.isEnabled"></a>
@@ -453,7 +495,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating an enabled state (boolean)
+flag indicating an enabled state
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="GreaseMonkeyScript.isUpdating" ID="GreaseMonkeyScript.isUpdating"></a>
@@ -485,7 +533,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating a valid script (boolean)
+flag indicating a valid script
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="GreaseMonkeyScript.name" ID="GreaseMonkeyScript.name"></a>
@@ -498,7 +552,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-name of the script (string)
+name of the script
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="GreaseMonkeyScript.nameSpace" ID="GreaseMonkeyScript.nameSpace"></a>
@@ -511,7 +571,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-name space of the script (string)
+name space of the script
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="GreaseMonkeyScript.noFrames" ID="GreaseMonkeyScript.noFrames"></a>
@@ -543,7 +609,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-list of required scripts (list of strings)
+list of required scripts
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
 </dd>
 </dl>
 <a NAME="GreaseMonkeyScript.setEnabled" ID="GreaseMonkeyScript.setEnabled"></a>
@@ -555,9 +627,9 @@
 </p>
 <dl>
 
-<dt><i>enable</i></dt>
+<dt><i>enable</i> (bool)</dt>
 <dd>
-flag indicating the new enabled state (boolean)
+flag indicating the new enabled state
 </dd>
 </dl>
 <a NAME="GreaseMonkeyScript.startAt" ID="GreaseMonkeyScript.startAt"></a>
@@ -570,7 +642,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-start point of the script (DocumentStart or DocumentEnd)
+start point of the script
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+DocumentStart or DocumentEnd
 </dd>
 </dl>
 <a NAME="GreaseMonkeyScript.updateScript" ID="GreaseMonkeyScript.updateScript"></a>
@@ -590,7 +668,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-update URL of the script (QUrl)
+update URL of the script
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QUrl
 </dd>
 </dl>
 <a NAME="GreaseMonkeyScript.version" ID="GreaseMonkeyScript.version"></a>
@@ -603,7 +687,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-version of the script (string)
+version of the script
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="GreaseMonkeyScript.webScript" ID="GreaseMonkeyScript.webScript"></a>

eric ide

mercurial