284 <p> |
284 <p> |
285 Private slot called to enable the find button. |
285 Private slot called to enable the find button. |
286 </p> |
286 </p> |
287 <a NAME="FindFileDialog.__getFileList" ID="FindFileDialog.__getFileList"></a> |
287 <a NAME="FindFileDialog.__getFileList" ID="FindFileDialog.__getFileList"></a> |
288 <h4>FindFileDialog.__getFileList</h4> |
288 <h4>FindFileDialog.__getFileList</h4> |
289 <b>__getFileList</b>(<i>path, filterRe</i>) |
289 <b>__getFileList</b>(<i>path, filterRe, excludeHiddenDirs=False, excludeHiddenFiles=False</i>) |
290 |
290 |
291 <p> |
291 <p> |
292 Private method to get a list of files to search. |
292 Private method to get a list of files to search. |
293 </p> |
293 </p> |
294 <dl> |
294 <dl> |
295 |
295 |
296 <dt><i>path</i></dt> |
296 <dt><i>path</i> (str)</dt> |
297 <dd> |
297 <dd> |
298 the root directory to search in (string) |
298 the root directory to search in |
299 </dd> |
299 </dd> |
300 <dt><i>filterRe</i></dt> |
300 <dt><i>filterRe</i> (regexp object)</dt> |
301 <dd> |
301 <dd> |
302 regular expression defining the filter |
302 regular expression defining the filter |
303 criteria (regexp object) |
303 criteria |
304 </dd> |
304 </dd> |
305 </dl> |
305 <dt><i>excludeHiddenDirs</i> (bool)</dt> |
306 <dl> |
306 <dd> |
307 <dt>Returns:</dt> |
307 flag indicating to exclude hidden directories |
308 <dd> |
308 </dd> |
309 list of files to be processed (list of strings) |
309 <dt><i>excludeHiddenFiles</i> (bool)</dt> |
|
310 <dd> |
|
311 flag indicating to exclude hidden files |
|
312 </dd> |
|
313 </dl> |
|
314 <dl> |
|
315 <dt>Return:</dt> |
|
316 <dd> |
|
317 list of files to be processed |
|
318 </dd> |
|
319 </dl> |
|
320 <dl> |
|
321 <dt>Return Type:</dt> |
|
322 <dd> |
|
323 list of str |
310 </dd> |
324 </dd> |
311 </dl> |
325 </dl> |
312 <a NAME="FindFileDialog.__openFile" ID="FindFileDialog.__openFile"></a> |
326 <a NAME="FindFileDialog.__openFile" ID="FindFileDialog.__openFile"></a> |
313 <h4>FindFileDialog.__openFile</h4> |
327 <h4>FindFileDialog.__openFile</h4> |
314 <b>__openFile</b>(<i></i>) |
328 <b>__openFile</b>(<i></i>) |