QChar

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(ushort rc)
Undocumented in source.
this
this(uchar c, uchar r)
Undocumented in source.
this
this(short rc)
Undocumented in source.
this
this(uint rc)
Undocumented in source.
this
this(int rc)
Undocumented in source.
this
this(SpecialCharacter s)
Undocumented in source.
this
this(QLatin1Char ch)
Undocumented in source.
this
this(wchar ch)
Undocumented in source.
this
this(char c)
Undocumented in source.

Members

Enums

Category
enum Category
Undocumented in source.
CombiningClass
enum CombiningClass
Undocumented in source.
Decomposition
enum Decomposition
Undocumented in source.
Direction
enum Direction
Undocumented in source.
Joining
enum Joining
Undocumented in source.
JoiningType
enum JoiningType
Undocumented in source.
Script
enum Script
Undocumented in source.
SpecialCharacter
enum SpecialCharacter
Undocumented in source.
UnicodeVersion
enum UnicodeVersion
Undocumented in source.

Functions

isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
toLatin1
char toLatin1()
Undocumented in source. Be warned that the author may not have intended to support it.
unicode
ushort unicode()
Undocumented in source. Be warned that the author may not have intended to support it.
unicode
ushort unicode()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromLatin1
QChar fromLatin1(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
highSurrogate
ushort highSurrogate(uint ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
isHighSurrogate
bool isHighSurrogate(uint ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
isLowSurrogate
bool isLowSurrogate(uint ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
isNonCharacter
bool isNonCharacter(uint ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
isSurrogate
bool isSurrogate(uint ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
lowSurrogate
ushort lowSurrogate(uint ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
requiresSurrogates
bool requiresSurrogates(uint ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
surrogateToUcs4
uint surrogateToUcs4(ushort high, ushort low)
Undocumented in source. Be warned that the author may not have intended to support it.
surrogateToUcs4
uint surrogateToUcs4(QChar high, QChar low)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta