![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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< QNetworkProxy > | defaultResult |
QRegistryWatcher | proxySettingsWatcher |
bool | initialized |
bool | functional |
bool | isAutoConfig |
Definition at line 318 of file qnetworkproxy_win.cpp.
QWindowsSystemProxy::QWindowsSystemProxy | ( | ) |
Definition at line 344 of file qnetworkproxy_win.cpp.
QWindowsSystemProxy::~QWindowsSystemProxy | ( | ) |
Definition at line 350 of file qnetworkproxy_win.cpp.
QWindowsSystemProxy::QWindowsSystemProxy | ( | ) |
QWindowsSystemProxy::~QWindowsSystemProxy | ( | ) |
void QWindowsSystemProxy::init | ( | ) |
Definition at line 367 of file qnetworkproxy_win.cpp.
References initialized, isAutoConfig, and reset().
void QWindowsSystemProxy::init | ( | ) |
void QWindowsSystemProxy::reset | ( | ) |
Definition at line 356 of file qnetworkproxy_win.cpp.
References functional, and isAutoConfig.
Referenced by init().
void QWindowsSystemProxy::reset | ( | ) |
QString QWindowsSystemProxy::autoConfigUrl |
Definition at line 332 of file qnetworkproxy_win.cpp.
WINHTTP_AUTOPROXY_OPTIONS QWindowsSystemProxy::autoProxyOptions |
Definition at line 330 of file qnetworkproxy_win.cpp.
QList< QNetworkProxy > QWindowsSystemProxy::defaultResult |
Definition at line 335 of file qnetworkproxy_win.cpp.
bool QWindowsSystemProxy::functional |
Definition at line 338 of file qnetworkproxy_win.cpp.
Referenced by reset().
HINTERNET QWindowsSystemProxy::hHttpSession |
Definition at line 329 of file qnetworkproxy_win.cpp.
bool QWindowsSystemProxy::initialized |
Definition at line 337 of file qnetworkproxy_win.cpp.
Referenced by init().
bool QWindowsSystemProxy::isAutoConfig |
Definition at line 339 of file qnetworkproxy_win.cpp.
QMutex QWindowsSystemProxy::mutex |
Definition at line 327 of file qnetworkproxy_win.cpp.
QStringList QWindowsSystemProxy::proxyBypass |
Definition at line 334 of file qnetworkproxy_win.cpp.
QStringList QWindowsSystemProxy::proxyServerList |
Definition at line 333 of file qnetworkproxy_win.cpp.
QRegistryWatcher QWindowsSystemProxy::proxySettingsWatcher |
Definition at line 336 of file qnetworkproxy_win.cpp.