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
qnetworkproxy.cpp File Reference

(c0ec9dcee71a7f8dbb9f024e68a382f2e9f32e97)

#include "qnetworkproxy.h"
#include "private/qnetworkrequest_p.h"
#include "qauthenticator.h"
#include "qdebug.h"
#include "qmutex.h"
#include "qstringlist.h"
#include "qurl.h"
#include "moc_qnetworkproxy.cpp"
Include dependency graph for qnetworkproxy.cpp:

Go to the source code of this file.

Classes

class  QGlobalNetworkProxy
class  QNetworkProxyPrivate
class  QNetworkProxyQueryPrivate

Macros

#define q_static_assert(expr)

Functions

static void qt_noop_with_arg (int)
static QNetworkProxy::Capabilities defaultCapabilitiesForType (QNetworkProxy::ProxyType type)
QDebug operator<< (QDebug debug, const QNetworkProxy &proxy)
QDebug operator<< (QDebug debug, const QNetworkProxyQuery &proxyQuery)

Macro Definition Documentation

◆ q_static_assert

#define q_static_assert ( expr)
Value:
qt_noop_with_arg(sizeof(StaticAssertTest< expr >::Value))
static void qt_noop_with_arg(int)

Definition at line 368 of file qnetworkproxy.cpp.

Function Documentation

◆ defaultCapabilitiesForType()

QNetworkProxy::Capabilities defaultCapabilitiesForType ( QNetworkProxy::ProxyType type)
static

Definition at line 370 of file qnetworkproxy.cpp.

◆ operator<<() [1/2]

QDebug operator<< ( QDebug debug,
const QNetworkProxy & proxy )

Definition at line 1551 of file qnetworkproxy.cpp.

◆ operator<<() [2/2]

QDebug operator<< ( QDebug debug,
const QNetworkProxyQuery & proxyQuery )

Definition at line 1600 of file qnetworkproxy.cpp.

◆ qt_noop_with_arg()

void qt_noop_with_arg ( int )
inlinestatic

Definition at line 367 of file qnetworkproxy.cpp.