Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
 
- 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 410 of file qnetworkproxy.cpp.

Constructor & Destructor Documentation

◆ QNetworkProxyPrivate()

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 422 of file qnetworkproxy.cpp.

Member Function Documentation

◆ operator==()

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

Definition at line 434 of file qnetworkproxy.cpp.

References capabilities, hostName, other(), password, and user.

+ Here is the call graph for this function:

Member Data Documentation

◆ capabilities

QNetworkProxy::Capabilities QNetworkProxyPrivate::capabilities

◆ capabilitiesSet

bool QNetworkProxyPrivate::capabilitiesSet

Definition at line 419 of file qnetworkproxy.cpp.

Referenced by QNetworkProxy::setCapabilities(), and QNetworkProxy::setType().

◆ headers

◆ hostName

QString QNetworkProxyPrivate::hostName

◆ password

QString QNetworkProxyPrivate::password

◆ port

quint16 QNetworkProxyPrivate::port

Definition at line 417 of file qnetworkproxy.cpp.

Referenced by QNetworkProxy::port(), and QNetworkProxy::setPort().

◆ type

◆ user

QString QNetworkProxyPrivate::user

Definition at line 414 of file qnetworkproxy.cpp.

Referenced by operator==(), QNetworkProxy::setUser(), and QNetworkProxy::user().


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