Qt:Документация 4.3.2/qchar-qt3
Материал из Wiki.crossplatform.ru
Внимание: Актуальная версия перевода документации находится здесь |
__NOTOC__
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции |
Содержание |
[править] Qt 3 Support Members for QChar
The following class members are part of the Qt 3 support layer. They are provided to help you port old code to Qt 4. We advise against using them in new code.
[править] Открытые функции
- const char ascii () const
- const char latin1 () const
- QChar lower () const
- bool mirrored () const
- QChar upper () const
[править] Статические открытые члены
- bool networkOrdered ()
[править] Описание функций-членов
[править] const char QChar::ascii () const
Use toAscii() instead.
[править] const char QChar::latin1 () const
Use toLatin1() instead.
[править] QChar QChar::lower () const
Use toLower() instead.
[править] bool QChar::mirrored () const
Use hasMirrored() instead.
[править] bool QChar::networkOrdered () [static]
See if QSysInfo::ByteOrder == QSysInfo::BigEndian instead.
[править] QChar QChar::upper () const
Use toUpper() instead.
Copyright © 2007 Trolltech | Trademarks | Qt 4.3.2
|