11#include <QGuiApplication>
12#include <qpa/qwindowsysteminterface.h>
18QQnxNavigatorEventHandler::QQnxNavigatorEventHandler(QObject *parent)
27 qCDebug(lcQpaQnxNavigatorEvents,
"angle=%d", angle);
34 qCDebug(lcQpaQnxNavigatorEvents,
"angle=%d", angle);
35 emit rotationChanged(angle);
40 qCDebug(lcQpaQnxNavigatorEvents) << Q_FUNC_INFO;
48 qCDebug(lcQpaQnxNavigatorEvents) << Q_FUNC_INFO;
49 QCoreApplication::quit();
54 qCDebug(lcQpaQnxNavigatorEvents) << Q_FUNC_INFO << id;
55 Q_EMIT windowGroupActivated(id);
60 qCDebug(lcQpaQnxNavigatorEvents) << Q_FUNC_INFO << id;
61 Q_EMIT windowGroupDeactivated(id);
66 qCDebug(lcQpaQnxNavigatorEvents) << Q_FUNC_INFO << id;
67 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")