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
qplacecontentreplyimpl.h
Go to the documentation of this file.
1
// Copyright (C) 2015 The Qt Company Ltd.
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
QPLACECONTENTREPLYIMPL_H
5
#
define
QPLACECONTENTREPLYIMPL_H
6
7
#
include
<
QtNetwork
/
QNetworkReply
>
8
#
include
<
QtLocation
/
QPlaceContentReply
>
9
10
QT_BEGIN_NAMESPACE
11
12
class
QPlaceManager;
13
class
QPlaceManagerEngineNokiaV2
;
14
15
class
QPlaceContentReplyImpl
:
public
QPlaceContentReply
16
{
17
Q_OBJECT
18
19
public
:
20
QPlaceContentReplyImpl
(
const
QPlaceContentRequest
&
request
,
QNetworkReply
*
reply
,
21
QPlaceManagerEngineNokiaV2
*
engine
);
22
~
QPlaceContentReplyImpl
();
23
24
private
slots
:
25
void
setError
(
QPlaceReply
::
Error
error_
,
const
QString
&
errorString
);
26
void
replyFinished();
27
void
replyError(QNetworkReply::NetworkError error);
28
29
private
:
30
QPlaceManagerEngineNokiaV2
*m_engine;
31
};
32
33
QT_END_NAMESPACE
34
35
#
endif
QPlaceContentReplyImpl
Definition
qplacecontentreplyimpl.h:16
QPlaceContentReplyImpl::~QPlaceContentReplyImpl
~QPlaceContentReplyImpl()
Definition
qplacecontentreplyimpl.cpp:37
QPlaceManagerEngineNokiaV2
Definition
qplacemanagerengine_nokiav2.h:32
QPlatformGraphicsBufferHelper
\inmodule QtGui
qtlocation
src
plugins
geoservices
nokia
placesv2
qplacecontentreplyimpl.h
Generated on
for Qt by
1.14.0