--- a/src/eric7/Documentation/Source/eric7.EricNetwork.EricIPv4InputWidget.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.EricNetwork.EricIPv4InputWidget.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,37 +7,36 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.EricNetwork.EricIPv4InputWidget</h1> - <p> Module implementing a widget to enter an IPv4 address. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#EricIPv4InputWidget">EricIPv4InputWidget</a></td> <td>Class implementing a widget to enter an IPv4 address.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="EricIPv4InputWidget" ID="EricIPv4InputWidget"></a> <h2>EricIPv4InputWidget</h2> - <p> Class implementing a widget to enter an IPv4 address. </p> + <h3>Signals</h3> <dl> @@ -49,19 +48,17 @@ <h3>Derived from</h3> QWidget, Ui_EricIPv4InputWidget <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="#EricIPv4InputWidget.__init__">EricIPv4InputWidget</a></td> <td>Constructor</td> @@ -99,19 +96,20 @@ <td>Public method to get the IPv4 address as a string.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="EricIPv4InputWidget.__init__" ID="EricIPv4InputWidget.__init__"></a> <h4>EricIPv4InputWidget (Constructor)</h4> <b>EricIPv4InputWidget</b>(<i>parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>parent</i> (QWidget (optional))</dt> @@ -122,17 +120,17 @@ <a NAME="EricIPv4InputWidget.__clear" ID="EricIPv4InputWidget.__clear"></a> <h4>EricIPv4InputWidget.__clear</h4> <b>__clear</b>(<i></i>) - <p> Private slot to handle the clear button press. </p> + <a NAME="EricIPv4InputWidget.address" ID="EricIPv4InputWidget.address"></a> <h4>EricIPv4InputWidget.address</h4> <b>address</b>(<i></i>) - <p> Public method to get the IPv4 address as an ipaddress.IPv4Address object. </p> + <dl> <dt>Return:</dt> <dd> @@ -155,17 +153,17 @@ <a NAME="EricIPv4InputWidget.clear" ID="EricIPv4InputWidget.clear"></a> <h4>EricIPv4InputWidget.clear</h4> <b>clear</b>(<i></i>) - <p> Public slot to clear the input fields. </p> + <a NAME="EricIPv4InputWidget.eventFilter" ID="EricIPv4InputWidget.eventFilter"></a> <h4>EricIPv4InputWidget.eventFilter</h4> <b>eventFilter</b>(<i>obj, evt</i>) - <p> Public method to filter pressing '.' to give focus to the next input field. </p> + <dl> <dt><i>obj</i> (QObject)</dt> @@ -192,10 +190,10 @@ <a NAME="EricIPv4InputWidget.hasAcceptableInput" ID="EricIPv4InputWidget.hasAcceptableInput"></a> <h4>EricIPv4InputWidget.hasAcceptableInput</h4> <b>hasAcceptableInput</b>(<i></i>) - <p> Public method to check, if the input is acceptable. </p> + <dl> <dt>Return:</dt> <dd> @@ -211,10 +209,10 @@ <a NAME="EricIPv4InputWidget.setAddress" ID="EricIPv4InputWidget.setAddress"></a> <h4>EricIPv4InputWidget.setAddress</h4> <b>setAddress</b>(<i>address</i>) - <p> Public method to set the IPv4 address given an ipaddress.IPv4Address object. </p> + <dl> <dt><i>address</i> (ipaddress.IPv4Address)</dt> @@ -232,13 +230,13 @@ <a NAME="EricIPv4InputWidget.setText" ID="EricIPv4InputWidget.setText"></a> <h4>EricIPv4InputWidget.setText</h4> <b>setText</b>(<i>address</i>) - <p> Public method to set the IPv4 address given a string. </p> <p> Note: If an invalid address is given, the input is cleared. </p> + <dl> <dt><i>address</i> (str)</dt> @@ -249,10 +247,10 @@ <a NAME="EricIPv4InputWidget.text" ID="EricIPv4InputWidget.text"></a> <h4>EricIPv4InputWidget.text</h4> <b>text</b>(<i></i>) - <p> Public method to get the IPv4 address as a string. </p> + <dl> <dt>Return:</dt> <dd> @@ -267,4 +265,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>