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

(0fef8f53c3e52dd31648c55a2376006f223a7054)

#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 <QtCore/private/qglobal_p.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 156 of file qnetworkaccessbackend_p.h.

Function Documentation

◆ Q_DECLARE_INTERFACE()