QtEventDispatching: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
=Qt Event Dispatching=
[[Category:QtInternals]]


This Qt Quarterly article [http://doc.qt.digia.com/qq/qq11-events.html Another Look at Events] ''[doc.qt.digia.com]'' maybe suitable for this topic.
= Qt Event Dispatching =


But from [[QtTimers]] we can see that:
This Qt Quarterly article "Another Look at Events":http://doc.qt.digia.com/qq/qq11-events.html maybe suitable for this topic.


* '''QtEventProcessing''' should provide an overview of how platform events are processed by Qt
But from [[QtTimers]] we can see that:<br />* '''QtEventProcessing''' should provide an overview of how platform events are processed by Qt<br />* 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] ''[doc.trolltech.com]'' only provide general infomation about Qt Event System.
However, &quot;Another Look at Event&amp;quot;:http://doc.trolltech.com/qq/qq11-events.html only provide general infomation about Qt Event System.


* The Origins of Events
* The Origins of Events
Line 15: Line 14:
* Event Handling and Filtering
* Event Handling and Filtering
* Accept or Ignore?
* Accept or Ignore?
===Categories:===
* [[:Category:QtInternals|QtInternals]]

Revision as of 10:59, 24 February 2015


Qt Event Dispatching

This Qt Quarterly article "Another Look at Events&quot;:http://doc.qt.digia.com/qq/qq11-events.html 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&quot;:http://doc.trolltech.com/qq/qq11-events.html only provide general infomation about Qt Event System.

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