QtEventDispatching: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Convert ExpressionEngine links)
(clean-up)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}
This Qt Quarterly article [http://doc.qt.io/archives/qq/qq11-events.html Another Look at Events] maybe suitable for this topic.
 
[[Category:QtInternals]]
 
= Qt Event Dispatching =
 
This Qt Quarterly article [http://doc.qt.digia.com/qq/qq11-events.html Another Look at Events] maybe suitable for this topic.


But from [[QtTimers]] we can see that:
But from [[QtTimers]] we can see that:
Line 11: Line 5:
* As noted in '''QtEventProcessing''' , Qt creates a hidden window with a callback function to process events.
* As noted in '''QtEventProcessing''' , Qt creates a hidden window with a callback function to process events.


However, [http://doc.trolltech.com/qq/qq11-events.html Another Look at Event] only provide general infomation about Qt Event System.
However, [http://doc.qt.io/archives/qq/qq11-events.html Another Look at Event] only provide general infomation about Qt Event System.


* The Origins of Events
* The Origins of Events

Latest revision as of 12:08, 24 March 2016

This Qt Quarterly article Another Look at Events maybe suitable for this topic.

But from QtTimers we can see that:

  • QtEventProcessing should provide an overview of how platform events are processed by Qt
  • As noted in QtEventProcessing , Qt creates a hidden window with a callback function to process events.

However, Another Look at Event only provide general infomation about Qt Event System.

  • The Origins of Events
  • Synthetic Events
  • Custom Event Types
  • Event Handling and Filtering
  • Accept or Ignore?