[Qt-interest] Accessing Qt Event Queue (QEvent Queue)
Madepally Kiran
t.hephoenics+trolltech at gmail.com
Tue Oct 27 07:51:51 CET 2009
Hi,
I am working on an porting an application, where I need to implement
PeekMessage (in Windows) in Qt. This checks if an event is in the event
queue and returns. Also, I need to implement a function which waits untill a
particular event is processed (GetMessage in Windows).
So, for this, I may need access to the Event Queue. I would like to know if
this is possible.
Otherwise, please suggest me if there is any other method to do the same
task.
Please also give me an example to how to use the QAbstractEventDispatcher -
and if I could use this to explicitly maintain a seperate queue of Events
which I can process using my own class. What can I do to simplify this task.
Thanks a lot for your reply.
Regards,
Kiran
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20091027/300dbf6f/attachment.html
More information about the Qt-interest-old
mailing list