![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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"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) |
| #define q_static_assert | ( | expr | ) |
Definition at line 368 of file qnetworkproxy.cpp.
|
static |
Definition at line 370 of file qnetworkproxy.cpp.
| QDebug operator<< | ( | QDebug | debug, |
| const QNetworkProxy & | proxy ) |
Definition at line 1551 of file qnetworkproxy.cpp.
| QDebug operator<< | ( | QDebug | debug, |
| const QNetworkProxyQuery & | proxyQuery ) |
Definition at line 1600 of file qnetworkproxy.cpp.
|
inlinestatic |
Definition at line 367 of file qnetworkproxy.cpp.