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
11
QT_BEGIN_NAMESPACE
12
13
Q_DECLARE_LOGGING_CATEGORY
(
lcQpaQnxNavigator
);
14
15
class
QUrl;
16
17
class
QQnxAbstractNavigator
:
public
QObject
18
{
19
Q_OBJECT
20
public
:
21
explicit
QQnxAbstractNavigator
(
QObject
*
parent
=
nullptr
);
22
~
QQnxAbstractNavigator
();
23
24
bool
invokeUrl
(
const
QUrl &url);
25
26
protected
:
27
virtual
bool
requestInvokeUrl
(
const
QByteArray &encodedUrl) = 0;
28
};
29
30
QT_END_NAMESPACE
31
32
#
endif
// QQNXABSTRACTNAVIGATOR_H
QQnxAbstractNavigator
Definition
qqnxabstractnavigator.h:18
QQnxAbstractNavigator::invokeUrl
bool invokeUrl(const QUrl &url)
Definition
qqnxabstractnavigator.cpp:23
QQnxAbstractNavigator::requestInvokeUrl
virtual bool requestInvokeUrl(const QByteArray &encodedUrl)=0
QQnxAbstractNavigator::~QQnxAbstractNavigator
~QQnxAbstractNavigator()
Definition
qqnxabstractnavigator.cpp:19
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
Q_DECLARE_LOGGING_CATEGORY
QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY(lcQIORing)
qtbase
src
plugins
platforms
qnx
qqnxabstractnavigator.h
Generated on
for Qt by
1.16.1