NAME
Qt::Core::QCharRef
PUBLIC METHODS
- QChar::Category category()
- uchar cell()
- uchar combiningClass()
- QString decomposition()
- QChar::Decomposition decompositionTag()
- int digitValue()
- QChar::Direction direction()
- bool hasMirrored()
- bool isDigit()
- bool isLetter()
- bool isLetterOrNumber()
- bool isLower()
- bool isMark()
- bool isNull()
- bool isNumber()
- bool isPrint()
- bool isPunct()
- bool isSpace()
- bool isTitleCase()
- bool isUpper()
- QChar::Joining joining()
- QChar mirroredChar()
- QChar operator QChar()
- QCharRef & operator=(const QChar & c)
- QCharRef & operator=(char c)
- QCharRef & operator=(uchar c)
- QCharRef & operator=(const QCharRef & c)
- QCharRef & operator=(ushort rc)
- QCharRef & operator=(short rc)
- QCharRef & operator=(uint rc)
- QCharRef & operator=(int rc)
- uchar row()
- void setCell(uchar cell)
- void setRow(uchar row)
- char toAscii()
- char toLatin1()
- QChar toLower()
- QChar toTitleCase()
- QChar toUpper()
- ushort unicode()
- ushort & unicode()
- QChar::UnicodeVersion unicodeVersion()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.