Qt 4.8
|
Public Functions | |
void | clear () |
QRegExpEngineKey (const QString &pattern, QRegExp::PatternSyntax patternSyntax, Qt::CaseSensitivity cs) | |
Public Variables | |
Qt::CaseSensitivity | cs |
QString | pattern |
QRegExp::PatternSyntax | patternSyntax |
Definition at line 872 of file qregexp.cpp.
|
inline |
Definition at line 878 of file qregexp.cpp.
|
inline |
Definition at line 882 of file qregexp.cpp.
Referenced by QRegExpCharClass::QRegExpCharClass().
Qt::CaseSensitivity QRegExpEngineKey::cs |
Definition at line 876 of file qregexp.cpp.
Referenced by operator==().
QString QRegExpEngineKey::pattern |
Definition at line 874 of file qregexp.cpp.
Referenced by derefEngine(), operator==(), qHash(), QRegExpEngine::QRegExpEngine(), and qt_regexp_toCanonical().
QRegExp::PatternSyntax QRegExpEngineKey::patternSyntax |
Definition at line 875 of file qregexp.cpp.
Referenced by operator==(), and QRegExpEngine::QRegExpEngine().