diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.HexEdit.HexEditGotoWidget.html --- a/src/eric7/Documentation/Source/eric7.HexEdit.HexEditGotoWidget.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.HexEdit.HexEditGotoWidget.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,53 +7,50 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.HexEdit.HexEditGotoWidget</h1> - <p> Module implementing a movement (goto) widget for the hex editor. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#HexEditGotoWidget">HexEditGotoWidget</a></td> <td>Class implementing a movement (goto) widget for the hex editor.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="HexEditGotoWidget" ID="HexEditGotoWidget"></a> <h2>HexEditGotoWidget</h2> - <p> Class implementing a movement (goto) widget for the hex editor. </p> + <h3>Derived from</h3> QWidget, Ui_HexEditGotoWidget <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="#HexEditGotoWidget.__init__">HexEditGotoWidget</a></td> <td>Constructor</td> @@ -91,19 +88,20 @@ <td>Public slot to show the widget.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="HexEditGotoWidget.__init__" ID="HexEditGotoWidget.__init__"></a> <h4>HexEditGotoWidget (Constructor)</h4> <b>HexEditGotoWidget</b>(<i>editor, parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>editor</i> (HexEditWidget)</dt> @@ -118,10 +116,10 @@ <a NAME="HexEditGotoWidget.__convertText" ID="HexEditGotoWidget.__convertText"></a> <h4>HexEditGotoWidget.__convertText</h4> <b>__convertText</b>(<i>txt, oldFormat, newFormat</i>) - <p> Private method to convert text from one format into another. </p> + <dl> <dt><i>txt</i> (str)</dt> @@ -152,10 +150,10 @@ <a NAME="HexEditGotoWidget.keyPressEvent" ID="HexEditGotoWidget.keyPressEvent"></a> <h4>HexEditGotoWidget.keyPressEvent</h4> <b>keyPressEvent</b>(<i>event</i>) - <p> Protected slot to handle key press events. </p> + <dl> <dt><i>event</i> (QKeyEvent)</dt> @@ -166,17 +164,17 @@ <a NAME="HexEditGotoWidget.on_closeButton_clicked" ID="HexEditGotoWidget.on_closeButton_clicked"></a> <h4>HexEditGotoWidget.on_closeButton_clicked</h4> <b>on_closeButton_clicked</b>(<i></i>) - <p> Private slot to close the widget. </p> + <a NAME="HexEditGotoWidget.on_formatCombo_currentIndexChanged" ID="HexEditGotoWidget.on_formatCombo_currentIndexChanged"></a> <h4>HexEditGotoWidget.on_formatCombo_currentIndexChanged</h4> <b>on_formatCombo_currentIndexChanged</b>(<i>idx</i>) - <p> Private slot to handle a selection of the format. </p> + <dl> <dt><i>idx</i> (int)</dt> @@ -187,17 +185,17 @@ <a NAME="HexEditGotoWidget.on_gotoButton_clicked" ID="HexEditGotoWidget.on_gotoButton_clicked"></a> <h4>HexEditGotoWidget.on_gotoButton_clicked</h4> <b>on_gotoButton_clicked</b>(<i></i>) - <p> Private slot to move the cursor and extend the selection. </p> + <a NAME="HexEditGotoWidget.on_offsetEdit_textChanged" ID="HexEditGotoWidget.on_offsetEdit_textChanged"></a> <h4>HexEditGotoWidget.on_offsetEdit_textChanged</h4> <b>on_offsetEdit_textChanged</b>(<i>offset</i>) - <p> Private slot handling a change of the entered offset. </p> + <dl> <dt><i>offset</i> (str)</dt> @@ -208,17 +206,17 @@ <a NAME="HexEditGotoWidget.reset" ID="HexEditGotoWidget.reset"></a> <h4>HexEditGotoWidget.reset</h4> <b>reset</b>(<i></i>) - <p> Public slot to reset the input widgets. </p> + <a NAME="HexEditGotoWidget.show" ID="HexEditGotoWidget.show"></a> <h4>HexEditGotoWidget.show</h4> <b>show</b>(<i></i>) - <p> Public slot to show the widget. </p> + <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>