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