Documentation/Source/eric5.UI.SearchWidget.html

changeset 1830
f2fccb8c2ab4
parent 1823
21d988eaf1bf
child 1833
f7cd855680f1
--- a/Documentation/Source/eric5.UI.SearchWidget.html	Tue May 01 16:01:44 2012 +0200
+++ b/Documentation/Source/eric5.UI.SearchWidget.html	Tue May 01 18:01:13 2012 +0200
@@ -93,6 +93,9 @@
 <td><a href="#SearchWidget.on_findtextCombo_editTextChanged">on_findtextCombo_editTextChanged</a></td>
 <td>Private slot to enable/disable the find buttons.</td>
 </tr><tr>
+<td><a href="#SearchWidget.searchStringFound">searchStringFound</a></td>
+<td>Public slot to indicate that the search string was found.</td>
+</tr><tr>
 <td><a href="#SearchWidget.showFind">showFind</a></td>
 <td>Public method to display this widget.</td>
 </tr>
@@ -161,6 +164,16 @@
 <dd>
 text of the combobox (string)
 </dd>
+</dl><a NAME="SearchWidget.searchStringFound" ID="SearchWidget.searchStringFound"></a>
+<h4>SearchWidget.searchStringFound</h4>
+<b>searchStringFound</b>(<i>found</i>)
+<p>
+        Public slot to indicate that the search string was found.
+</p><dl>
+<dt><i>found</i></dt>
+<dd>
+flag indicating success (boolean)
+</dd>
 </dl><a NAME="SearchWidget.showFind" ID="SearchWidget.showFind"></a>
 <h4>SearchWidget.showFind</h4>
 <b>showFind</b>(<i>txt=""</i>)

eric ide

mercurial