Eneboo - Documentación para desarrolladores
|
#include "qglobal.h"
#include "qcstring.h"
Ir al código fuente de este archivo.
Clases | |
class | QIODevice |
The QIODevice class is the base class of I/O devices. Más... | |
'defines' | |
#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 |
#define IO_Append 0x0004 |
#define IO_Async 0x0080 |
#define IO_Combined 0x0300 |
#define IO_ConnectError 5 |
#define IO_Direct 0x0100 |
#define IO_FatalError 3 |
#define IO_ModeMask 0x00ff |
#define IO_Ok 0 |
#define IO_Open 0x1000 |
#define IO_OpenError 5 |
#define IO_Raw 0x0040 |
#define IO_ReadError 1 |
#define IO_ReadOnly 0x0001 |
#define IO_ReadWrite 0x0003 |
#define IO_ResourceError 4 |
#define IO_Sequential 0x0200 |
#define IO_StateMask 0xf000 |
#define IO_TimeOutError 7 |
#define IO_Translate 0x0010 |
#define IO_Truncate 0x0008 |
#define IO_TypeMask 0x0f00 |
#define IO_UnspecifiedError 8 |
#define IO_WriteError 2 |
#define IO_WriteOnly 0x0002 |