10#include <QGuiApplication>
11#include <qpa/qwindowsysteminterface.h>
17QQnxNavigatorEventHandler::QQnxNavigatorEventHandler(QObject *parent)
26 qCDebug(lcQpaQnxNavigatorEvents,
"angle=%d", angle);
33 qCDebug(lcQpaQnxNavigatorEvents,
"angle=%d", angle);
34 emit rotationChanged(angle);
39 qCDebug(lcQpaQnxNavigatorEvents) << Q_FUNC_INFO;
47 qCDebug(lcQpaQnxNavigatorEvents) << Q_FUNC_INFO;
48 QCoreApplication::quit();
53 qCDebug(lcQpaQnxNavigatorEvents) << Q_FUNC_INFO << id;
54 Q_EMIT windowGroupActivated(id);
59 qCDebug(lcQpaQnxNavigatorEvents) << Q_FUNC_INFO << id;
60 Q_EMIT windowGroupDeactivated(id);
65 qCDebug(lcQpaQnxNavigatorEvents) << Q_FUNC_INFO << id;
66 Q_EMIT windowGroupStateChanged(id, state);
void handleWindowGroupStateChanged(const QByteArray &id, Qt::WindowState state)
void handleWindowGroupActivated(const QByteArray &id)
void handleWindowGroupDeactivated(const QByteArray &id)
void handleOrientationChange(int angle)
bool handleOrientationCheck(int angle)
Q_LOGGING_CATEGORY(lcEventDispatcher, "qt.eventdispatcher")