Qt 4.8
|
Public Functions | |
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()) | |
Public Functions inherited from QSharedData | |
QSharedData () | |
Constructs a QSharedData object with a reference count of 0. More... | |
QSharedData (const QSharedData &) | |
Constructs a QSharedData object with reference count 0. More... | |
Public Variables | |
QNetworkProxy::Capabilities | capabilities |
bool | capabilitiesSet |
QString | hostName |
QString | password |
quint16 | port |
QNetworkProxy::ProxyType | type |
QString | user |
Public Variables inherited from QSharedData | |
QAtomicInt | ref |
Definition at line 393 of file qnetworkproxy.cpp.
|
inline |
Definition at line 404 of file qnetworkproxy.cpp.
|
inline |
Definition at line 416 of file qnetworkproxy.cpp.
QNetworkProxy::Capabilities QNetworkProxyPrivate::capabilities |
Definition at line 399 of file qnetworkproxy.cpp.
Referenced by QNetworkProxy::capabilities(), operator==(), QNetworkProxy::setCapabilities(), and QNetworkProxy::setType().
bool QNetworkProxyPrivate::capabilitiesSet |
Definition at line 402 of file qnetworkproxy.cpp.
Referenced by QNetworkProxy::setCapabilities(), and QNetworkProxy::setType().
QString QNetworkProxyPrivate::hostName |
Definition at line 396 of file qnetworkproxy.cpp.
Referenced by QNetworkProxy::hostName(), operator==(), and QNetworkProxy::setHostName().
QString QNetworkProxyPrivate::password |
Definition at line 398 of file qnetworkproxy.cpp.
Referenced by operator==(), QNetworkProxy::password(), and QNetworkProxy::setPassword().
quint16 QNetworkProxyPrivate::port |
Definition at line 400 of file qnetworkproxy.cpp.
Referenced by operator==(), QNetworkProxy::port(), and QNetworkProxy::setPort().
QNetworkProxy::ProxyType QNetworkProxyPrivate::type |
Definition at line 401 of file qnetworkproxy.cpp.
Referenced by operator==(), QNetworkProxyQuery::QNetworkProxyQuery(), QNetworkProxy::setType(), and QNetworkProxy::type().
QString QNetworkProxyPrivate::user |
Definition at line 397 of file qnetworkproxy.cpp.
Referenced by operator==(), QNetworkProxy::setUser(), and QNetworkProxy::user().