Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qgeonetworkaccessmanager.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 QGEONETWORKACCESSMANAGER_H
5#define QGEONETWORKACCESSMANAGER_H
6
7#include <QObject>
8
10
11class QNetworkReply;
12class QNetworkRequest;
13class QByteArray;
14
16{
18public:
22
23protected:
25};
26
28
29#endif // QGEONETWORKACCESSMANAGER_H
\inmodule QtCore
Definition qbytearray.h:57
virtual QNetworkReply * get(const QNetworkRequest &request)=0
virtual QNetworkReply * post(const QNetworkRequest &request, const QByteArray &data)=0
The QNetworkReply class contains the data and headers for a request sent with QNetworkAccessManager.
The QNetworkRequest class holds a request to be sent with QNetworkAccessManager.
\inmodule QtCore
Definition qobject.h:90
QObject * parent() const
Returns a pointer to the parent object.
Definition qobject.h:311
Combined button and popup list for selecting options.
GLint GLsizei GLsizei GLenum GLenum GLsizei void * data
#define Q_OBJECT
QNetworkRequest request(url)