diff options
Diffstat (limited to 'doc/html/ntqsocketnotifier.html')
-rw-r--r-- | doc/html/ntqsocketnotifier.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqsocketnotifier.html b/doc/html/ntqsocketnotifier.html index 4bb9f14dd..1fcb2223a 100644 --- a/doc/html/ntqsocketnotifier.html +++ b/doc/html/ntqsocketnotifier.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQSocketNotifier class provides support for socket callbacks. <a href="#details">More...</a> <p><tt>#include <<a href="qsocketnotifier-h.html">ntqsocketnotifier.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qsocketnotifier-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -96,7 +96,7 @@ after having emitting the first activated() signal (and no "would block" error has occurred) is undefined. Depending on the operating system, it may fire on every pass of the event loop or not at all. -<p> If you need a time-out for your sockets you can use either <a href="ntqobject.html#startTimer">timer events</a> or the <a href="ntqtimer.html">TQTimer</a> class. +<p> If you need a time-out for your sockets you can use either <a href="tqobject.html#startTimer">timer events</a> or the <a href="ntqtimer.html">TQTimer</a> class. <p> Socket action is detected in the <a href="ntqapplication.html#exec">main event loop</a> of TQt. The X11 version of TQt has a single UNIX select() call that incorporates all socket notifiers and the X @@ -115,7 +115,7 @@ for GUI operations. <li><tt>TQSocketNotifier::Exception</tt> </ul> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQSocketNotifier"></a>TQSocketNotifier::TQSocketNotifier ( int socket, <a href="ntqsocketnotifier.html#Type-enum">Type</a> type, <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQSocketNotifier"></a>TQSocketNotifier::TQSocketNotifier ( int socket, <a href="ntqsocketnotifier.html#Type-enum">Type</a> type, <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Constructs a socket notifier called <em>name</em>, with the parent, <em>parent</em>. It watches <em>socket</em> for <em>type</em> events, and enables it. <p> It is generally advisable to explicitly enable or disable the |