![]() |
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 <qmutex.h>#include <qstringlist.h>#include <qregularexpression.h>#include <qurl.h>#include <qnetworkinterface.h>#include <qdebug.h>#include <qvarlengtharray.h>#include <qhash.h>#include <string.h>#include <qt_windows.h>#include <lmcons.h>#include <winhttp.h>Go to the source code of this file.
Classes | |
| class | QWindowsSystemProxy |
Functions | |
| static bool | currentProcessIsService () |
| static QStringList | splitSpaceSemicolon (const QString &source) |
| static bool | isBypassed (const QString &host, const QStringList &bypassList) |
| static QList< QNetworkProxy > | filterProxyListByCapabilities (const QList< QNetworkProxy > &proxyList, const QNetworkProxyQuery &query) |
| static QList< QNetworkProxy > | removeDuplicateProxies (const QList< QNetworkProxy > &proxyList) |
| static QList< QNetworkProxy > | parseServerList (const QNetworkProxyQuery &query, const QStringList &proxyList) |
|
static |
Definition at line 27 of file qnetworkproxy_win.cpp.
|
static |
Definition at line 119 of file qnetworkproxy_win.cpp.
|
static |
Definition at line 73 of file qnetworkproxy_win.cpp.
|
static |
Definition at line 170 of file qnetworkproxy_win.cpp.
|
static |
Definition at line 150 of file qnetworkproxy_win.cpp.
|
static |
Definition at line 49 of file qnetworkproxy_win.cpp.