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
QWindowsSystemProxy Class Reference
+ Collaboration diagram for QWindowsSystemProxy:

Public Member Functions

 QWindowsSystemProxy ()
 
 ~QWindowsSystemProxy ()
 
void init ()
 
void reset ()
 

Public Attributes

QMutex mutex
 
HINTERNET hHttpSession
 
WINHTTP_AUTOPROXY_OPTIONS autoProxyOptions
 
QString autoConfigUrl
 
QStringList proxyServerList
 
QStringList proxyBypass
 
QList< QNetworkProxydefaultResult
 
QRegistryWatcher proxySettingsWatcher
 
bool initialized
 
bool functional
 
bool isAutoConfig
 

Detailed Description

Definition at line 317 of file qnetworkproxy_win.cpp.

Constructor & Destructor Documentation

◆ QWindowsSystemProxy()

QWindowsSystemProxy::QWindowsSystemProxy ( )

Definition at line 343 of file qnetworkproxy_win.cpp.

References QNetworkProxy::NoProxy.

◆ ~QWindowsSystemProxy()

QWindowsSystemProxy::~QWindowsSystemProxy ( )

Definition at line 349 of file qnetworkproxy_win.cpp.

References hHttpSession.

Member Function Documentation

◆ init()

void QWindowsSystemProxy::init ( )

Definition at line 366 of file qnetworkproxy_win.cpp.

References autoConfigUrl, autoProxyOptions, currentProcessIsService(), QString::fromWCharArray(), functional, hHttpSession, initialized, isAutoConfig, QString::isEmpty(), proxyBypass, proxyServerList, proxySettingsWatcher, QStringLiteral, reset(), splitSpaceSemicolon(), and QString::utf16().

+ Here is the call graph for this function:

◆ reset()

void QWindowsSystemProxy::reset ( )

Definition at line 355 of file qnetworkproxy_win.cpp.

References autoConfigUrl, QString::clear(), QList< T >::clear(), defaultResult, functional, isAutoConfig, QNetworkProxy::NoProxy, proxyBypass, and proxyServerList.

Referenced by init().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ autoConfigUrl

QString QWindowsSystemProxy::autoConfigUrl

Definition at line 331 of file qnetworkproxy_win.cpp.

Referenced by init(), and reset().

◆ autoProxyOptions

WINHTTP_AUTOPROXY_OPTIONS QWindowsSystemProxy::autoProxyOptions

Definition at line 329 of file qnetworkproxy_win.cpp.

Referenced by init().

◆ defaultResult

QList<QNetworkProxy> QWindowsSystemProxy::defaultResult

Definition at line 334 of file qnetworkproxy_win.cpp.

Referenced by reset().

◆ functional

bool QWindowsSystemProxy::functional

Definition at line 337 of file qnetworkproxy_win.cpp.

Referenced by init(), and reset().

◆ hHttpSession

HINTERNET QWindowsSystemProxy::hHttpSession

Definition at line 328 of file qnetworkproxy_win.cpp.

Referenced by ~QWindowsSystemProxy(), and init().

◆ initialized

bool QWindowsSystemProxy::initialized

Definition at line 336 of file qnetworkproxy_win.cpp.

Referenced by init().

◆ isAutoConfig

bool QWindowsSystemProxy::isAutoConfig

Definition at line 338 of file qnetworkproxy_win.cpp.

Referenced by init(), and reset().

◆ mutex

QMutex QWindowsSystemProxy::mutex

Definition at line 326 of file qnetworkproxy_win.cpp.

◆ proxyBypass

QStringList QWindowsSystemProxy::proxyBypass

Definition at line 333 of file qnetworkproxy_win.cpp.

Referenced by init(), and reset().

◆ proxyServerList

QStringList QWindowsSystemProxy::proxyServerList

Definition at line 332 of file qnetworkproxy_win.cpp.

Referenced by init(), and reset().

◆ proxySettingsWatcher

QRegistryWatcher QWindowsSystemProxy::proxySettingsWatcher

Definition at line 335 of file qnetworkproxy_win.cpp.

Referenced by init().


The documentation for this class was generated from the following file: