![]() |
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 | |
QNetworkProxyPrivate (QNetworkProxy::ProxyType t=QNetworkProxy::DefaultProxy, const QString &h=QString(), quint16 p=0, const QString &u=QString(), const QString &pw=QString()) | |
bool | operator== (const QNetworkProxyPrivate &other) const |
QNetworkProxyPrivate (QNetworkProxy::ProxyType t=QNetworkProxy::DefaultProxy, const QString &h=QString(), quint16 p=0, const QString &u=QString(), const QString &pw=QString()) | |
bool | operator== (const QNetworkProxyPrivate &other) const |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Public Attributes | |
QString | hostName |
QString | user |
QString | password |
QNetworkProxy::Capabilities | capabilities |
quint16 | port |
QNetworkProxy::ProxyType | type |
bool | capabilitiesSet |
QNetworkHeadersPrivate | headers |
![]() | |
QAtomicInt | ref |
Definition at line 410 of file qnetworkproxy.cpp.
|
inline |
Definition at line 422 of file qnetworkproxy.cpp.
References QNetworkProxyPrivate(), and capabilitiesSet.
Referenced by QNetworkProxyPrivate().
|
inline |
Definition at line 422 of file qnetworkproxy.cpp.
|
inline |
Definition at line 434 of file qnetworkproxy.cpp.
|
inline |
Definition at line 434 of file qnetworkproxy.cpp.
QNetworkProxy::Capabilities QNetworkProxyPrivate::capabilities |
Definition at line 416 of file qnetworkproxy.cpp.
bool QNetworkProxyPrivate::capabilitiesSet |
Definition at line 419 of file qnetworkproxy.cpp.
Referenced by QNetworkProxyPrivate().
QNetworkHeadersPrivate QNetworkProxyPrivate::headers |
Definition at line 420 of file qnetworkproxy.cpp.
QString QNetworkProxyPrivate::hostName |
Definition at line 413 of file qnetworkproxy.cpp.
QString QNetworkProxyPrivate::password |
Definition at line 415 of file qnetworkproxy.cpp.
quint16 QNetworkProxyPrivate::port |
Definition at line 417 of file qnetworkproxy.cpp.
QNetworkProxy::ProxyType QNetworkProxyPrivate::type |
Definition at line 418 of file qnetworkproxy.cpp.
QString QNetworkProxyPrivate::user |
Definition at line 414 of file qnetworkproxy.cpp.