Qt 6.x
The Qt SDK
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
10
11class QUrl;
12
14{
16public:
17 explicit QQnxAbstractNavigator(QObject *parent = nullptr);
19
20 bool invokeUrl(const QUrl &url);
21
22protected:
23 virtual bool requestInvokeUrl(const QByteArray &encodedUrl) = 0;
24};
25
27
28#endif // QQNXABSTRACTNAVIGATOR_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
bool invokeUrl(const QUrl &url)
virtual bool requestInvokeUrl(const QByteArray &encodedUrl)=0
\inmodule QtCore
Definition qurl.h:94
Combined button and popup list for selecting options.
#define Q_OBJECT
QUrl url("example.com")
[constructor-url-reference]