eVaf
|
File filter defining patterns for file names and contents. More...
#include </var/tmp/work/evaf/src/apps/FileFinder/Engine/ifilefinder.h>
Public Member Functions | |
Filter () | |
Filter (QString const &in, QString const &en, QString const &ic, QString const &ec) | |
Public Attributes | |
QString | excludeContent |
QRegExp expression specifying file content that is excluded from the search result. More... | |
QString | excludeNames |
QRegExp expression specifying file names that are excluded from the search result. More... | |
QString | includeContent |
QRegExp expression specifying file content that is included in the search result. More... | |
QString | includeNames |
QRegExp expression specifying file names that are included in the search result. More... | |
File filter defining patterns for file names and contents.
File name patterns are wildcards (QRegExp::WildcardUnix). Multiple patterns can be separated by comma like, for example, "*.cpp,*.h". To include a comma in the pattern, escape it with '\'.
Content patterns are regular expressions (QRegExp::RegExp).
A file matches the filter if:
Definition at line 43 of file ifilefinder.h.
|
inline |
Definition at line 45 of file ifilefinder.h.
|
inline |
Definition at line 48 of file ifilefinder.h.
QString eVaf::FileFinder::Filter::excludeContent |
QRegExp expression specifying file content that is excluded from the search result.
Definition at line 65 of file ifilefinder.h.
QString eVaf::FileFinder::Filter::excludeNames |
QRegExp expression specifying file names that are excluded from the search result.
Definition at line 59 of file ifilefinder.h.
QString eVaf::FileFinder::Filter::includeContent |
QRegExp expression specifying file content that is included in the search result.
Definition at line 62 of file ifilefinder.h.
QString eVaf::FileFinder::Filter::includeNames |
QRegExp expression specifying file names that are included in the search result.
Definition at line 56 of file ifilefinder.h.