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

Public Member Functions

 QWindowsSystemProxy ()
 ~QWindowsSystemProxy ()
void init ()
void reset ()
 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 318 of file qnetworkproxy_win.cpp.

Constructor & Destructor Documentation

◆ QWindowsSystemProxy() [1/2]

QWindowsSystemProxy::QWindowsSystemProxy ( )

Definition at line 344 of file qnetworkproxy_win.cpp.

◆ ~QWindowsSystemProxy() [1/2]

QWindowsSystemProxy::~QWindowsSystemProxy ( )

Definition at line 350 of file qnetworkproxy_win.cpp.

◆ QWindowsSystemProxy() [2/2]

QWindowsSystemProxy::QWindowsSystemProxy ( )

◆ ~QWindowsSystemProxy() [2/2]

QWindowsSystemProxy::~QWindowsSystemProxy ( )

Member Function Documentation

◆ init() [1/2]

void QWindowsSystemProxy::init ( )

Definition at line 367 of file qnetworkproxy_win.cpp.

References initialized, isAutoConfig, and reset().

Here is the call graph for this function:

◆ init() [2/2]

void QWindowsSystemProxy::init ( )

◆ reset() [1/2]

void QWindowsSystemProxy::reset ( )

Definition at line 356 of file qnetworkproxy_win.cpp.

References functional, and isAutoConfig.

Referenced by init().

Here is the caller graph for this function:

◆ reset() [2/2]

void QWindowsSystemProxy::reset ( )

Member Data Documentation

◆ autoConfigUrl

QString QWindowsSystemProxy::autoConfigUrl

Definition at line 332 of file qnetworkproxy_win.cpp.

◆ autoProxyOptions

WINHTTP_AUTOPROXY_OPTIONS QWindowsSystemProxy::autoProxyOptions

Definition at line 330 of file qnetworkproxy_win.cpp.

◆ defaultResult

QList< QNetworkProxy > QWindowsSystemProxy::defaultResult

Definition at line 335 of file qnetworkproxy_win.cpp.

◆ functional

bool QWindowsSystemProxy::functional

Definition at line 338 of file qnetworkproxy_win.cpp.

Referenced by reset().

◆ hHttpSession

HINTERNET QWindowsSystemProxy::hHttpSession

Definition at line 329 of file qnetworkproxy_win.cpp.

◆ initialized

bool QWindowsSystemProxy::initialized

Definition at line 337 of file qnetworkproxy_win.cpp.

Referenced by init().

◆ isAutoConfig

bool QWindowsSystemProxy::isAutoConfig

Definition at line 339 of file qnetworkproxy_win.cpp.

Referenced by init(), and reset().

◆ mutex

QMutex QWindowsSystemProxy::mutex

Definition at line 327 of file qnetworkproxy_win.cpp.

◆ proxyBypass

QStringList QWindowsSystemProxy::proxyBypass

Definition at line 334 of file qnetworkproxy_win.cpp.

◆ proxyServerList

QStringList QWindowsSystemProxy::proxyServerList

Definition at line 333 of file qnetworkproxy_win.cpp.

◆ proxySettingsWatcher

QRegistryWatcher QWindowsSystemProxy::proxySettingsWatcher

Definition at line 336 of file qnetworkproxy_win.cpp.


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