Compatibility Members for QChar

以下成員源於類 QChar are part of the Qt compatibility layer. We advise against using them in new code.

公共函數

char ascii () const
char latin1 () const
QChar lower () const
bool mirrored () const
QChar upper () const

靜態公共成員

bool networkOrdered ()

成員函數文檔編製

char QChar:: ascii () const

使用 toAscii () 代替。

char QChar:: latin1 () const

使用 toLatin1 () 代替。

QChar QChar:: lower () const

使用 toLower () 代替。

bool QChar:: mirrored () const

使用 hasMirrored () 代替。

[static] bool QChar:: networkOrdered ()

See if QSysInfo::ByteOrder == QSysInfo::BigEndian 代替。

QChar QChar:: upper () const

使用 toUpper () 代替。