diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-09-29 13:04:09 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-09-29 13:09:36 (GMT) |
commit | f6a6e30eb16616b90d90fd6e20f9d840da41b9d1 (patch) | |
tree | 5e3a5ca259a06d78cb7cc2777084bc4118724322 /bin | |
parent | 1fd189619149c6d3489a35e42c4034d4145237dc (diff) | |
download | Qt-f6a6e30eb16616b90d90fd6e20f9d840da41b9d1.zip Qt-f6a6e30eb16616b90d90fd6e20f9d840da41b9d1.tar.gz Qt-f6a6e30eb16616b90d90fd6e20f9d840da41b9d1.tar.bz2 |
Introduce state machine event priority, make it possible to cancel events
The priority specifies whether the event should be posted to what the
SCXML spec refers to as the "external" (NormalPriority) queue, or the
"internal" (HighPriority) queue.
Delayed events are now posted through a separate function,
postDelayedEvent(). That function returns an id that can be passed to
cancelDelayedEvent() to cancel it.
Reviewed-by: Eskil Abrahamsen Blomfeldt
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions