diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.WebBrowser.GreaseMonkey.GreaseMonkeyJsObject.html --- a/src/eric7/Documentation/Source/eric7.WebBrowser.GreaseMonkey.GreaseMonkeyJsObject.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.GreaseMonkey.GreaseMonkeyJsObject.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,53 +7,50 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.WebBrowser.GreaseMonkey.GreaseMonkeyJsObject</h1> - <p> Module implementing the Python side for GreaseMonkey scripts. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#GreaseMonkeyJsObject">GreaseMonkeyJsObject</a></td> <td>Class implementing the Python side for GreaseMonkey scripts.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="GreaseMonkeyJsObject" ID="GreaseMonkeyJsObject"></a> <h2>GreaseMonkeyJsObject</h2> - <p> Class implementing the Python side for GreaseMonkey scripts. </p> + <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="#GreaseMonkeyJsObject.__init__">GreaseMonkeyJsObject</a></td> <td>Constructor</td> @@ -83,19 +80,20 @@ <td>Public slot to set the value for the named variable for the identified script.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="GreaseMonkeyJsObject.__init__" ID="GreaseMonkeyJsObject.__init__"></a> <h4>GreaseMonkeyJsObject (Constructor)</h4> <b>GreaseMonkeyJsObject</b>(<i>parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>parent</i> (QObject)</dt> @@ -106,10 +104,10 @@ <a NAME="GreaseMonkeyJsObject.deleteValue" ID="GreaseMonkeyJsObject.deleteValue"></a> <h4>GreaseMonkeyJsObject.deleteValue</h4> <b>deleteValue</b>(<i>nspace, name</i>) - <p> Public slot to set delete the named variable for the identified script. </p> + <dl> <dt><i>nspace</i> (str)</dt> @@ -136,11 +134,11 @@ <a NAME="GreaseMonkeyJsObject.getValue" ID="GreaseMonkeyJsObject.getValue"></a> <h4>GreaseMonkeyJsObject.getValue</h4> <b>getValue</b>(<i>nspace, name, dValue</i>) - <p> Public slot to get the value for the named variable for the identified script. </p> + <dl> <dt><i>nspace</i> (str)</dt> @@ -171,10 +169,10 @@ <a NAME="GreaseMonkeyJsObject.listValues" ID="GreaseMonkeyJsObject.listValues"></a> <h4>GreaseMonkeyJsObject.listValues</h4> <b>listValues</b>(<i>nspace</i>) - <p> Public slot to list the stored variables for the identified script. </p> + <dl> <dt><i>nspace</i> (str)</dt> @@ -197,10 +195,10 @@ <a NAME="GreaseMonkeyJsObject.setClipboard" ID="GreaseMonkeyJsObject.setClipboard"></a> <h4>GreaseMonkeyJsObject.setClipboard</h4> <b>setClipboard</b>(<i>text</i>) - <p> Public slot to set some clipboard text. </p> + <dl> <dt><i>text</i> (str)</dt> @@ -211,10 +209,10 @@ <a NAME="GreaseMonkeyJsObject.setSettingsFile" ID="GreaseMonkeyJsObject.setSettingsFile"></a> <h4>GreaseMonkeyJsObject.setSettingsFile</h4> <b>setSettingsFile</b>(<i>name</i>) - <p> Public method to set the settings file for the GreaseMonkey parameters. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -225,11 +223,11 @@ <a NAME="GreaseMonkeyJsObject.setValue" ID="GreaseMonkeyJsObject.setValue"></a> <h4>GreaseMonkeyJsObject.setValue</h4> <b>setValue</b>(<i>nspace, name, value</i>) - <p> Public slot to set the value for the named variable for the identified script. </p> + <dl> <dt><i>nspace</i> (str)</dt> @@ -259,4 +257,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>