Refactor navigator event handling
authorKevin Krammer <kevin.krammer.qnx@kdab.com>
Tue, 10 Apr 2012 09:26:12 +0000 (11:26 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 12 Apr 2012 13:00:33 +0000 (15:00 +0200)
commit4fac40f8b0e7b2a6f5f41eb82196e8b197bc851a
tree756147e942b5cf20c45cdeb2ad62ec0b63e618e1
parent28675642f3445e41434b004c2a1a1d96ec0145a2
Refactor navigator event handling

Separate PPS based navigator event notification handling and implementation
of the actual event handling.

Like the similar refactoring for screen events, this will allow to reuse the
same event handler class for BPS driven event processing.

Change-Id: I29d4a082cb01ff7943b7822ea9aa8ad622fda593
Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
src/plugins/platforms/qnx/qnx.pro
src/plugins/platforms/qnx/qqnxintegration.cpp
src/plugins/platforms/qnx/qqnxintegration.h
src/plugins/platforms/qnx/qqnxnavigatoreventhandler.cpp
src/plugins/platforms/qnx/qqnxnavigatoreventhandler.h
src/plugins/platforms/qnx/qqnxnavigatoreventnotifier.cpp [new file with mode: 0644]
src/plugins/platforms/qnx/qqnxnavigatoreventnotifier.h [new file with mode: 0644]