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
qqnxnavigatorpps.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
QQNXNAVIGATORPPS_H
5
#
define
QQNXNAVIGATORPPS_H
6
7
#
include
"qqnxabstractnavigator.h"
8
#
include
<
QtCore
/
QLoggingCategory
>
9
10
QT_BEGIN_NAMESPACE
11
12
Q_DECLARE_LOGGING_CATEGORY(lcQpaQnxNavigator);
13
14
template
<
typename
K,
typename
V>
class
QHash
;
15
16
class
QQnxNavigatorPps
:
public
QQnxAbstractNavigator
17
{
18
Q_OBJECT
19
public
:
20
explicit
QQnxNavigatorPps
(
QObject
*
parent
=
nullptr
);
21
~
QQnxNavigatorPps
();
22
23
protected
:
24
bool
requestInvokeUrl
(
const
QByteArray &encodedUrl)
override
;
25
26
private
:
27
bool
openPpsConnection();
28
29
bool
sendPpsMessage(
const
QByteArray &message,
const
QByteArray &data);
30
void
parsePPS(
const
QByteArray &ppsData, QHash<QByteArray, QByteArray> &messageFields);
31
32
int
m_fd;
33
static
const
char
*navigatorControlPath;
34
static
const
size_t ppsBufferSize;
35
};
36
37
QT_END_NAMESPACE
38
39
#
endif
// QQNXNAVIGATORPPS_H
QHash
\inmodule QtCore
Definition
qhash.h:837
QQnxAbstractNavigator
Definition
qqnxabstractnavigator.h:17
QQnxNavigatorPps
Definition
qqnxnavigatorpps.h:17
QQnxNavigatorPps::requestInvokeUrl
bool requestInvokeUrl(const QByteArray &encodedUrl) override
Definition
qqnxnavigatorpps.cpp:47
QQnxNavigatorPps::~QQnxNavigatorPps
~QQnxNavigatorPps()
Definition
qqnxnavigatorpps.cpp:22
QPlatformGraphicsBufferHelper
\inmodule QtGui
qtbase
src
plugins
platforms
qnx
qqnxnavigatorpps.h
Generated on
for Qt by
1.14.0