diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/html/ntqeventloop.html | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt-252a2ec8.tar.gz tqt-252a2ec8.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqeventloop.html')
-rw-r--r-- | doc/html/ntqeventloop.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqeventloop.html b/doc/html/ntqeventloop.html index e270fd8fc..a232eaf9f 100644 --- a/doc/html/ntqeventloop.html +++ b/doc/html/ntqeventloop.html @@ -229,14 +229,14 @@ returns after all available events are processed. returns FALSE. <p> <p>See also <a href="#ProcessEvents-enum">ProcessEvents</a> and <a href="#hasPendingEvents">hasPendingEvents</a>(). -<h3 class=fn>void <a name="registerSocketNotifier"></a>TQEventLoop::registerSocketNotifier ( <a href="ntqsocketnotifier.html">TQSocketNotifier</a> * notifier )<tt> [virtual]</tt> +<h3 class=fn>void <a name="registerSocketNotifier"></a>TQEventLoop::registerSocketNotifier ( <a href="tqsocketnotifier.html">TQSocketNotifier</a> * notifier )<tt> [virtual]</tt> </h3> <p> Registers <em>notifier</em> with the event loop. Subclasses need to reimplement this method to tie a socket notifier into another event loop. Reimplementations <em>MUST</em> call the base implementation. -<h3 class=fn>void <a name="setSocketNotifierPending"></a>TQEventLoop::setSocketNotifierPending ( <a href="ntqsocketnotifier.html">TQSocketNotifier</a> * notifier ) +<h3 class=fn>void <a name="setSocketNotifierPending"></a>TQEventLoop::setSocketNotifierPending ( <a href="tqsocketnotifier.html">TQSocketNotifier</a> * notifier ) </h3> <p> Marks <em>notifier</em> as pending. The socket notifier will be activated the next time <a href="#activateSocketNotifiers">activateSocketNotifiers</a>() is called. @@ -253,7 +253,7 @@ returns -1. On MacOS X, this function always returns -1 when the GUI is enabled. On MacOS X, this function returns the documented value when the GUI is disabled. -<h3 class=fn>void <a name="unregisterSocketNotifier"></a>TQEventLoop::unregisterSocketNotifier ( <a href="ntqsocketnotifier.html">TQSocketNotifier</a> * notifier )<tt> [virtual]</tt> +<h3 class=fn>void <a name="unregisterSocketNotifier"></a>TQEventLoop::unregisterSocketNotifier ( <a href="tqsocketnotifier.html">TQSocketNotifier</a> * notifier )<tt> [virtual]</tt> </h3> <p> Unregisters <em>notifier</em> from the event loop. Subclasses need to reimplement this method to tie a socket notifier into another |