230 <td>Private method to find the next occurrence of the search text.</td> |
230 <td>Private method to find the next occurrence of the search text.</td> |
231 </tr><tr> |
231 </tr><tr> |
232 <td><a href="#SearchReplaceWidget.__markOccurrences">__markOccurrences</a></td> |
232 <td><a href="#SearchReplaceWidget.__markOccurrences">__markOccurrences</a></td> |
233 <td>Private method to mark all occurrences of the search text.</td> |
233 <td>Private method to mark all occurrences of the search text.</td> |
234 </tr><tr> |
234 </tr><tr> |
|
235 <td><a href="#SearchReplaceWidget.__selectionBoundary">__selectionBoundary</a></td> |
|
236 <td>Private method to calculate the current selection boundary.</td> |
|
237 </tr><tr> |
235 <td><a href="#SearchReplaceWidget.__showFind">__showFind</a></td> |
238 <td><a href="#SearchReplaceWidget.__showFind">__showFind</a></td> |
236 <td>Private method to display this widget in find mode.</td> |
239 <td>Private method to display this widget in find mode.</td> |
237 </tr><tr> |
240 </tr><tr> |
238 <td><a href="#SearchReplaceWidget.__showReplace">__showReplace</a></td> |
241 <td><a href="#SearchReplaceWidget.__showReplace">__showReplace</a></td> |
239 <td>Private slot to display this widget in replace mode.</td> |
242 <td>Private slot to display this widget in replace mode.</td> |
343 </p><dl> |
346 </p><dl> |
344 <dt><i>txt</i></dt> |
347 <dt><i>txt</i></dt> |
345 <dd> |
348 <dd> |
346 text to search for (string) |
349 text to search for (string) |
347 </dd> |
350 </dd> |
|
351 </dl><a NAME="SearchReplaceWidget.__selectionBoundary" ID="SearchReplaceWidget.__selectionBoundary"></a> |
|
352 <h4>SearchReplaceWidget.__selectionBoundary</h4> |
|
353 <b>__selectionBoundary</b>(<i>selections=None</i>) |
|
354 <p> |
|
355 Private method to calculate the current selection boundary. |
|
356 </p><dl> |
|
357 <dt><i>selections</i></dt> |
|
358 <dd> |
|
359 optional parameter giving the selections to |
|
360 calculate the boundary for (list of tuples of four integer) |
|
361 </dd> |
|
362 </dl><dl> |
|
363 <dt>Returns:</dt> |
|
364 <dd> |
|
365 tuple of start line and index and end line and index |
|
366 (tuple of four integer) |
|
367 </dd> |
348 </dl><a NAME="SearchReplaceWidget.__showFind" ID="SearchReplaceWidget.__showFind"></a> |
368 </dl><a NAME="SearchReplaceWidget.__showFind" ID="SearchReplaceWidget.__showFind"></a> |
349 <h4>SearchReplaceWidget.__showFind</h4> |
369 <h4>SearchReplaceWidget.__showFind</h4> |
350 <b>__showFind</b>(<i>text=''</i>) |
370 <b>__showFind</b>(<i>text=''</i>) |
351 <p> |
371 <p> |
352 Private method to display this widget in find mode. |
372 Private method to display this widget in find mode. |