60 </dl> |
60 </dl> |
61 <h3>Derived from</h3> |
61 <h3>Derived from</h3> |
62 QDialog, Ui_FindFileDialog |
62 QDialog, Ui_FindFileDialog |
63 <h3>Class Attributes</h3> |
63 <h3>Class Attributes</h3> |
64 <table> |
64 <table> |
65 <tr><td>designerFile</td></tr><tr><td>endRole</td></tr><tr><td>lineRole</td></tr><tr><td>replaceRole</td></tr><tr><td>sourceFile</td></tr><tr><td>startRole</td></tr> |
65 <tr><td>designerFile</td></tr><tr><td>endRole</td></tr><tr><td>lineRole</td></tr><tr><td>md5Role</td></tr><tr><td>replaceRole</td></tr><tr><td>sourceFile</td></tr><tr><td>startRole</td></tr> |
66 </table> |
66 </table> |
67 <h3>Methods</h3> |
67 <h3>Methods</h3> |
68 <table> |
68 <table> |
69 <tr> |
69 <tr> |
70 <td><a href="#FindFileDialog.__init__">FindFileDialog</a></td> |
70 <td><a href="#FindFileDialog.__init__">FindFileDialog</a></td> |
162 <b>__copyToClipboard</b>(<i></i>) |
162 <b>__copyToClipboard</b>(<i></i>) |
163 <p> |
163 <p> |
164 Private method to copy the path of an entry to the clipboard. |
164 Private method to copy the path of an entry to the clipboard. |
165 </p><a NAME="FindFileDialog.__createItem" ID="FindFileDialog.__createItem"></a> |
165 </p><a NAME="FindFileDialog.__createItem" ID="FindFileDialog.__createItem"></a> |
166 <h4>FindFileDialog.__createItem</h4> |
166 <h4>FindFileDialog.__createItem</h4> |
167 <b>__createItem</b>(<i>file, line, text, start, end, replTxt = ""</i>) |
167 <b>__createItem</b>(<i>file, line, text, start, end, replTxt = "", md5 = ""</i>) |
168 <p> |
168 <p> |
169 Private method to create an entry in the file list. |
169 Private method to create an entry in the file list. |
170 </p><dl> |
170 </p><dl> |
171 <dt><i>file</i></dt> |
171 <dt><i>file</i></dt> |
172 <dd> |
172 <dd> |
183 </dd><dt><i>end</i></dt> |
183 </dd><dt><i>end</i></dt> |
184 <dd> |
184 <dd> |
185 end position of match (integer) |
185 end position of match (integer) |
186 </dd><dt><i>replTxt</i></dt> |
186 </dd><dt><i>replTxt</i></dt> |
187 <dd> |
187 <dd> |
188 text with replacements applied (string |
188 text with replacements applied (string) |
|
189 </dd><dt><i>md5=</i></dt> |
|
190 <dd> |
|
191 MD5 hash of the file (string) |
189 </dd> |
192 </dd> |
190 </dl><a NAME="FindFileDialog.__doSearch" ID="FindFileDialog.__doSearch"></a> |
193 </dl><a NAME="FindFileDialog.__doSearch" ID="FindFileDialog.__doSearch"></a> |
191 <h4>FindFileDialog.__doSearch</h4> |
194 <h4>FindFileDialog.__doSearch</h4> |
192 <b>__doSearch</b>(<i></i>) |
195 <b>__doSearch</b>(<i></i>) |
193 <p> |
196 <p> |