Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqnxnavigatoreventhandler.h
Go to the documentation of this file.
1// Copyright (C) 2012 Research In Motion
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QQNXNAVIGATOREVENTHANDLER_H
5#define QQNXNAVIGATOREVENTHANDLER_H
6
7#include <QObject>
8
10
12{
14public:
15 explicit QQnxNavigatorEventHandler(QObject *parent = nullptr);
16
19 void handleSwipeDown();
20 void handleExit();
24
30 void swipeDown();
31};
32
34
35#endif // QQNXNAVIGATOREVENTHANDLER_H
\inmodule QtCore
Definition qbytearray.h:57
\inmodule QtCore
Definition qobject.h:90
QObject * parent() const
Returns a pointer to the parent object.
Definition qobject.h:311
void rotationChanged(int angle)
void windowGroupActivated(const QByteArray &id)
void windowGroupStateChanged(const QByteArray &id, Qt::WindowState state)
void handleWindowGroupStateChanged(const QByteArray &id, Qt::WindowState state)
void windowGroupDeactivated(const QByteArray &id)
void handleWindowGroupActivated(const QByteArray &id)
void handleWindowGroupDeactivated(const QByteArray &id)
else opt state
[0]
Combined button and popup list for selecting options.
WindowState
Definition qnamespace.h:250
GLfloat angle
#define Q_OBJECT
#define Q_SIGNALS