diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqeventloop.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqeventloop.html')
-rw-r--r-- | doc/html/tqeventloop.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqeventloop.html b/doc/html/tqeventloop.html index 8605cf653..6b556f4af 100644 --- a/doc/html/tqeventloop.html +++ b/doc/html/tqeventloop.html @@ -183,7 +183,7 @@ Do not call it unless you really know what you are doing. <h3 class=fn>bool <a name="hasPendingEvents"></a>TQEventLoop::hasPendingEvents () const<tt> [virtual]</tt> </h3> -<p> Returns TRUE if there is an event waiting, otherwise it returns FALSE. +<p> Returns true if there is an event waiting, otherwise it returns false. <h3 class=fn>int <a name="loopLevel"></a>TQEventLoop::loopLevel () const<tt> [virtual]</tt> </h3> @@ -222,8 +222,8 @@ are available and return after processing newly available events. events are available, this function will return immediately. <p> NOTE: This function will not process events continuously; it returns after all available events are processed. -<p> This function returns TRUE if an event was processed; otherwise it -returns FALSE. +<p> This function returns true if an event was processed; otherwise it +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="tqsocketnotifier.html">TQSocketNotifier</a> * notifier )<tt> [virtual]</tt> |