Home
|
All Classes
|
Main Classes
|
Annotated
|
Grouped Classes
|
Functions
List of All Members for QSocketDevice
This is the complete list of members for
QSocketDevice
, including inherited members.
enum
Error
typedef
Offset
enum
OpenModes
enum
Protocol
enum
Type
QSocketDevice
( Type
type
= Stream )
QSocketDevice
( Type
type
, Protocol
protocol
, int
unused
)
QSocketDevice
( int
socket
, Type
type
)
~QSocketDevice
()
int
accept
()
QHostAddress
address
() const
bool
addressReusable
() const
Offset
at
() const
bool
atEnd
() const
bool
bind
( const QHostAddress &
address
, Q_UINT16
port
)
bool
blocking
() const
Q_LONG
bytesAvailable
() const
void
close
()
bool
connect
( const QHostAddress &
addr
, Q_UINT16
port
)
Error
error
() const
QString
errorString
() const
int
flags
() const
void
flush
()
int
getch
()
QIOEngine *
ioEngine
() const
bool
isAsynchronous
() const
bool
isBuffered
() const
bool
isCombinedAccess
() const
bool
isDirectAccess
() const
bool
isInactive
() const
bool
isOpen
() const
bool
isRaw
() const
bool
isReadWrite
() const
bool
isReadable
() const
bool
isSequentialAccess
() const
bool
isSynchronous
() const
bool
isTranslated
() const
bool
isValid
() const
bool
isWritable
() const
bool
listen
( int
backlog
)
int
mode
() const
bool
open
( int
mode
)
QHostAddress
peerAddress
() const
Q_UINT16
peerPort
() const
Q_UINT16
port
() const
Protocol
protocol
() const
int
putch
( int
character
)
QByteArray
readAll
()
Q_LONG
readBlock
( char *
data
, Q_LONG
maximum
)
Q_LONG
readLine
( char *
data
, Q_LONG
maximum
)
int
receiveBufferSize
() const
bool
reset
()
void
resetStatus
()
bool
seek
( Offset
off
)
int
sendBufferSize
() const
void
setAddressReusable
( bool
enable
)
void
setBlocking
( bool
enable
)
void
setError
( Error
error
)
void
setFlags
( int
flags
)
void
setReceiveBufferSize
( uint
size
)
void
setSendBufferSize
( uint
size
)
void
setSocket
( int
socket
, Type
type
)
Offset
size
() const
int
socket
() const
int
state
() const
int
status
() const
Type
type
() const
int
ungetch
( int
character
)
Q_LONG
waitForMore
( int
msecs
, bool *
timeout
= 0 ) const
Q_LONG
writeBlock
( const char *
data
, Q_LONG
len
, const QHostAddress &
host
, Q_UINT16
port
)
Q_LONG
writeBlock
( const QByteArray &
data
)
Copyright © 2004
Trolltech
.
Trademarks
Qt 4.0.0-tp1