diff options
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 |