Nepomuk-Core
RegExpCache Class Reference
#include <regexpcache.h>
Public Member Functions | |
RegExpCache () | |
~RegExpCache () | |
bool | exactMatch (const QString &s) const |
bool | filenameMatch (const QString &path) const |
void | rebuildCacheFromFilterList (const QStringList &filters) |
QList< QRegExp > | regExps () const |
Detailed Description
Definition at line 30 of file regexpcache.h.
Constructor & Destructor Documentation
RegExpCache::RegExpCache | ( | ) |
Definition at line 27 of file regexpcache.cpp.
RegExpCache::~RegExpCache | ( | ) |
Definition at line 32 of file regexpcache.cpp.
Member Function Documentation
bool RegExpCache::exactMatch | ( | const QString & | s | ) | const |
Definition at line 37 of file regexpcache.cpp.
bool RegExpCache::filenameMatch | ( | const QString & | path | ) | const |
Definition at line 48 of file regexpcache.cpp.
void RegExpCache::rebuildCacheFromFilterList | ( | const QStringList & | filters | ) |
Definition at line 60 of file regexpcache.cpp.
|
inline |
Definition at line 41 of file regexpcache.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.