~mcfletch/eric/update-to-4.5.13

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric4.QScintilla.SearchReplaceWidget.html

Tags: 4.5.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
<td><a href="#SearchReplaceWidget.__init__">SearchReplaceWidget</a></td>
68
68
<td>Constructor</td>
69
69
</tr><tr>
 
70
<td><a href="#SearchReplaceWidget.__doReplace">__doReplace</a></td>
 
71
<td>Private method to replace one occurrence of text.</td>
 
72
</tr><tr>
70
73
<td><a href="#SearchReplaceWidget.__findByReturnPressed">__findByReturnPressed</a></td>
71
74
<td>Private slot to handle the returnPressed signal of the findtext combobox.</td>
72
75
</tr><tr>
109
112
<td><a href="#SearchReplaceWidget.on_replaceButton_clicked">on_replaceButton_clicked</a></td>
110
113
<td>Private slot to replace one occurrence of text.</td>
111
114
</tr><tr>
 
115
<td><a href="#SearchReplaceWidget.on_replaceSearchButton_clicked">on_replaceSearchButton_clicked</a></td>
 
116
<td>Private slot to replace one occurrence of text and search for the next one.</td>
 
117
</tr><tr>
112
118
<td><a href="#SearchReplaceWidget.selectionChanged">selectionChanged</a></td>
113
119
<td>Public slot tracking changes of selected text.</td>
114
120
</tr><tr>
139
145
<dd>
140
146
parent widget of this widget (QWidget)
141
147
</dd>
 
148
</dl><a NAME="SearchReplaceWidget.__doReplace" ID="SearchReplaceWidget.__doReplace"></a>
 
149
<h4>SearchReplaceWidget.__doReplace</h4>
 
150
<b>__doReplace</b>(<i>searchNext</i>)
 
151
<p>
 
152
        Private method to replace one occurrence of text.
 
153
</p><dl>
 
154
<dt><i>searchNext</i></dt>
 
155
<dd>
 
156
flag indicating to search for the next occurrence (boolean).
 
157
</dd>
142
158
</dl><a NAME="SearchReplaceWidget.__findByReturnPressed" ID="SearchReplaceWidget.__findByReturnPressed"></a>
143
159
<h4>SearchReplaceWidget.__findByReturnPressed</h4>
144
160
<b>__findByReturnPressed</b>(<i></i>)
242
258
<b>on_replaceButton_clicked</b>(<i></i>)
243
259
<p>
244
260
        Private slot to replace one occurrence of text.
 
261
</p><a NAME="SearchReplaceWidget.on_replaceSearchButton_clicked" ID="SearchReplaceWidget.on_replaceSearchButton_clicked"></a>
 
262
<h4>SearchReplaceWidget.on_replaceSearchButton_clicked</h4>
 
263
<b>on_replaceSearchButton_clicked</b>(<i></i>)
 
264
<p>
 
265
        Private slot to replace one occurrence of text and search for the next one.
245
266
</p><a NAME="SearchReplaceWidget.selectionChanged" ID="SearchReplaceWidget.selectionChanged"></a>
246
267
<h4>SearchReplaceWidget.selectionChanged</h4>
247
268
<b>selectionChanged</b>(<i></i>)