diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-16 17:42:59 +0900 |
| commit | 4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch) | |
| tree | 119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/tqeventloop.html | |
| parent | cf2c8613706a3685266058db00c0e9f632c5bd24 (diff) | |
| download | tqt-4d495175043c399fdca6e1bb4c74ef176fc76fb4.tar.gz tqt-4d495175043c399fdca6e1bb4c74ef176fc76fb4.zip | |
Replace TRUE/FALSE with boolean values true/false - part 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> |
