Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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#include <QtCore/QLoggingCategory>
9
11
12Q_DECLARE_LOGGING_CATEGORY(lcQpaQnxNavigatorEvents);
13
35
37
38#endif // QQNXNAVIGATOREVENTHANDLER_H
\inmodule QtCore
Definition qbytearray.h:57
\inmodule QtCore
Definition qobject.h:103
QObject * parent() const
Returns a pointer to the parent object.
Definition qobject.h:346
void rotationChanged(int angle)
void windowGroupActivated(const QByteArray &id)
QQnxNavigatorEventHandler(QObject *parent=nullptr)
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:251
#define Q_DECLARE_LOGGING_CATEGORY(name)
GLfloat angle
#define Q_OBJECT
#define Q_SIGNALS