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
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
12Q_DECLARE_LOGGING_CATEGORY(lcQpaQnxNavigator);
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
30
31#endif // QQNXABSTRACTNAVIGATOR_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
bool invokeUrl(const QUrl &url)
QQnxAbstractNavigator(QObject *parent=nullptr)
virtual bool requestInvokeUrl(const QByteArray &encodedUrl)=0
\inmodule QtCore
Definition qurl.h:94
Combined button and popup list for selecting options.
#define Q_DECLARE_LOGGING_CATEGORY(name)
#define Q_OBJECT
QUrl url("example.com")
[constructor-url-reference]