Public Member Functions | |
QLigature (QChar c) | |
Q_UINT16 | first () |
Q_UINT16 | next () |
Q_UINT16 | current () |
int | match (QString &str, unsigned int index) |
QChar | head () |
QChar::Decomposition | tag () |
Private Attributes | |
Q_UINT16 * | ligatures |
Q_UINT16 * | cur |
Definition at line 11426 of file qstring.cpp.
QLigature::QLigature | ( | QChar | c | ) |
Definition at line 11444 of file qstring.cpp.
|
inline |
Definition at line 11433 of file qstring.cpp.
|
inline |
Definition at line 11431 of file qstring.cpp.
QChar QLigature::head | ( | ) |
Definition at line 11457 of file qstring.cpp.
int QLigature::match | ( | QString & | str, |
unsigned int | index | ||
) |
Definition at line 11473 of file qstring.cpp.
|
inline |
Definition at line 11432 of file qstring.cpp.
QChar::Decomposition QLigature::tag | ( | ) |
Definition at line 11465 of file qstring.cpp.
|
private |
Definition at line 11441 of file qstring.cpp.
|
private |
Definition at line 11440 of file qstring.cpp.