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
4#ifndef QQNXABSTRACTNAVIGATOR_H
5#define QQNXABSTRACTNAVIGATOR_H
6
7#include <QObject>
8#include <QtCore/QLoggingCategory>
9
11
13
14class QUrl;
15
17{
19public:
20 explicit QQnxAbstractNavigator(QObject *parent = nullptr);
22
23 bool invokeUrl(const QUrl &url);
24
25protected:
26 virtual bool requestInvokeUrl(const QByteArray &encodedUrl) = 0;
27};
28
29QT_END_NAMESPACE
30
31#endif // QQNXABSTRACTNAVIGATOR_H
bool invokeUrl(const QUrl &url)
virtual bool requestInvokeUrl(const QByteArray &encodedUrl)=0
QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY(lcEventDispatcher)