#include <InputFilter.h>
Inheritance diagram for InputFilter:
Public Member Functions | |
InputFilter (const QString &name, bool memory=false, MtpContext *ctxt=0) | |
~InputFilter () | |
bool | memorize () const |
bool | applyTo (QString &) |
void | setRegExp (const QString &) |
void | setResultPattern (const QString &) |
QString | getRegExp () const |
QString | getResultPattern () const |
Private Attributes | |
bool | memory |
MtpRegExp | reg |
QString | pattern |
QString | sreg |
MtpContext * | m_context |
Definition at line 21 of file InputFilter.h.
|
Definition at line 14 of file InputFilter.cpp. References m_context. |
|
Definition at line 21 of file InputFilter.cpp. |
|
Reimplemented from Filter. Definition at line 23 of file InputFilter.cpp. References Filter::applyProcessedRegexpToPattern(), MtpRegExp::exactMatch(), pattern, reg, and Filter::setResult(). |
|
Definition at line 46 of file InputFilter.cpp. References sreg. |
|
Definition at line 50 of file InputFilter.cpp. References pattern. |
|
Definition at line 33 of file InputFilter.cpp. References memory. |
|
Definition at line 37 of file InputFilter.cpp. References m_context, reg, and sreg. Referenced by MtpFilter::MtpFilter(). |
|
Definition at line 42 of file InputFilter.cpp. References pattern. Referenced by MtpFilter::MtpFilter(). |
|
Reimplemented from Filter. Definition at line 40 of file InputFilter.h. Referenced by InputFilter(), and setRegExp(). |
|
Definition at line 37 of file InputFilter.h. Referenced by memorize(). |
|
Definition at line 39 of file InputFilter.h. Referenced by applyTo(), getResultPattern(), and setResultPattern(). |
|
Definition at line 38 of file InputFilter.h. Referenced by applyTo(), and setRegExp(). |
|
Definition at line 39 of file InputFilter.h. Referenced by getRegExp(), and setRegExp(). |