Home · All Namespaces · All Classes · Main Classes · Grouped Classes · Modules · Functions |
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.
Use qint64 instead.
Use QIODevice::OpenMode instead, or see the documentation for specific devices.
Use pos() instead.
This is an overloaded member function, provided for convenience.
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.
This is an overloaded member function, provided for convenience.
Use write(data) instead.
Copyright © 2008 Nokia | Trademarks | Qt 4.4.3 |