summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/html/tqeventloop-h.html9
-rw-r--r--doc/html/tqeventloop.html3
2 files changed, 7 insertions, 5 deletions
diff --git a/doc/html/tqeventloop-h.html b/doc/html/tqeventloop-h.html
index f93652b16..6262140ab 100644
--- a/doc/html/tqeventloop-h.html
+++ b/doc/html/tqeventloop-h.html
@@ -101,10 +101,11 @@ public:
~TQEventLoop();
enum ProcessEvents {
- AllEvents = 0x00,
- ExcludeUserInput = 0x01,
- ExcludeSocketNotifiers = 0x02,
- WaitForMore = 0x04
+ AllEvents = 0x00,
+ ExcludeUserInput = 0x01,
+ ExcludeSocketNotifiers = 0x02,
+ WaitForMore = 0x04,
+ ExcludeTimers = 0x08
};
typedef uint ProcessEventsFlags;
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&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;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&nbsp;<a href="#ProcessEventsFlags"><b>ProcessEventsFlags</b></a></li>
<li class=fn>void <a href="#processEvents"><b>processEvents</b></a> ( ProcessEventsFlags&nbsp;flags, int&nbsp;maxTime )</li>
<li class=fn>virtual bool <a href="#processEvents-2"><b>processEvents</b></a> ( ProcessEventsFlags&nbsp;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>