Qt 4.8
|
Public Functions | |
void | addCategories (int cats) |
void | addRange (ushort from, ushort to) |
void | addSingleton (ushort ch) |
void | clear () |
void | dump () const |
const QVector< int > & | firstOccurrence () const |
bool | in (QChar ch) const |
bool | negative () const |
QRegExpCharClass & | operator= (const QRegExpCharClass &cc) |
QRegExpCharClass () | |
QRegExpCharClass (const QRegExpCharClass &cc) | |
void | setNegative (bool negative) |
Properties | |
int | c |
bool | n |
QVector< int > | occ1 |
QVector< QRegExpCharClassRange > | r |
Definition at line 1022 of file qregexp.cpp.
QRegExpCharClass::QRegExpCharClass | ( | ) |
Definition at line 2323 of file qregexp.cpp.
|
inline |
Definition at line 1026 of file qregexp.cpp.
void QRegExpCharClass::addCategories | ( | int | cats | ) |
Definition at line 2357 of file qregexp.cpp.
Referenced by QRegExpEngine::getEscape().
Definition at line 2365 of file qregexp.cpp.
Referenced by QRegExpEngine::getEscape(), and QRegExpEngine::getToken().
|
inline |
Definition at line 1035 of file qregexp.cpp.
Referenced by QRegExpEngine::getEscape(), and QRegExpEngine::getToken().
void QRegExpCharClass::clear | ( | ) |
void QRegExpCharClass::dump | ( | ) | const |
Definition at line 2415 of file qregexp.cpp.
|
inline |
bool QRegExpCharClass::in | ( | QChar | ch | ) | const |
Definition at line 2393 of file qregexp.cpp.
Referenced by QRegExpMatchState::matchHere().
|
inline |
Definition at line 1031 of file qregexp.cpp.
Referenced by QRegExpEngine::getEscape(), QRegExpMatchState::matchHere(), and setNegative().
QRegExpCharClass & QRegExpCharClass::operator= | ( | const QRegExpCharClass & | cc | ) |
Definition at line 2331 of file qregexp.cpp.
void QRegExpCharClass::setNegative | ( | bool | negative | ) |
Definition at line 2349 of file qregexp.cpp.
Referenced by QRegExpEngine::getEscape(), and QRegExpEngine::getToken().
|
private |
Definition at line 1047 of file qregexp.cpp.
Referenced by addCategories(), clear(), dump(), in(), and operator=().
|
private |
Definition at line 1049 of file qregexp.cpp.
Referenced by clear(), dump(), in(), operator=(), and setNegative().
|
private |
Definition at line 1051 of file qregexp.cpp.
Referenced by addCategories(), addRange(), in(), operator=(), QRegExpCharClass(), and setNegative().
|
private |
Definition at line 1048 of file qregexp.cpp.
Referenced by addRange(), clear(), dump(), in(), and operator=().