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

branch
eric7
changeset 10040
b5ef1a93cd1a
parent 9944
011ae0edbcff
child 10211
7caa05cd6168
--- a/src/eric7/Documentation/Source/eric7.QScintilla.SearchReplaceWidget.html	Fri May 19 14:25:31 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.SearchReplaceWidget.html	Fri May 19 15:09:24 2023 +0200
@@ -430,6 +430,10 @@
 <td>Public slot to handle the closing of an editor.</td>
 </tr>
 <tr>
+<td><a href="#SearchReplaceWidget.eventFilter">eventFilter</a></td>
+<td>Public method to handle events for other objects.</td>
+</tr>
+<tr>
 <td><a href="#SearchReplaceWidget.findNext">findNext</a></td>
 <td>Public slot to find the next occurrence of text.</td>
 </tr>
@@ -536,10 +540,9 @@
 </p>
 <dl>
 
-<dt><i>searchNext</i></dt>
+<dt><i>searchNext</i> (bool)</dt>
 <dd>
-flag indicating to search for the next occurrence
-        (boolean).
+flag indicating to search for the next occurrence.
 </dd>
 </dl>
 <a NAME="SearchReplaceWidget.__findByReturnPressed" ID="SearchReplaceWidget.__findByReturnPressed"></a>
@@ -811,6 +814,36 @@
 reference to the closed editor
 </dd>
 </dl>
+<a NAME="SearchReplaceWidget.eventFilter" ID="SearchReplaceWidget.eventFilter"></a>
+<h4>SearchReplaceWidget.eventFilter</h4>
+<b>eventFilter</b>(<i>obj, evt</i>)
+
+<p>
+        Public method to handle events for other objects.
+</p>
+<dl>
+
+<dt><i>obj</i> (QObject)</dt>
+<dd>
+reference to the object
+</dd>
+<dt><i>evt</i> (QEvent)</dt>
+<dd>
+reference to the event
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating that the event should be filtered out
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
 <a NAME="SearchReplaceWidget.findNext" ID="SearchReplaceWidget.findNext"></a>
 <h4>SearchReplaceWidget.findNext</h4>
 <b>findNext</b>(<i></i>)

eric ide

mercurial