Go to the source code of this file.
Classes | |
| class | QIODevice |
| The QIODevice class is the base class of I/O devices. More... | |
Macros | |
| #define | IO_Direct 0x0100 |
| #define | IO_Sequential 0x0200 |
| #define | IO_Combined 0x0300 |
| #define | IO_TypeMask 0x0f00 |
| #define | IO_Raw 0x0040 |
| #define | IO_Async 0x0080 |
| #define | IO_ReadOnly 0x0001 |
| #define | IO_WriteOnly 0x0002 |
| #define | IO_ReadWrite 0x0003 |
| #define | IO_Append 0x0004 |
| #define | IO_Truncate 0x0008 |
| #define | IO_Translate 0x0010 |
| #define | IO_ModeMask 0x00ff |
| #define | IO_Open 0x1000 |
| #define | IO_StateMask 0xf000 |
| #define | IO_Ok 0 |
| #define | IO_ReadError 1 |
| #define | IO_WriteError 2 |
| #define | IO_FatalError 3 |
| #define | IO_ResourceError 4 |
| #define | IO_OpenError 5 |
| #define | IO_ConnectError 5 |
| #define | IO_AbortError 6 |
| #define | IO_TimeOutError 7 |
| #define | IO_UnspecifiedError 8 |
| #define IO_AbortError 6 |
Definition at line 84 of file qiodevice.h.
| #define IO_Append 0x0004 |
Definition at line 64 of file qiodevice.h.
| #define IO_Async 0x0080 |
Definition at line 57 of file qiodevice.h.
| #define IO_Combined 0x0300 |
Definition at line 51 of file qiodevice.h.
| #define IO_ConnectError 5 |
Definition at line 83 of file qiodevice.h.
| #define IO_Direct 0x0100 |
Definition at line 49 of file qiodevice.h.
| #define IO_FatalError 3 |
Definition at line 80 of file qiodevice.h.
| #define IO_ModeMask 0x00ff |
Definition at line 67 of file qiodevice.h.
| #define IO_Ok 0 |
Definition at line 77 of file qiodevice.h.
| #define IO_Open 0x1000 |
Definition at line 71 of file qiodevice.h.
| #define IO_OpenError 5 |
Definition at line 82 of file qiodevice.h.
| #define IO_Raw 0x0040 |
Definition at line 56 of file qiodevice.h.
| #define IO_ReadError 1 |
Definition at line 78 of file qiodevice.h.
| #define IO_ReadOnly 0x0001 |
Definition at line 61 of file qiodevice.h.
| #define IO_ReadWrite 0x0003 |
Definition at line 63 of file qiodevice.h.
| #define IO_ResourceError 4 |
Definition at line 81 of file qiodevice.h.
| #define IO_Sequential 0x0200 |
Definition at line 50 of file qiodevice.h.
| #define IO_StateMask 0xf000 |
Definition at line 72 of file qiodevice.h.
| #define IO_TimeOutError 7 |
Definition at line 85 of file qiodevice.h.
| #define IO_Translate 0x0010 |
Definition at line 66 of file qiodevice.h.
| #define IO_Truncate 0x0008 |
Definition at line 65 of file qiodevice.h.
| #define IO_TypeMask 0x0f00 |
Definition at line 52 of file qiodevice.h.
| #define IO_UnspecifiedError 8 |
Definition at line 86 of file qiodevice.h.
| #define IO_WriteError 2 |
Definition at line 79 of file qiodevice.h.
| #define IO_WriteOnly 0x0002 |
Definition at line 62 of file qiodevice.h.
1.8.11