QChar

Binding for C++ class QChar.

extern (C++) extern (C++)
@Q_PRIMITIVE_TYPE
struct QChar {}

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.

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.
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

cell
uchar cell()
Undocumented in source. Be warned that the author may not have intended to support it.
isDigit
bool isDigit()
Undocumented in source. Be warned that the author may not have intended to support it.
isHighSurrogate
bool isHighSurrogate()
Undocumented in source. Be warned that the author may not have intended to support it.
isLetter
bool isLetter()
Undocumented in source. Be warned that the author may not have intended to support it.
isLetterOrNumber
bool isLetterOrNumber()
Undocumented in source. Be warned that the author may not have intended to support it.
isLowSurrogate
bool isLowSurrogate()
Undocumented in source. Be warned that the author may not have intended to support it.
isLower
bool isLower()
Undocumented in source. Be warned that the author may not have intended to support it.
isMark
bool isMark()
Undocumented in source. Be warned that the author may not have intended to support it.
isNonCharacter
bool isNonCharacter()
Undocumented in source. Be warned that the author may not have intended to support it.
isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
isNumber
bool isNumber()
Undocumented in source. Be warned that the author may not have intended to support it.
isPrint
bool isPrint()
Undocumented in source. Be warned that the author may not have intended to support it.
isPunct
bool isPunct()
Undocumented in source. Be warned that the author may not have intended to support it.
isSpace
bool isSpace()
Undocumented in source. Be warned that the author may not have intended to support it.
isSurrogate
bool isSurrogate()
Undocumented in source. Be warned that the author may not have intended to support it.
isSymbol
bool isSymbol()
Undocumented in source. Be warned that the author may not have intended to support it.
isTitleCase
bool isTitleCase()
Undocumented in source. Be warned that the author may not have intended to support it.
isUpper
bool isUpper()
Undocumented in source. Be warned that the author may not have intended to support it.
row
uchar row()
Undocumented in source. Be warned that the author may not have intended to support it.
setCell
void setCell(uchar acell)
Undocumented in source. Be warned that the author may not have intended to support it.
setRow
void setRow(uchar arow)
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
wchar unicode()
Undocumented in source. Be warned that the author may not have intended to support it.
unicode
wchar unicode()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

category
Category category(dchar ucs4)
Undocumented in source.
combiningClass
ubyte combiningClass(dchar ucs4)
Undocumented in source.
currentUnicodeVersion
UnicodeVersion currentUnicodeVersion()
Undocumented in source.
decomposition
QString decomposition(dchar ucs4)
Undocumented in source.
decompositionTag
Decomposition decompositionTag(dchar ucs4)
Undocumented in source.
digitValue
int digitValue(dchar ucs4)
Undocumented in source.
direction
Direction direction(dchar ucs4)
Undocumented in source.
fromUcs2
QChar fromUcs2(wchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
fromUcs4
auto fromUcs4(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
hasMirrored
bool hasMirrored(dchar ucs4)
Undocumented in source.
highSurrogate
wchar highSurrogate(dchar ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
isDigit
bool isDigit(dchar ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
isHighSurrogate
bool isHighSurrogate(dchar ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
isLetter
bool isLetter(dchar ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
isLetterOrNumber
bool isLetterOrNumber(dchar ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
isLowSurrogate
bool isLowSurrogate(dchar ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
isLower
bool isLower(dchar ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
isMark
bool isMark(dchar ucs4)
Undocumented in source.
isNonCharacter
bool isNonCharacter(dchar ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
isNumber
bool isNumber(dchar ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
isPrint
bool isPrint(dchar ucs4)
Undocumented in source.
isPunct
bool isPunct(dchar ucs4)
Undocumented in source.
isSpace
bool isSpace(dchar ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
isSurrogate
bool isSurrogate(dchar ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
isSymbol
bool isSymbol(dchar ucs4)
Undocumented in source.
isTitleCase
bool isTitleCase(dchar ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
isUpper
bool isUpper(dchar ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
joiningType
JoiningType joiningType(dchar ucs4)
Undocumented in source.
lowSurrogate
wchar lowSurrogate(dchar ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
mirroredChar
dchar mirroredChar(dchar ucs4)
Undocumented in source.
requiresSurrogates
bool requiresSurrogates(dchar ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
script
Script script(dchar ucs4)
Undocumented in source.
surrogateToUcs4
dchar surrogateToUcs4(wchar high, wchar low)
Undocumented in source. Be warned that the author may not have intended to support it.
surrogateToUcs4
dchar surrogateToUcs4(QChar high, QChar low)
Undocumented in source. Be warned that the author may not have intended to support it.
toCaseFolded
dchar toCaseFolded(dchar ucs4)
Undocumented in source.
toLower
dchar toLower(dchar ucs4)
Undocumented in source.
toTitleCase
dchar toTitleCase(dchar ucs4)
Undocumented in source.
toUpper
dchar toUpper(dchar ucs4)
Undocumented in source.
unicodeVersion
UnicodeVersion unicodeVersion(dchar ucs4)
Undocumented in source.

Meta