![]() |
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции | ![]() |
Описанные ниже члены класса являются частью слоя поддержки Qt 3. Они введены для поддержки старого кода в Qt 4. Мы советуем не использовать их во вновь создаваемом коде.
Use qint64 instead.
Use QIODevice::OpenMode instead, or see the documentation for specific devices.
Use pos() instead.
Это перегруженная функция, предоставленная для удобства.
Use seek(offset) instead.
Use openMode() instead.
Use getChar() instead.
This functionality is no longer available. This function always returns true.
Use !(openMode() & QIODevice::Unbuffered) instead.
Use openMode() instead.
Use !isSequential() instead.
Use isOpen(), isReadable(), or isWritable() instead.
Use openMode() instead.
Use isSequential() instead.
This functionality is no longer available. This function always returns false.
Use openMode() instead.
Use openMode() instead.
Use putChar(ch) instead.
Use read(data, size) instead.
For device specific error handling, please refer to the individual device documentation.
See also qobject_cast().
Use isOpen() instead.
For device specific error handling, please refer to the individual device documentation.
See also qobject_cast().
Use ungetChar(ch) instead.
Use write(data, size) instead.
Это перегруженная функция, предоставленная для удобства.
Use write(data) instead.
Copyright © 2008 Trolltech | Торговые марки | Qt 4.3.5 |