src/eric7/Documentation/Source/eric7.QScintilla.SearchReplaceWidget.html

branch
eric7
changeset 10422
e28b89693f37
parent 10211
7caa05cd6168
child 10429
643989a1e2bd
--- a/src/eric7/Documentation/Source/eric7.QScintilla.SearchReplaceWidget.html	Tue Dec 19 09:31:02 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.SearchReplaceWidget.html	Tue Dec 19 11:04:03 2023 +0100
@@ -454,6 +454,10 @@
 <td>Private slot to close the widget.</td>
 </tr>
 <tr>
+<td><a href="#SearchReplaceWidget.on_escapeCheckBox_toggled">on_escapeCheckBox_toggled</a></td>
+<td>Private slot handling a change of the escape selector.</td>
+</tr>
+<tr>
 <td><a href="#SearchReplaceWidget.on_extendButton_clicked">on_extendButton_clicked</a></td>
 <td>Private slot to handle the quick search extend action.</td>
 </tr>
@@ -470,6 +474,10 @@
 <td>Private slot to enable/disable the find buttons.</td>
 </tr>
 <tr>
+<td><a href="#SearchReplaceWidget.on_regexpCheckBox_toggled">on_regexpCheckBox_toggled</a></td>
+<td>Private slot handling a change of the regexp selector.</td>
+</tr>
+<tr>
 <td><a href="#SearchReplaceWidget.on_replaceAllButton_clicked">on_replaceAllButton_clicked</a></td>
 <td>Private slot to replace all occurrences of text.</td>
 </tr>
@@ -890,6 +898,20 @@
 <p>
         Private slot to close the widget.
 </p>
+<a NAME="SearchReplaceWidget.on_escapeCheckBox_toggled" ID="SearchReplaceWidget.on_escapeCheckBox_toggled"></a>
+<h4>SearchReplaceWidget.on_escapeCheckBox_toggled</h4>
+<b>on_escapeCheckBox_toggled</b>(<i>checked</i>)
+
+<p>
+        Private slot handling a change of the escape selector.
+</p>
+<dl>
+
+<dt><i>checked</i> (bool)</dt>
+<dd>
+state of the escape selector
+</dd>
+</dl>
 <a NAME="SearchReplaceWidget.on_extendButton_clicked" ID="SearchReplaceWidget.on_extendButton_clicked"></a>
 <h4>SearchReplaceWidget.on_extendButton_clicked</h4>
 <b>on_extendButton_clicked</b>(<i></i>)
@@ -925,6 +947,20 @@
 text of the find text combo
 </dd>
 </dl>
+<a NAME="SearchReplaceWidget.on_regexpCheckBox_toggled" ID="SearchReplaceWidget.on_regexpCheckBox_toggled"></a>
+<h4>SearchReplaceWidget.on_regexpCheckBox_toggled</h4>
+<b>on_regexpCheckBox_toggled</b>(<i>checked</i>)
+
+<p>
+        Private slot handling a change of the regexp selector.
+</p>
+<dl>
+
+<dt><i>checked</i> (bool)</dt>
+<dd>
+state of the regexp selector
+</dd>
+</dl>
 <a NAME="SearchReplaceWidget.on_replaceAllButton_clicked" ID="SearchReplaceWidget.on_replaceAllButton_clicked"></a>
 <h4>SearchReplaceWidget.on_replaceAllButton_clicked</h4>
 <b>on_replaceAllButton_clicked</b>(<i></i>)

eric ide

mercurial