diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.WebBrowser.GreaseMonkey.GreaseMonkeyScript.html --- a/src/eric7/Documentation/Source/eric7.WebBrowser.GreaseMonkey.GreaseMonkeyScript.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.GreaseMonkey.GreaseMonkeyScript.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,37 +7,36 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.WebBrowser.GreaseMonkey.GreaseMonkeyScript</h1> - <p> Module implementing the GreaseMonkey script. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#GreaseMonkeyScript">GreaseMonkeyScript</a></td> <td>Class implementing the GreaseMonkey script.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="GreaseMonkeyScript" ID="GreaseMonkeyScript"></a> <h2>GreaseMonkeyScript</h2> - <p> Class implementing the GreaseMonkey script. </p> + <h3>Signals</h3> <dl> @@ -54,19 +53,19 @@ <h3>Derived from</h3> QObject <h3>Class Attributes</h3> +<table> +<tr><td>DocumentEnd</td></tr> +<tr><td>DocumentIdle</td></tr> +<tr><td>DocumentStart</td></tr> +</table> -<table> -<tr><td>DocumentEnd</td></tr><tr><td>DocumentIdle</td></tr><tr><td>DocumentStart</td></tr> -</table> <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#GreaseMonkeyScript.__init__">GreaseMonkeyScript</a></td> <td>Constructor</td> @@ -196,19 +195,20 @@ <td>Public method to create a script object.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="GreaseMonkeyScript.__init__" ID="GreaseMonkeyScript.__init__"></a> <h4>GreaseMonkeyScript (Constructor)</h4> <b>GreaseMonkeyScript</b>(<i>manager, path</i>) - <p> Constructor </p> + <dl> <dt><i>manager</i> (GreaseMonkeyManager)</dt> @@ -223,24 +223,24 @@ <a NAME="GreaseMonkeyScript.__downloadIcon" ID="GreaseMonkeyScript.__downloadIcon"></a> <h4>GreaseMonkeyScript.__downloadIcon</h4> <b>__downloadIcon</b>(<i></i>) - <p> Private slot to download the script icon. </p> + <a NAME="GreaseMonkeyScript.__downloadRequires" ID="GreaseMonkeyScript.__downloadRequires"></a> <h4>GreaseMonkeyScript.__downloadRequires</h4> <b>__downloadRequires</b>(<i></i>) - <p> Private method to download the required scripts. </p> + <a NAME="GreaseMonkeyScript.__downloaderError" ID="GreaseMonkeyScript.__downloaderError"></a> <h4>GreaseMonkeyScript.__downloaderError</h4> <b>__downloaderError</b>(<i>downloader</i>) - <p> Private slot to handle a downloader error. </p> + <dl> <dt><i>downloader</i> (GreaseMonkeyDownloader)</dt> @@ -251,10 +251,10 @@ <a NAME="GreaseMonkeyScript.__downloaderFinished" ID="GreaseMonkeyScript.__downloaderFinished"></a> <h4>GreaseMonkeyScript.__downloaderFinished</h4> <b>__downloaderFinished</b>(<i>downloader</i>) - <p> Private slot to handle a finished download. </p> + <dl> <dt><i>downloader</i> (GreaseMonkeyDownloader)</dt> @@ -265,10 +265,10 @@ <a NAME="GreaseMonkeyScript.__iconDownloaded" ID="GreaseMonkeyScript.__iconDownloaded"></a> <h4>GreaseMonkeyScript.__iconDownloaded</h4> <b>__iconDownloaded</b>(<i>reply</i>) - <p> Private slot to handle a finished download of a script icon. </p> + <dl> <dt><i>reply</i> (QNetworkReply)</dt> @@ -279,25 +279,25 @@ <a NAME="GreaseMonkeyScript.__parseScript" ID="GreaseMonkeyScript.__parseScript"></a> <h4>GreaseMonkeyScript.__parseScript</h4> <b>__parseScript</b>(<i></i>) - <p> Private method to parse the given script and populate the data structure. </p> + <a NAME="GreaseMonkeyScript.__reloadScript" ID="GreaseMonkeyScript.__reloadScript"></a> <h4>GreaseMonkeyScript.__reloadScript</h4> <b>__reloadScript</b>(<i></i>) - <p> Private method to reload the script. </p> + <a NAME="GreaseMonkeyScript.__requireDownloadError" ID="GreaseMonkeyScript.__requireDownloadError"></a> <h4>GreaseMonkeyScript.__requireDownloadError</h4> <b>__requireDownloadError</b>(<i>downloader</i>) - <p> Private slot to handle a downloader error. </p> + <dl> <dt><i>downloader</i> (GreaseMonkeyDownloader)</dt> @@ -308,10 +308,10 @@ <a NAME="GreaseMonkeyScript.__requireDownloaded" ID="GreaseMonkeyScript.__requireDownloaded"></a> <h4>GreaseMonkeyScript.__requireDownloaded</h4> <b>__requireDownloaded</b>(<i>downloader</i>) - <p> Private slot to handle a finished download of a required script. </p> + <dl> <dt><i>downloader</i> (GreaseMonkeyDownloader)</dt> @@ -322,10 +322,10 @@ <a NAME="GreaseMonkeyScript.__watchedFileChanged" ID="GreaseMonkeyScript.__watchedFileChanged"></a> <h4>GreaseMonkeyScript.__watchedFileChanged</h4> <b>__watchedFileChanged</b>(<i>fileName</i>) - <p> Private slot handling changes of the script file. </p> + <dl> <dt><i>fileName</i> (str)</dt> @@ -336,10 +336,10 @@ <a NAME="GreaseMonkeyScript.description" ID="GreaseMonkeyScript.description"></a> <h4>GreaseMonkeyScript.description</h4> <b>description</b>(<i></i>) - <p> Public method to get the description of the script. </p> + <dl> <dt>Return:</dt> <dd> @@ -355,10 +355,10 @@ <a NAME="GreaseMonkeyScript.downloadUrl" ID="GreaseMonkeyScript.downloadUrl"></a> <h4>GreaseMonkeyScript.downloadUrl</h4> <b>downloadUrl</b>(<i></i>) - <p> Public method to get the download URL of the script. </p> + <dl> <dt>Return:</dt> <dd> @@ -374,10 +374,10 @@ <a NAME="GreaseMonkeyScript.exclude" ID="GreaseMonkeyScript.exclude"></a> <h4>GreaseMonkeyScript.exclude</h4> <b>exclude</b>(<i></i>) - <p> Public method to get the list of excluded URLs. </p> + <dl> <dt>Return:</dt> <dd> @@ -393,10 +393,10 @@ <a NAME="GreaseMonkeyScript.fileName" ID="GreaseMonkeyScript.fileName"></a> <h4>GreaseMonkeyScript.fileName</h4> <b>fileName</b>(<i></i>) - <p> Public method to get the path of the Javascript file. </p> + <dl> <dt>Return:</dt> <dd> @@ -412,10 +412,10 @@ <a NAME="GreaseMonkeyScript.fullName" ID="GreaseMonkeyScript.fullName"></a> <h4>GreaseMonkeyScript.fullName</h4> <b>fullName</b>(<i></i>) - <p> Public method to get the full name of the script. </p> + <dl> <dt>Return:</dt> <dd> @@ -431,10 +431,10 @@ <a NAME="GreaseMonkeyScript.icon" ID="GreaseMonkeyScript.icon"></a> <h4>GreaseMonkeyScript.icon</h4> <b>icon</b>(<i></i>) - <p> Public method to get the icon of the script. </p> + <dl> <dt>Return:</dt> <dd> @@ -450,10 +450,10 @@ <a NAME="GreaseMonkeyScript.iconUrl" ID="GreaseMonkeyScript.iconUrl"></a> <h4>GreaseMonkeyScript.iconUrl</h4> <b>iconUrl</b>(<i></i>) - <p> Public method to get the icon URL of the script. </p> + <dl> <dt>Return:</dt> <dd> @@ -469,10 +469,10 @@ <a NAME="GreaseMonkeyScript.include" ID="GreaseMonkeyScript.include"></a> <h4>GreaseMonkeyScript.include</h4> <b>include</b>(<i></i>) - <p> Public method to get the list of included URLs. </p> + <dl> <dt>Return:</dt> <dd> @@ -488,10 +488,10 @@ <a NAME="GreaseMonkeyScript.isEnabled" ID="GreaseMonkeyScript.isEnabled"></a> <h4>GreaseMonkeyScript.isEnabled</h4> <b>isEnabled</b>(<i></i>) - <p> Public method to check, if the script is enabled. </p> + <dl> <dt>Return:</dt> <dd> @@ -507,10 +507,10 @@ <a NAME="GreaseMonkeyScript.isUpdating" ID="GreaseMonkeyScript.isUpdating"></a> <h4>GreaseMonkeyScript.isUpdating</h4> <b>isUpdating</b>(<i></i>) - <p> Public method to get the updating flag. </p> + <dl> <dt>Return:</dt> <dd> @@ -526,10 +526,10 @@ <a NAME="GreaseMonkeyScript.isValid" ID="GreaseMonkeyScript.isValid"></a> <h4>GreaseMonkeyScript.isValid</h4> <b>isValid</b>(<i></i>) - <p> Public method to check the validity of the script. </p> + <dl> <dt>Return:</dt> <dd> @@ -545,10 +545,10 @@ <a NAME="GreaseMonkeyScript.name" ID="GreaseMonkeyScript.name"></a> <h4>GreaseMonkeyScript.name</h4> <b>name</b>(<i></i>) - <p> Public method to get the name of the script. </p> + <dl> <dt>Return:</dt> <dd> @@ -564,10 +564,10 @@ <a NAME="GreaseMonkeyScript.nameSpace" ID="GreaseMonkeyScript.nameSpace"></a> <h4>GreaseMonkeyScript.nameSpace</h4> <b>nameSpace</b>(<i></i>) - <p> Public method to get the name space of the script. </p> + <dl> <dt>Return:</dt> <dd> @@ -583,10 +583,10 @@ <a NAME="GreaseMonkeyScript.noFrames" ID="GreaseMonkeyScript.noFrames"></a> <h4>GreaseMonkeyScript.noFrames</h4> <b>noFrames</b>(<i></i>) - <p> Public method to get the noFrames flag. </p> + <dl> <dt>Return:</dt> <dd> @@ -602,10 +602,10 @@ <a NAME="GreaseMonkeyScript.require" ID="GreaseMonkeyScript.require"></a> <h4>GreaseMonkeyScript.require</h4> <b>require</b>(<i></i>) - <p> Public method to get the list of required scripts. </p> + <dl> <dt>Return:</dt> <dd> @@ -621,10 +621,10 @@ <a NAME="GreaseMonkeyScript.setEnabled" ID="GreaseMonkeyScript.setEnabled"></a> <h4>GreaseMonkeyScript.setEnabled</h4> <b>setEnabled</b>(<i>enable</i>) - <p> Public method to enable a script. </p> + <dl> <dt><i>enable</i> (bool)</dt> @@ -635,10 +635,10 @@ <a NAME="GreaseMonkeyScript.startAt" ID="GreaseMonkeyScript.startAt"></a> <h4>GreaseMonkeyScript.startAt</h4> <b>startAt</b>(<i></i>) - <p> Public method to get the start point of the script. </p> + <dl> <dt>Return:</dt> <dd> @@ -654,17 +654,17 @@ <a NAME="GreaseMonkeyScript.updateScript" ID="GreaseMonkeyScript.updateScript"></a> <h4>GreaseMonkeyScript.updateScript</h4> <b>updateScript</b>(<i></i>) - <p> Public method to updated the script. </p> + <a NAME="GreaseMonkeyScript.updateUrl" ID="GreaseMonkeyScript.updateUrl"></a> <h4>GreaseMonkeyScript.updateUrl</h4> <b>updateUrl</b>(<i></i>) - <p> Public method to get the update URL of the script. </p> + <dl> <dt>Return:</dt> <dd> @@ -680,10 +680,10 @@ <a NAME="GreaseMonkeyScript.version" ID="GreaseMonkeyScript.version"></a> <h4>GreaseMonkeyScript.version</h4> <b>version</b>(<i></i>) - <p> Public method to get the version of the script. </p> + <dl> <dt>Return:</dt> <dd> @@ -699,10 +699,10 @@ <a NAME="GreaseMonkeyScript.webScript" ID="GreaseMonkeyScript.webScript"></a> <h4>GreaseMonkeyScript.webScript</h4> <b>webScript</b>(<i></i>) - <p> Public method to create a script object. </p> + <dl> <dt>Return:</dt> <dd> @@ -717,4 +717,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>