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

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
Public Member Functions inherited from QSharedData
 QSharedData () noexcept
 Constructs a QSharedData object with a reference count of 0.
 QSharedData (const QSharedData &) noexcept
 Constructs a QSharedData object with reference count 0.
QSharedDataoperator= (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
Public Attributes inherited from QSharedData
QAtomicInt ref

Detailed Description

Definition at line 411 of file qnetworkproxy.cpp.

Constructor & Destructor Documentation

◆ QNetworkProxyPrivate() [1/2]

QNetworkProxyPrivate::QNetworkProxyPrivate ( QNetworkProxy::ProxyType t = QNetworkProxy::DefaultProxy,
const QString & h = QString(),
quint16 p = 0,
const QString & u = QString(),
const QString & pw = QString() )
inline

Definition at line 423 of file qnetworkproxy.cpp.

References QNetworkProxyPrivate(), and capabilitiesSet.

Referenced by QNetworkProxyPrivate().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ QNetworkProxyPrivate() [2/2]

QNetworkProxyPrivate::QNetworkProxyPrivate ( QNetworkProxy::ProxyType t = QNetworkProxy::DefaultProxy,
const QString & h = QString(),
quint16 p = 0,
const QString & u = QString(),
const QString & pw = QString() )
inline

Definition at line 423 of file qnetworkproxy.cpp.

Member Function Documentation

◆ operator==() [1/2]

bool QNetworkProxyPrivate::operator== ( const QNetworkProxyPrivate & other) const
inline

Definition at line 435 of file qnetworkproxy.cpp.

◆ operator==() [2/2]

bool QNetworkProxyPrivate::operator== ( const QNetworkProxyPrivate & other) const
inline

Definition at line 435 of file qnetworkproxy.cpp.

Member Data Documentation

◆ capabilities

QNetworkProxy::Capabilities QNetworkProxyPrivate::capabilities

Definition at line 417 of file qnetworkproxy.cpp.

◆ capabilitiesSet

bool QNetworkProxyPrivate::capabilitiesSet

Definition at line 420 of file qnetworkproxy.cpp.

Referenced by QNetworkProxyPrivate().

◆ headers

QNetworkHeadersPrivate QNetworkProxyPrivate::headers

Definition at line 421 of file qnetworkproxy.cpp.

◆ hostName

QString QNetworkProxyPrivate::hostName

Definition at line 414 of file qnetworkproxy.cpp.

◆ password

QString QNetworkProxyPrivate::password

Definition at line 416 of file qnetworkproxy.cpp.

◆ port

quint16 QNetworkProxyPrivate::port

Definition at line 418 of file qnetworkproxy.cpp.

◆ type

QNetworkProxy::ProxyType QNetworkProxyPrivate::type

Definition at line 419 of file qnetworkproxy.cpp.

◆ user

QString QNetworkProxyPrivate::user

Definition at line 415 of file qnetworkproxy.cpp.


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