diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:20 +0900 |
commit | b35e0845dc9b3c8b9a5e52a682c769f383933fae (patch) | |
tree | e4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqsocketdevice.3qt | |
parent | 1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff) | |
download | tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqsocketdevice.3qt')
-rw-r--r-- | doc/man/man3/tqsocketdevice.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqsocketdevice.3qt b/doc/man/man3/tqsocketdevice.3qt index 2bde074a2..40bc49f05 100644 --- a/doc/man/man3/tqsocketdevice.3qt +++ b/doc/man/man3/tqsocketdevice.3qt @@ -11,7 +11,7 @@ QSocketDevice \- Platform-independent low-level socket API .SH SYNOPSIS \fC#include <ntqsocketdevice.h>\fR .PP -Inherits QIODevice. +Inherits TQIODevice. .PP .SS "Public Members" .in +1c @@ -129,7 +129,7 @@ The QSocketDevice class provides a platform-independent low-level socket API. .PP This class provides a low level API for working with sockets. Users of this class are assumed to have networking experience. For most users the QSocket class provides a much easier and high level alternative, but certain things (like UDP) can't be done with QSocket and if you need a platform-independent API for those, QSocketDevice is the right choice. .PP -The essential purpose of the class is to provide a QIODevice that works on sockets, wrapped in a platform-independent API. +The essential purpose of the class is to provide a TQIODevice that works on sockets, wrapped in a platform-independent API. .PP When calling connect() or bind(), QSocketDevice detects the protocol family (IPv4, IPv6) automatically. Passing the protocol family to QSocketDevice's constructor or to setSocket() forces creation of a socket device of a specific protocol. If not set, the protocol will be detected at the first call to connect() or bind(). .PP @@ -270,7 +270,7 @@ See also Protocol and setSocket(). .SH "TQ_LONG QSocketDevice::readBlock ( char * data, TQ_ULONG maxlen )\fC [virtual]\fR" Reads \fImaxlen\fR bytes from the socket into \fIdata\fR and returns the number of bytes read. Returns -1 if an error occurred. Returning 0 is not an error. For Stream sockets, 0 is returned when the remote host closes the connection. For Datagram sockets, 0 is a valid datagram size. .PP -Reimplemented from QIODevice. +Reimplemented from TQIODevice. .SH "int QSocketDevice::receiveBufferSize () const" Returns the size of the operating system receive buffer. .PP @@ -338,7 +338,7 @@ Writes \fIlen\fR bytes to the socket from \fIdata\fR and returns the number of b .PP This is used for QSocketDevice::Stream sockets. .PP -Reimplemented from QIODevice. +Reimplemented from TQIODevice. .SH "TQ_LONG QSocketDevice::writeBlock ( const char * data, TQ_ULONG len, const QHostAddress & host, TQ_UINT16 port )\fC [virtual]\fR" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP |