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
// Qt-Security score:significant reason:default
4
5
#
ifndef
QQNXNAVIGATORPPS_H
6
#
define
QQNXNAVIGATORPPS_H
7
8
#
include
"qqnxabstractnavigator.h"
9
10
QT_BEGIN_NAMESPACE
11
12
template
<
typename
K,
typename
V>
class
QHash;
13
14
class
QQnxNavigatorPps
:
public
QQnxAbstractNavigator
15
{
16
Q_OBJECT
17
public
:
18
explicit
QQnxNavigatorPps
(
QObject
*
parent
=
nullptr
);
19
~
QQnxNavigatorPps
();
20
21
protected
:
22
bool
requestInvokeUrl
(
const
QByteArray &encodedUrl)
override
;
23
24
private
:
25
bool
openPpsConnection();
26
27
bool
sendPpsMessage(
const
QByteArray &message,
const
QByteArray &data);
28
void
parsePPS(
const
QByteArray &ppsData, QHash<QByteArray, QByteArray> &messageFields);
29
30
int
m_fd;
31
static
const
char
*navigatorControlPath;
32
static
const
size_t ppsBufferSize;
33
};
34
35
QT_END_NAMESPACE
36
37
#
endif
// QQNXNAVIGATORPPS_H
QQnxAbstractNavigator
Definition
qqnxabstractnavigator.h:18
QQnxNavigatorPps
Definition
qqnxnavigatorpps.h:15
QQnxNavigatorPps::requestInvokeUrl
bool requestInvokeUrl(const QByteArray &encodedUrl) override
Definition
qqnxnavigatorpps.cpp:48
QQnxNavigatorPps::~QQnxNavigatorPps
~QQnxNavigatorPps()
Definition
qqnxnavigatorpps.cpp:23
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
qtbase
src
plugins
platforms
qnx
qqnxnavigatorpps.h
Generated on
for Qt by
1.16.1