Qt
6.x
The Qt SDK
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
QNetworkReply
The QNetworkReply class contains the data and headers for a request sent with QNetworkAccessManager.
Definition
qnetworkreply.h:27
QNetworkReply::NetworkError
NetworkError
Indicates all possible error conditions found during the processing of the request.
Definition
qnetworkreply.h:30
QPlaceContentReplyImpl
Definition
qplacecontentreplyimpl.h:16
QPlaceContentReplyImpl::~QPlaceContentReplyImpl
~QPlaceContentReplyImpl()
Definition
qplacecontentreplyimpl.cpp:37
QPlaceContentReply
\inmodule QtLocation
Definition
qplacecontentreply.h:15
QPlaceContentReply::request
QPlaceContentRequest request() const
Returns the content request that was used to generate this reply.
Definition
qplacecontentreply.cpp:103
QPlaceContentRequest
\inmodule QtLocation
Definition
qplacecontentrequest.h:17
QPlaceManagerEngineNokiaV2
Definition
qplacemanagerengine_nokiav2.h:32
QPlaceManager
\inmodule QtLocation
Definition
qplacemanager.h:32
QPlaceReply::error
QPlaceReply::Error error() const
Returns the error code.
Definition
qplacereply.cpp:160
QPlaceReply::Error
Error
Describes an error which occurred during an operation.
Definition
qplacereply.h:18
QPlaceReply::errorString
QString errorString() const
Returns the error string of the reply.
Definition
qplacereply.cpp:152
QString
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition
qstring.h:127
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
Q_OBJECT
#define Q_OBJECT
Definition
qtmetamacros.h:117
slots
#define slots
Definition
qtmetamacros.h:40
reply
QNetworkReply * reply
Definition
src_network_access_qhttpmultipart.cpp:26
engine
QJSEngine engine
[0]
Definition
src_script_qjsvalue.cpp:14
qtlocation
src
plugins
geoservices
nokia
placesv2
qplacecontentreplyimpl.h
Generated by
1.9.7