#include <QtCore/qglobal.h>
Classes | |
struct | QLatin1Char |
class | QChar |
Functions | |
Q_DECLARE_TYPEINFO (QChar, Q_MOVABLE_TYPE) | |
bool | operator== (QChar c1, QChar c2) |
bool | operator!= (QChar c1, QChar c2) |
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 &, const QChar &) |
Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &, QChar &) |
Q_DECLARE_TYPEINFO | ( | QChar | , |
Q_MOVABLE_TYPE | |||
) |
Q_CORE_EXPORT QDataStream& operator<< | ( | QDataStream & | , |
const QChar & | |||
) |
Q_CORE_EXPORT QDataStream& operator>> | ( | QDataStream & | , |
QChar & | |||
) |