src/eric7/Documentation/Source/eric7.HexEdit.HexEditSearchReplaceWidget.html

branch
eric7
changeset 10479
856476537696
parent 9236
db53a9efe7ef
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.HexEdit.HexEditSearchReplaceWidget.html
--- a/src/eric7/Documentation/Source/eric7.HexEdit.HexEditSearchReplaceWidget.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.HexEdit.HexEditSearchReplaceWidget.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.HexEdit.HexEditSearchReplaceWidget</h1>
-
 <p>
 Module implementing a search and replace 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="#HexEditSearchReplaceWidget">HexEditSearchReplaceWidget</a></td>
 <td>Class implementing a search and replace widget for the hex editor.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="HexEditSearchReplaceWidget" ID="HexEditSearchReplaceWidget"></a>
 <h2>HexEditSearchReplaceWidget</h2>
-
 <p>
     Class implementing a search and replace widget for the hex editor.
 </p>
+
 <h3>Derived from</h3>
 QWidget
 <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="#HexEditSearchReplaceWidget.__init__">HexEditSearchReplaceWidget</a></td>
 <td>Constructor</td>
@@ -155,19 +152,20 @@
 <td>Public slot to show the widget.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="HexEditSearchReplaceWidget.__init__" ID="HexEditSearchReplaceWidget.__init__"></a>
 <h4>HexEditSearchReplaceWidget (Constructor)</h4>
 <b>HexEditSearchReplaceWidget</b>(<i>editor, mainWindow, replace=False, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>editor</i> (HexEditWidget)</dt>
@@ -190,10 +188,10 @@
 <a NAME="HexEditSearchReplaceWidget.__bytearray2int" ID="HexEditSearchReplaceWidget.__bytearray2int"></a>
 <h4>HexEditSearchReplaceWidget.__bytearray2int</h4>
 <b>__bytearray2int</b>(<i>array</i>)
-
 <p>
         Private method to convert a byte array to an integer value.
 </p>
+
 <dl>
 
 <dt><i>array</i> (bytearray)</dt>
@@ -216,10 +214,10 @@
 <a NAME="HexEditSearchReplaceWidget.__bytearray2text" ID="HexEditSearchReplaceWidget.__bytearray2text"></a>
 <h4>HexEditSearchReplaceWidget.__bytearray2text</h4>
 <b>__bytearray2text</b>(<i>array, dataFormat</i>)
-
 <p>
         Private method to convert a byte array to a text.
 </p>
+
 <dl>
 
 <dt><i>array</i> (bytearray)</dt>
@@ -254,10 +252,10 @@
 <a NAME="HexEditSearchReplaceWidget.__convertText" ID="HexEditSearchReplaceWidget.__convertText"></a>
 <h4>HexEditSearchReplaceWidget.__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>
@@ -288,10 +286,10 @@
 <a NAME="HexEditSearchReplaceWidget.__doReplace" ID="HexEditSearchReplaceWidget.__doReplace"></a>
 <h4>HexEditSearchReplaceWidget.__doReplace</h4>
 <b>__doReplace</b>(<i>searchNext</i>)
-
 <p>
         Private method to replace one occurrence of data.
 </p>
+
 <dl>
 
 <dt><i>searchNext</i> (bool)</dt>
@@ -302,18 +300,18 @@
 <a NAME="HexEditSearchReplaceWidget.__findByReturnPressed" ID="HexEditSearchReplaceWidget.__findByReturnPressed"></a>
 <h4>HexEditSearchReplaceWidget.__findByReturnPressed</h4>
 <b>__findByReturnPressed</b>(<i></i>)
-
 <p>
         Private slot to handle a return pressed in the find combo.
 </p>
+
 <a NAME="HexEditSearchReplaceWidget.__getContent" ID="HexEditSearchReplaceWidget.__getContent"></a>
 <h4>HexEditSearchReplaceWidget.__getContent</h4>
 <b>__getContent</b>(<i>replace=False</i>)
-
 <p>
         Private method to get the contents of the find/replace combo as
         a bytearray.
 </p>
+
 <dl>
 
 <dt><i>replace</i> (bool)</dt>
@@ -336,10 +334,10 @@
 <a NAME="HexEditSearchReplaceWidget.__int2bytearray" ID="HexEditSearchReplaceWidget.__int2bytearray"></a>
 <h4>HexEditSearchReplaceWidget.__int2bytearray</h4>
 <b>__int2bytearray</b>(<i>value</i>)
-
 <p>
         Private method to convert an integer to a byte array.
 </p>
+
 <dl>
 
 <dt><i>value</i> (int)</dt>
@@ -362,10 +360,10 @@
 <a NAME="HexEditSearchReplaceWidget.__showFind" ID="HexEditSearchReplaceWidget.__showFind"></a>
 <h4>HexEditSearchReplaceWidget.__showFind</h4>
 <b>__showFind</b>(<i>text=""</i>)
-
 <p>
         Private method to display this widget in find mode.
 </p>
+
 <dl>
 
 <dt><i>text</i> (str)</dt>
@@ -376,10 +374,10 @@
 <a NAME="HexEditSearchReplaceWidget.__showReplace" ID="HexEditSearchReplaceWidget.__showReplace"></a>
 <h4>HexEditSearchReplaceWidget.__showReplace</h4>
 <b>__showReplace</b>(<i>text=""</i>)
-
 <p>
         Private slot to display this widget in replace mode.
 </p>
+
 <dl>
 
 <dt><i>text</i> (str)</dt>
@@ -390,10 +388,10 @@
 <a NAME="HexEditSearchReplaceWidget.__text2bytearray" ID="HexEditSearchReplaceWidget.__text2bytearray"></a>
 <h4>HexEditSearchReplaceWidget.__text2bytearray</h4>
 <b>__text2bytearray</b>(<i>txt, dataFormat</i>)
-
 <p>
         Private method to convert a text to a byte array.
 </p>
+
 <dl>
 
 <dt><i>txt</i> (str)</dt>
@@ -428,10 +426,10 @@
 <a NAME="HexEditSearchReplaceWidget.findPrevNext" ID="HexEditSearchReplaceWidget.findPrevNext"></a>
 <h4>HexEditSearchReplaceWidget.findPrevNext</h4>
 <b>findPrevNext</b>(<i>prev=False</i>)
-
 <p>
         Public slot to find the next occurrence of the search term.
 </p>
+
 <dl>
 
 <dt><i>prev</i> (bool)</dt>
@@ -454,10 +452,10 @@
 <a NAME="HexEditSearchReplaceWidget.keyPressEvent" ID="HexEditSearchReplaceWidget.keyPressEvent"></a>
 <h4>HexEditSearchReplaceWidget.keyPressEvent</h4>
 <b>keyPressEvent</b>(<i>event</i>)
-
 <p>
         Protected slot to handle key press events.
 </p>
+
 <dl>
 
 <dt><i>event</i> (QKeyEvent)</dt>
@@ -468,17 +466,17 @@
 <a NAME="HexEditSearchReplaceWidget.on_closeButton_clicked" ID="HexEditSearchReplaceWidget.on_closeButton_clicked"></a>
 <h4>HexEditSearchReplaceWidget.on_closeButton_clicked</h4>
 <b>on_closeButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to close the widget.
 </p>
+
 <a NAME="HexEditSearchReplaceWidget.on_findFormatCombo_currentIndexChanged" ID="HexEditSearchReplaceWidget.on_findFormatCombo_currentIndexChanged"></a>
 <h4>HexEditSearchReplaceWidget.on_findFormatCombo_currentIndexChanged</h4>
 <b>on_findFormatCombo_currentIndexChanged</b>(<i>idx</i>)
-
 <p>
         Private slot to handle a selection from the find format.
 </p>
+
 <dl>
 
 <dt><i>idx</i> (int)</dt>
@@ -489,24 +487,24 @@
 <a NAME="HexEditSearchReplaceWidget.on_findNextButton_clicked" ID="HexEditSearchReplaceWidget.on_findNextButton_clicked"></a>
 <h4>HexEditSearchReplaceWidget.on_findNextButton_clicked</h4>
 <b>on_findNextButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to find the next occurrence.
 </p>
+
 <a NAME="HexEditSearchReplaceWidget.on_findPrevButton_clicked" ID="HexEditSearchReplaceWidget.on_findPrevButton_clicked"></a>
 <h4>HexEditSearchReplaceWidget.on_findPrevButton_clicked</h4>
 <b>on_findPrevButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to find the previous occurrence.
 </p>
+
 <a NAME="HexEditSearchReplaceWidget.on_findtextCombo_activated" ID="HexEditSearchReplaceWidget.on_findtextCombo_activated"></a>
 <h4>HexEditSearchReplaceWidget.on_findtextCombo_activated</h4>
 <b>on_findtextCombo_activated</b>(<i>idx</i>)
-
 <p>
         Private slot to handle a selection from the find history.
 </p>
+
 <dl>
 
 <dt><i>idx</i> (int)</dt>
@@ -517,10 +515,10 @@
 <a NAME="HexEditSearchReplaceWidget.on_findtextCombo_editTextChanged" ID="HexEditSearchReplaceWidget.on_findtextCombo_editTextChanged"></a>
 <h4>HexEditSearchReplaceWidget.on_findtextCombo_editTextChanged</h4>
 <b>on_findtextCombo_editTextChanged</b>(<i>txt</i>)
-
 <p>
         Private slot to enable/disable the find buttons.
 </p>
+
 <dl>
 
 <dt><i>txt</i> (str)</dt>
@@ -531,24 +529,24 @@
 <a NAME="HexEditSearchReplaceWidget.on_replaceAllButton_clicked" ID="HexEditSearchReplaceWidget.on_replaceAllButton_clicked"></a>
 <h4>HexEditSearchReplaceWidget.on_replaceAllButton_clicked</h4>
 <b>on_replaceAllButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to replace all occurrences of data.
 </p>
+
 <a NAME="HexEditSearchReplaceWidget.on_replaceButton_clicked" ID="HexEditSearchReplaceWidget.on_replaceButton_clicked"></a>
 <h4>HexEditSearchReplaceWidget.on_replaceButton_clicked</h4>
 <b>on_replaceButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to replace one occurrence of data.
 </p>
+
 <a NAME="HexEditSearchReplaceWidget.on_replaceFormatCombo_currentIndexChanged" ID="HexEditSearchReplaceWidget.on_replaceFormatCombo_currentIndexChanged"></a>
 <h4>HexEditSearchReplaceWidget.on_replaceFormatCombo_currentIndexChanged</h4>
 <b>on_replaceFormatCombo_currentIndexChanged</b>(<i>idx</i>)
-
 <p>
         Private slot to handle a selection from the replace format.
 </p>
+
 <dl>
 
 <dt><i>idx</i> (int)</dt>
@@ -559,18 +557,18 @@
 <a NAME="HexEditSearchReplaceWidget.on_replaceSearchButton_clicked" ID="HexEditSearchReplaceWidget.on_replaceSearchButton_clicked"></a>
 <h4>HexEditSearchReplaceWidget.on_replaceSearchButton_clicked</h4>
 <b>on_replaceSearchButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to replace one occurrence of data and search for the next
         one.
 </p>
+
 <a NAME="HexEditSearchReplaceWidget.on_replacetextCombo_activated" ID="HexEditSearchReplaceWidget.on_replacetextCombo_activated"></a>
 <h4>HexEditSearchReplaceWidget.on_replacetextCombo_activated</h4>
 <b>on_replacetextCombo_activated</b>(<i>idx</i>)
-
 <p>
         Private slot to handle a selection from the replace history.
 </p>
+
 <dl>
 
 <dt><i>idx</i> (int)</dt>
@@ -581,10 +579,10 @@
 <a NAME="HexEditSearchReplaceWidget.show" ID="HexEditSearchReplaceWidget.show"></a>
 <h4>HexEditSearchReplaceWidget.show</h4>
 <b>show</b>(<i>text=""</i>)
-
 <p>
         Public slot to show the widget.
 </p>
+
 <dl>
 
 <dt><i>text</i> (str)</dt>
@@ -594,4 +592,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial