![]() |
Qt 6.x
The Qt SDK
|
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< QNetworkProxy > | defaultResult |
| QRegistryWatcher | proxySettingsWatcher |
| bool | initialized |
| bool | functional |
| bool | isAutoConfig |
Definition at line 317 of file qnetworkproxy_win.cpp.
| QWindowsSystemProxy::QWindowsSystemProxy | ( | ) |
Definition at line 343 of file qnetworkproxy_win.cpp.
References QNetworkProxy::NoProxy.
| QWindowsSystemProxy::~QWindowsSystemProxy | ( | ) |
Definition at line 349 of file qnetworkproxy_win.cpp.
References hHttpSession.
| 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:| 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:| QString QWindowsSystemProxy::autoConfigUrl |
Definition at line 331 of file qnetworkproxy_win.cpp.
| WINHTTP_AUTOPROXY_OPTIONS QWindowsSystemProxy::autoProxyOptions |
Definition at line 329 of file qnetworkproxy_win.cpp.
Referenced by init().
| QList<QNetworkProxy> QWindowsSystemProxy::defaultResult |
Definition at line 334 of file qnetworkproxy_win.cpp.
Referenced by reset().
| bool QWindowsSystemProxy::functional |
Definition at line 337 of file qnetworkproxy_win.cpp.
| HINTERNET QWindowsSystemProxy::hHttpSession |
Definition at line 328 of file qnetworkproxy_win.cpp.
Referenced by ~QWindowsSystemProxy(), and init().
| bool QWindowsSystemProxy::initialized |
Definition at line 336 of file qnetworkproxy_win.cpp.
Referenced by init().
| bool QWindowsSystemProxy::isAutoConfig |
Definition at line 338 of file qnetworkproxy_win.cpp.
| QMutex QWindowsSystemProxy::mutex |
Definition at line 326 of file qnetworkproxy_win.cpp.
| QStringList QWindowsSystemProxy::proxyBypass |
Definition at line 333 of file qnetworkproxy_win.cpp.
| QStringList QWindowsSystemProxy::proxyServerList |
Definition at line 332 of file qnetworkproxy_win.cpp.
| QRegistryWatcher QWindowsSystemProxy::proxySettingsWatcher |
Definition at line 335 of file qnetworkproxy_win.cpp.
Referenced by init().