![]() |
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 26 of file qnetworkproxy_win.cpp.
|
static |
Definition at line 118 of file qnetworkproxy_win.cpp.
|
static |
Definition at line 72 of file qnetworkproxy_win.cpp.
|
static |
Definition at line 169 of file qnetworkproxy_win.cpp.
|
static |
Definition at line 149 of file qnetworkproxy_win.cpp.
|
static |
Definition at line 48 of file qnetworkproxy_win.cpp.