NAME
Qt::Core::QChar
PUBLIC METHODS
- QChar()
- QChar(char c)
- QChar(uchar c)
- QChar(QLatin1Char & ch)
- QChar(ushort rc)
- QChar(short rc)
- QChar(uint rc)
- QChar(int rc)
- QChar(QChar::SpecialCharacter sc)
- QChar(uchar c, uchar r)
- QChar::Category category()
- static QChar::Category category(uint ucs4)
- static QChar::Category category(ushort ucs2)
- uchar cell()
- unsigned char combiningClass()
- static unsigned char combiningClass(uint ucs4)
- static unsigned char combiningClass(ushort ucs2)
- QString decomposition()
- static QString decomposition(uint ucs4)
- QChar::Decomposition decompositionTag()
- static QChar::Decomposition decompositionTag(uint ucs4)
- int digitValue()
- static int digitValue(uint ucs4)
- static int digitValue(ushort ucs2)
- QChar::Direction direction()
- static QChar::Direction direction(uint ucs4)
- static QChar::Direction direction(ushort ucs2)
- static QChar fromAscii(char c)
- static QChar fromLatin1(char c)
- bool hasMirrored()
- static ushort highSurrogate(uint ucs4)
- bool isDigit()
- bool isHighSurrogate()
- bool isLetter()
- bool isLetterOrNumber()
- bool isLowSurrogate()
- bool isLower()
- bool isMark()
- bool isNull()
- bool isNumber()
- bool isPrint()
- bool isPunct()
- bool isSpace()
- bool isSymbol()
- bool isTitleCase()
- bool isUpper()
- QChar::Joining joining()
- static QChar::Joining joining(uint ucs4)
- static QChar::Joining joining(ushort ucs2)
- static ushort lowSurrogate(uint ucs4)
- QChar mirroredChar()
- static uint mirroredChar(uint ucs4)
- static ushort mirroredChar(ushort ucs2)
- uchar row()
- void setCell(uchar cell)
- void setRow(uchar row)
- static uint surrogateToUcs4(ushort high, ushort low)
- static uint surrogateToUcs4(QChar high, QChar low)
- char toAscii()
- QChar toCaseFolded()
- static uint toCaseFolded(uint ucs4)
- static ushort toCaseFolded(ushort ucs2)
- char toLatin1()
- QChar toLower()
- static uint toLower(uint ucs4)
- static ushort toLower(ushort ucs2)
- QChar toTitleCase()
- static uint toTitleCase(uint ucs4)
- static ushort toTitleCase(ushort ucs2)
- QChar toUpper()
- static uint toUpper(uint ucs4)
- static ushort toUpper(ushort ucs2)
- ushort unicode()
- ushort & unicode()
- QChar::UnicodeVersion unicodeVersion()
- static QChar::UnicodeVersion unicodeVersion(uint ucs4)
- static QChar::UnicodeVersion unicodeVersion(ushort ucs2)
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.