diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-06-11 13:39:33 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-06-11 13:39:33 +0900 |
| commit | 5e8114b6f0ce10965a69cab4a61ce369cbb21d21 (patch) | |
| tree | 01a75c84a709e97ec909460ca2b37af137ad8fbc /doc/html/tqeventloop.html | |
| parent | 6da60fd237eeec4d1611c680202ab28b7e081112 (diff) | |
| download | tqt-5e8114b6f0ce10965a69cab4a61ce369cbb21d21.tar.gz tqt-5e8114b6f0ce10965a69cab4a61ce369cbb21d21.zip | |
Explicitly add 'ExcludeTimers' to 'ProcessEvent' enum
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqeventloop.html')
| -rw-r--r-- | doc/html/tqeventloop.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/html/tqeventloop.html b/doc/html/tqeventloop.html index 267855afe..8605cf653 100644 --- a/doc/html/tqeventloop.html +++ b/doc/html/tqeventloop.html @@ -39,7 +39,7 @@ body { background: #ffffff; color: black; } <ul> <li class=fn><a href="#TQEventLoop"><b>TQEventLoop</b></a> ( TQObject * parent = 0, const char * name = 0 )</li> <li class=fn><a href="#~TQEventLoop"><b>~TQEventLoop</b></a> ()</li> -<li class=fn>enum <a href="#ProcessEvents-enum"><b>ProcessEvents</b></a> { AllEvents = 0x00, ExcludeUserInput = 0x01, ExcludeSocketNotifiers = 0x02, WaitForMore = 0x04 }</li> +<li class=fn>enum <a href="#ProcessEvents-enum"><b>ProcessEvents</b></a> { AllEvents = 0x00, ExcludeUserInput = 0x01, ExcludeSocketNotifiers = 0x02, WaitForMore = 0x04, ExcludeTimers = 0x08 }</li> <li class=fn>typedef uint <a href="#ProcessEventsFlags"><b>ProcessEventsFlags</b></a></li> <li class=fn>void <a href="#processEvents"><b>processEvents</b></a> ( ProcessEventsFlags flags, int maxTime )</li> <li class=fn>virtual bool <a href="#processEvents-2"><b>processEvents</b></a> ( ProcessEventsFlags flags )</li> @@ -93,6 +93,7 @@ it before you create the TQApplication object. events. <li><tt>TQEventLoop::WaitForMore</tt> - Wait for events if no pending events are available. +<li><tt>TQEventLoop::ExcludeTimers</tt> - Do not process timer events. </ul><p> <p>See also <a href="#processEvents">processEvents</a>(). <h3 class=fn><a name="ProcessEventsFlags"></a>TQEventLoop::ProcessEventsFlags</h3> |
