428 <tr> |
428 <tr> |
429 <td><a href="#SearchReplaceWidget.editorClosed">editorClosed</a></td> |
429 <td><a href="#SearchReplaceWidget.editorClosed">editorClosed</a></td> |
430 <td>Public slot to handle the closing of an editor.</td> |
430 <td>Public slot to handle the closing of an editor.</td> |
431 </tr> |
431 </tr> |
432 <tr> |
432 <tr> |
|
433 <td><a href="#SearchReplaceWidget.eventFilter">eventFilter</a></td> |
|
434 <td>Public method to handle events for other objects.</td> |
|
435 </tr> |
|
436 <tr> |
433 <td><a href="#SearchReplaceWidget.findNext">findNext</a></td> |
437 <td><a href="#SearchReplaceWidget.findNext">findNext</a></td> |
434 <td>Public slot to find the next occurrence of text.</td> |
438 <td>Public slot to find the next occurrence of text.</td> |
435 </tr> |
439 </tr> |
436 <tr> |
440 <tr> |
437 <td><a href="#SearchReplaceWidget.findPrev">findPrev</a></td> |
441 <td><a href="#SearchReplaceWidget.findPrev">findPrev</a></td> |
534 <p> |
538 <p> |
535 Private method to replace one occurrence of text. |
539 Private method to replace one occurrence of text. |
536 </p> |
540 </p> |
537 <dl> |
541 <dl> |
538 |
542 |
539 <dt><i>searchNext</i></dt> |
543 <dt><i>searchNext</i> (bool)</dt> |
540 <dd> |
544 <dd> |
541 flag indicating to search for the next occurrence |
545 flag indicating to search for the next occurrence. |
542 (boolean). |
|
543 </dd> |
546 </dd> |
544 </dl> |
547 </dl> |
545 <a NAME="SearchReplaceWidget.__findByReturnPressed" ID="SearchReplaceWidget.__findByReturnPressed"></a> |
548 <a NAME="SearchReplaceWidget.__findByReturnPressed" ID="SearchReplaceWidget.__findByReturnPressed"></a> |
546 <h4>SearchReplaceWidget.__findByReturnPressed</h4> |
549 <h4>SearchReplaceWidget.__findByReturnPressed</h4> |
547 <b>__findByReturnPressed</b>(<i></i>) |
550 <b>__findByReturnPressed</b>(<i></i>) |
809 <dt><i>editor</i> (Editor)</dt> |
812 <dt><i>editor</i> (Editor)</dt> |
810 <dd> |
813 <dd> |
811 reference to the closed editor |
814 reference to the closed editor |
812 </dd> |
815 </dd> |
813 </dl> |
816 </dl> |
|
817 <a NAME="SearchReplaceWidget.eventFilter" ID="SearchReplaceWidget.eventFilter"></a> |
|
818 <h4>SearchReplaceWidget.eventFilter</h4> |
|
819 <b>eventFilter</b>(<i>obj, evt</i>) |
|
820 |
|
821 <p> |
|
822 Public method to handle events for other objects. |
|
823 </p> |
|
824 <dl> |
|
825 |
|
826 <dt><i>obj</i> (QObject)</dt> |
|
827 <dd> |
|
828 reference to the object |
|
829 </dd> |
|
830 <dt><i>evt</i> (QEvent)</dt> |
|
831 <dd> |
|
832 reference to the event |
|
833 </dd> |
|
834 </dl> |
|
835 <dl> |
|
836 <dt>Return:</dt> |
|
837 <dd> |
|
838 flag indicating that the event should be filtered out |
|
839 </dd> |
|
840 </dl> |
|
841 <dl> |
|
842 <dt>Return Type:</dt> |
|
843 <dd> |
|
844 bool |
|
845 </dd> |
|
846 </dl> |
814 <a NAME="SearchReplaceWidget.findNext" ID="SearchReplaceWidget.findNext"></a> |
847 <a NAME="SearchReplaceWidget.findNext" ID="SearchReplaceWidget.findNext"></a> |
815 <h4>SearchReplaceWidget.findNext</h4> |
848 <h4>SearchReplaceWidget.findNext</h4> |
816 <b>findNext</b>(<i></i>) |
849 <b>findNext</b>(<i></i>) |
817 |
850 |
818 <p> |
851 <p> |