Qt 4.8
|
#include <QtCore/qglobal.h>
Go to the source code of this file.
Classes | |
class | QChar |
The QChar class provides a 16-bit Unicode character. More... | |
class | QLatin1Char |
The QLatin1Char class provides an 8-bit ASCII/Latin-1 character. More... | |
Functions | |
bool | operator!= (QChar c1, QChar c2) |
bool | operator< (QChar c1, QChar c2) |
Q_CORE_EXPORT QDataStream & | operator<< (QDataStream &, const QChar &) |
bool | operator<= (QChar c1, QChar c2) |
bool | operator== (QChar c1, QChar c2) |
bool | operator> (QChar c1, QChar c2) |
bool | operator>= (QChar c1, QChar c2) |
Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &, QChar &) |
Q_DECLARE_TYPEINFO (QChar, Q_MOVABLE_TYPE) | |
Definition at line 393 of file qchar.h.
Definition at line 396 of file qchar.h.
|
related |
Definition at line 394 of file qchar.h.
Definition at line 392 of file qchar.h.
Definition at line 397 of file qchar.h.
Definition at line 395 of file qchar.h.
|
related |
Q_DECLARE_TYPEINFO | ( | QChar | , |
Q_MOVABLE_TYPE | |||
) |