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
qnetworkaccessbackend_p.h File Reference

(f0fcd396c57107a8fb4bca12a014107b6b09f5d0)

#include <QtNetwork/qtnetworkglobal.h>
#include <QtNetwork/qnetworkrequest.h>
#include <QtNetwork/qnetworkaccessmanager.h>
#include <QtNetwork/qnetworkreply.h>
#include <QtCore/qobject.h>
#include <QtCore/qflags.h>
#include <QtCore/qbytearrayview.h>
Include dependency graph for qnetworkaccessbackend_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QNetworkAccessBackend
 QNetworkAccessBackend is the base class for implementing support for schemes used by QNetworkAccessManager. More...
class  QNetworkAccessBackendFactory

Macros

#define QNetworkAccessBackendFactory_iid   "org.qt-project.Qt.NetworkAccessBackendFactory"

Functions

 Q_DECLARE_INTERFACE (QNetworkAccessBackendFactory, QNetworkAccessBackendFactory_iid)

Macro Definition Documentation

◆ QNetworkAccessBackendFactory_iid

#define QNetworkAccessBackendFactory_iid   "org.qt-project.Qt.NetworkAccessBackendFactory"

Definition at line 155 of file qnetworkaccessbackend_p.h.

Function Documentation

◆ Q_DECLARE_INTERFACE()