Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqnxabstractnavigator.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// Qt-Security score:significant reason:default
4
5#ifndef QQNXABSTRACTNAVIGATOR_H
6#define QQNXABSTRACTNAVIGATOR_H
7
8#include <QObject>
9#include <QtCore/QLoggingCategory>
10
12
14
15class QUrl;
16
18{
20public:
21 explicit QQnxAbstractNavigator(QObject *parent = nullptr);
23
24 bool invokeUrl(const QUrl &url);
25
26protected:
27 virtual bool requestInvokeUrl(const QByteArray &encodedUrl) = 0;
28};
29
30QT_END_NAMESPACE
31
32#endif // QQNXABSTRACTNAVIGATOR_H
bool invokeUrl(const QUrl &url)
virtual bool requestInvokeUrl(const QByteArray &encodedUrl)=0
Combined button and popup list for selecting options.
QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY(lcQIORing)