#include <MtpRegExp.h>
Collaboration diagram for MtpRegExp:
Public Member Functions | |
MtpRegExp (const QString &="", MtpContext *ctxt=0) | |
~MtpRegExp () | |
bool | exactMatch (const QString &) |
QString | cap (int i) |
int | search (const QString &, int &) const |
int | matchedLength () const |
Private Attributes | |
QRegExp | reg |
QString | pattern |
MtpContext * | m_context |
Definition at line 23 of file MtpRegExp.h.
|
Definition at line 15 of file MtpRegExp.cpp. |
|
Definition at line 20 of file MtpRegExp.cpp. |
|
Definition at line 50 of file MtpRegExp.cpp. References reg. Referenced by Filter::applyProcessedRegexpToPattern(). |
|
Definition at line 22 of file MtpRegExp.cpp. References MtpContext::getValue(), m_context, pattern, and reg. Referenced by LineFilter::applyTo(), ItemFilter::applyTo(), InputFilter::applyTo(), GlobalFilter::applyTo(), and BlockFilter::applyTo(). |
|
Definition at line 58 of file MtpRegExp.cpp. References reg. |
|
Definition at line 54 of file MtpRegExp.cpp. References reg. |
|
Definition at line 37 of file MtpRegExp.h. Referenced by exactMatch(), and MtpRegExp(). |
|
Definition at line 36 of file MtpRegExp.h. Referenced by exactMatch(), and MtpRegExp(). |
|
Definition at line 35 of file MtpRegExp.h. Referenced by cap(), exactMatch(), matchedLength(), and search(). |