KHTML
khtml::StringsMatcher Class Reference
#include <khtml_filter_p.h>
Public Member Functions | |
void | addString (const QString &pattern) |
void | addWildedString (const QString &prefix, const QRegExp &rx) |
void | clear () |
bool | isMatched (const QString &str, QString *by=0) const |
Detailed Description
Definition at line 33 of file khtml_filter_p.h.
Member Function Documentation
void khtml::StringsMatcher::addString | ( | const QString & | pattern | ) |
Definition at line 181 of file khtml_filter.cpp.
void khtml::StringsMatcher::addWildedString | ( | const QString & | prefix, |
const QRegExp & | rx | ||
) |
Definition at line 215 of file khtml_filter.cpp.
void khtml::StringsMatcher::clear | ( | ) |
Definition at line 304 of file khtml_filter.cpp.
bool khtml::StringsMatcher::isMatched | ( | const QString & | str, |
QString * | by = 0 |
||
) | const |
Definition at line 237 of file khtml_filter.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Wed May 11 2016 01:43:12 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2016 The KDE developers.
Generated on Wed May 11 2016 01:43:12 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.