42 <hr /><hr /> |
42 <hr /><hr /> |
43 <a NAME="SearchReplaceWidget" ID="SearchReplaceWidget"></a> |
43 <a NAME="SearchReplaceWidget" ID="SearchReplaceWidget"></a> |
44 <h2>SearchReplaceWidget</h2> |
44 <h2>SearchReplaceWidget</h2> |
45 <p> |
45 <p> |
46 Class implementing the search and replace widget. |
46 Class implementing the search and replace widget. |
47 </p><h4>Signals</h4> |
47 </p><h3>Signals</h3> |
48 <dl> |
48 <dl> |
49 <dt>searchListChanged()</dt> |
49 <dt>searchListChanged()</dt> |
50 <dd> |
50 <dd> |
51 emitted to indicate a change of the search list |
51 emitted to indicate a change of the search list |
52 </dd> |
52 </dd> |
55 QWidget |
55 QWidget |
56 <h3>Class Attributes</h3> |
56 <h3>Class Attributes</h3> |
57 <table> |
57 <table> |
58 <tr><td>None</td></tr> |
58 <tr><td>None</td></tr> |
59 </table> |
59 </table> |
|
60 <h3>Class Methods</h3> |
|
61 <table> |
|
62 <tr><td>None</td></tr> |
|
63 </table> |
60 <h3>Methods</h3> |
64 <h3>Methods</h3> |
61 <table> |
65 <table> |
62 <tr> |
66 <tr> |
63 <td><a href="#SearchReplaceWidget.__init__">SearchReplaceWidget</a></td> |
|
64 <td>Constructor</td> |
|
65 </tr><tr> |
|
66 <td><a href="#SearchReplaceWidget.__findByReturnPressed">__findByReturnPressed</a></td> |
67 <td><a href="#SearchReplaceWidget.__findByReturnPressed">__findByReturnPressed</a></td> |
67 <td>Private slot to handle the returnPressed signal of the findtext combobox.</td> |
68 <td>Private slot to handle the returnPressed signal of the findtext combobox.</td> |
68 </tr><tr> |
69 </tr><tr> |
69 <td><a href="#SearchReplaceWidget.__findNextPrev">__findNextPrev</a></td> |
70 <td><a href="#SearchReplaceWidget.__findNextPrev">__findNextPrev</a></td> |
70 <td>Private method to find the next occurrence of the search text.</td> |
71 <td>Private method to find the next occurrence of the search text.</td> |
112 <td>Overridden slot from QWidget.</td> |
113 <td>Overridden slot from QWidget.</td> |
113 </tr><tr> |
114 </tr><tr> |
114 <td><a href="#SearchReplaceWidget.updateSelectionCheckBox">updateSelectionCheckBox</a></td> |
115 <td><a href="#SearchReplaceWidget.updateSelectionCheckBox">updateSelectionCheckBox</a></td> |
115 <td>Public slot to update the selection check box.</td> |
116 <td>Public slot to update the selection check box.</td> |
116 </tr> |
117 </tr> |
|
118 </table> |
|
119 <h3>Static Methods</h3> |
|
120 <table> |
|
121 <tr><td>None</td></tr> |
117 </table> |
122 </table> |
118 <a NAME="SearchReplaceWidget.__init__" ID="SearchReplaceWidget.__init__"></a> |
123 <a NAME="SearchReplaceWidget.__init__" ID="SearchReplaceWidget.__init__"></a> |
119 <h4>SearchReplaceWidget (Constructor)</h4> |
124 <h4>SearchReplaceWidget (Constructor)</h4> |
120 <b>SearchReplaceWidget</b>(<i>replace, vm, parent=None</i>) |
125 <b>SearchReplaceWidget</b>(<i>replace, vm, parent=None</i>) |
121 <p> |
126 <p> |