Eneboo - Documentación para desarrolladores
|
The QCharRef class is a helper class for QString. Más...
#include <qstring.h>
The QCharRef class is a helper class for QString.
When you get an object of type QCharRef, if you can assign to it, the assignment will apply to the character in the string from which you got the reference. That is its whole purpose in life. The QCharRef becomes invalid once modifications are made to the string: if you want to keep the character, copy it into a QChar.
Most of the QChar member functions also exist in QCharRef. However, they are not explicitly documented here.
QChar::Category QCharRef::category | ( | ) | const [inline] |
QChar::Category QCharRef::category | ( | ) | const [inline] |
uchar QCharRef::cell | ( | ) | const [inline] |
uchar QCharRef::cell | ( | ) | const [inline] |
unsigned char QCharRef::combiningClass | ( | ) | const [inline] |
unsigned char QCharRef::combiningClass | ( | ) | const [inline] |
const QString& QCharRef::decomposition | ( | ) | const [inline] |
const QString& QCharRef::decomposition | ( | ) | const [inline] |
QChar::Decomposition QCharRef::decompositionTag | ( | ) | const [inline] |
QChar::Decomposition QCharRef::decompositionTag | ( | ) | const [inline] |
int QCharRef::digitValue | ( | ) | const [inline] |
int QCharRef::digitValue | ( | ) | const [inline] |
QChar::Direction QCharRef::direction | ( | ) | const [inline] |
QChar::Direction QCharRef::direction | ( | ) | const [inline] |
bool QCharRef::isDigit | ( | ) | const [inline] |
bool QCharRef::isDigit | ( | ) | const [inline] |
bool QCharRef::isLetter | ( | ) | const [inline] |
bool QCharRef::isLetter | ( | ) | const [inline] |
bool QCharRef::isLetterOrNumber | ( | ) | [inline] |
bool QCharRef::isLetterOrNumber | ( | ) | [inline] |
bool QCharRef::isMark | ( | ) | const [inline] |
bool QCharRef::isMark | ( | ) | const [inline] |
bool QCharRef::isNull | ( | ) | const [inline] |
bool QCharRef::isNull | ( | ) | const [inline] |
bool QCharRef::isNumber | ( | ) | const [inline] |
bool QCharRef::isNumber | ( | ) | const [inline] |
bool QCharRef::isPrint | ( | ) | const [inline] |
bool QCharRef::isPrint | ( | ) | const [inline] |
bool QCharRef::isPunct | ( | ) | const [inline] |
bool QCharRef::isPunct | ( | ) | const [inline] |
bool QCharRef::isSpace | ( | ) | const [inline] |
bool QCharRef::isSpace | ( | ) | const [inline] |
QChar::Joining QCharRef::joining | ( | ) | const [inline] |
QChar::Joining QCharRef::joining | ( | ) | const [inline] |
char QCharRef::latin1 | ( | ) | const [inline] |
char QCharRef::latin1 | ( | ) | const [inline] |
QChar QCharRef::lower | ( | ) | const [inline] |
QChar QCharRef::lower | ( | ) | const [inline] |
bool QCharRef::mirrored | ( | ) | const [inline] |
bool QCharRef::mirrored | ( | ) | const [inline] |
QChar QCharRef::mirroredChar | ( | ) | const [inline] |
QChar QCharRef::mirroredChar | ( | ) | const [inline] |
QCharRef::operator QChar | ( | ) | const [inline] |
QCharRef::operator QChar | ( | ) | const [inline] |
QCharRef QCharRef::operator= | ( | short | rc | ) | [inline] |
QCharRef QCharRef::operator= | ( | short | rc | ) | [inline] |
QCharRef QCharRef::operator= | ( | char | c | ) | [inline] |
QCharRef QCharRef::operator= | ( | char | c | ) | [inline] |
uchar QCharRef::row | ( | ) | const [inline] |
uchar QCharRef::row | ( | ) | const [inline] |
ushort QCharRef::unicode | ( | ) | const [inline] |
ushort QCharRef::unicode | ( | ) | const [inline] |
QChar QCharRef::upper | ( | ) | const [inline] |
QChar QCharRef::upper | ( | ) | const [inline] |
QString [friend] |