| 
    eVaf
    
   | 
 
Implements the iFileFinder interface. More...
#include </var/tmp/work/evaf/src/apps/FileFinder/Engine/engine.h>
Additional Inherited Members | |
  Signals inherited from eVaf::FileFinder::iFileFinder | |
| void | finished (bool canceled) | 
| Signal emitted when the search is finished.  More... | |
| void | found (QString const &fileName, QString const &dir) | 
| Signal emitted for every file found during the search.  More... | |
  Public Member Functions inherited from eVaf::FileFinder::iFileFinder | |
| iFileFinder () | |
| Interface constructor.  More... | |
| virtual | ~iFileFinder () | 
| Empty virtual destructor.  More... | |
Implements the iFileFinder interface.
The Internal::Engine class implements the iFileFinder interface. Searching for files is done in a separate worker thread Internal::Worker.