eVaf
engine.h File Reference

Module for the FileFinder application that searches for files. More...

#include "ifilefinder.h"
#include "version.h"
#include <Plugins/iPlugin>
#include <QDir>
#include <QRegExp>
#include <QVector>
#include <QThread>
#include <QMutex>
#include <QWaitCondition>
#include <QStringList>

Go to the source code of this file.

Classes

class  eVaf::FileFinder::Engine::Internal::Engine
 Implements the iFileFinder interface. More...
 
class  eVaf::FileFinder::Engine::Module
 Module for the FileFinder application that searches for files. More...
 
class  eVaf::FileFinder::Engine::Internal::RegExpChain
 A chain of QRegExp patterns. More...
 
class  eVaf::FileFinder::Engine::Internal::Worker
 Worker thread searching for files. More...
 

Namespaces

 eVaf
 Global eVaf namespace.
 
 eVaf::FileFinder
 Application for searching files.
 
 eVaf::FileFinder::Engine
 Module that implements the engine for searching files.
 
 eVaf::FileFinder::Engine::Internal
 Internal implementation of the FileFinder engine.
 

Detailed Description

Module for the FileFinder application that searches for files.

Author
Enar Vaikene

Copyright (c) 2011 Enar Vaikene

This file is part of the eVaf C++ cross-platform application development framework.

This file can be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file. Please review the the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html.

Alternatively, this file may be used in accordance with the Commercial License Agreement provided with the Software.

Definition in file engine.h.