QtEventDispatching: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 17:20, 14 January 2015

Qt Event Dispatching

This Qt Quarterly article Another Look at Events [doc.qt.digia.com] 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 [doc.trolltech.com] only provide general infomation about Qt Event System.

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

Categories: