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
◆ addString()
void khtml::StringsMatcher::addString | ( | const QString & | pattern | ) |
Definition at line 181 of file khtml_filter.cpp.
◆ addWildedString()
void khtml::StringsMatcher::addWildedString | ( | const QString & | prefix, |
const QRegExp & | rx | ||
) |
Definition at line 215 of file khtml_filter.cpp.
◆ clear()
void khtml::StringsMatcher::clear | ( | ) |
Definition at line 304 of file khtml_filter.cpp.
◆ isMatched()
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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.