Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
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:103
QObject * parent() const
Returns a pointer to the parent object.
Definition qobject.h:346
Combined button and popup list for selecting options.
GLint GLsizei GLsizei GLenum GLenum GLsizei void * data
#define Q_OBJECT
QNetworkRequest request(url)