diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 14:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-27 16:08:54 +0900 |
commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/ntqserversocket.html | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip |
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqserversocket.html')
-rw-r--r-- | doc/html/ntqserversocket.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/ntqserversocket.html b/doc/html/ntqserversocket.html index ac0707af5..2f6931ae3 100644 --- a/doc/html/ntqserversocket.html +++ b/doc/html/ntqserversocket.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQServerSocket class provides a TCP-based server. <a href="#details">More...</a> <p><tt>#include <<a href="qserversocket-h.html">ntqserversocket.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qserversocket-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -72,36 +72,36 @@ TQServerSocket cannot accept or reject connections conditionally.) <p> <p>See also <a href="ntqsocket.html">TQSocket</a>, <a href="ntqsocketdevice.html">TQSocketDevice</a>, <a href="ntqhostaddress.html">TQHostAddress</a>, <a href="ntqsocketnotifier.html">TQSocketNotifier</a>, and <a href="io.html">Input/Output and Networking</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQServerSocket"></a>TQServerSocket::TQServerSocket ( TQ_UINT16 port, int backlog = 1, <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQServerSocket"></a>TQServerSocket::TQServerSocket ( TQ_UINT16 port, int backlog = 1, <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Creates a server socket object, that will serve the given <em>port</em> on all the addresses of this host. If <em>port</em> is 0, TQServerSocket will pick a suitable port in a system-dependent manner. Use <em>backlog</em> to specify how many pending connections the server can have. -<p> The <em>parent</em> and <em>name</em> arguments are passed on to the <a href="ntqobject.html">TQObject</a> +<p> The <em>parent</em> and <em>name</em> arguments are passed on to the <a href="tqobject.html">TQObject</a> constructor. <p> <b>Warning:</b> On Tru64 Unix systems a value of 0 for <em>backlog</em> means that you don't accept any connections at all; you should specify a value larger than 0. -<h3 class=fn><a name="TQServerSocket-2"></a>TQServerSocket::TQServerSocket ( const <a href="ntqhostaddress.html">TQHostAddress</a> & address, TQ_UINT16 port, int backlog = 1, <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQServerSocket-2"></a>TQServerSocket::TQServerSocket ( const <a href="ntqhostaddress.html">TQHostAddress</a> & address, TQ_UINT16 port, int backlog = 1, <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Creates a server socket object, that will serve the given <em>port</em> only on the given <em>address</em>. Use <em>backlog</em> to specify how many pending connections the server can have. -<p> The <em>parent</em> and <em>name</em> arguments are passed on to the <a href="ntqobject.html">TQObject</a> +<p> The <em>parent</em> and <em>name</em> arguments are passed on to the <a href="tqobject.html">TQObject</a> constructor. <p> <b>Warning:</b> On Tru64 Unix systems a value of 0 for <em>backlog</em> means that you don't accept any connections at all; you should specify a value larger than 0. -<h3 class=fn><a name="TQServerSocket-3"></a>TQServerSocket::TQServerSocket ( <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQServerSocket-3"></a>TQServerSocket::TQServerSocket ( <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Construct an empty server socket. <p> This constructor, in combination with <a href="#setSocket">setSocket</a>(), allows us to use the TQServerSocket class as a wrapper for other socket types (e.g. Unix Domain Sockets under Unix). -<p> The <em>parent</em> and <em>name</em> arguments are passed on to the <a href="ntqobject.html">TQObject</a> +<p> The <em>parent</em> and <em>name</em> arguments are passed on to the <a href="tqobject.html">TQObject</a> constructor. <p> <p>See also <a href="#setSocket">setSocket</a>(). |