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

Public Member Functions

 QNetworkProxyQueryPrivate ()
 
bool operator== (const QNetworkProxyQueryPrivate &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

QUrl remote
 
int localPort
 
QNetworkProxyQuery::QueryType type
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 917 of file qnetworkproxy.cpp.

Constructor & Destructor Documentation

◆ QNetworkProxyQueryPrivate()

QNetworkProxyQueryPrivate::QNetworkProxyQueryPrivate ( )
inline

Definition at line 920 of file qnetworkproxy.cpp.

Member Function Documentation

◆ operator==()

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

Definition at line 924 of file qnetworkproxy.cpp.

References localPort, other(), and remote.

+ Here is the call graph for this function:

Member Data Documentation

◆ localPort

int QNetworkProxyQueryPrivate::localPort

◆ remote

◆ type

QNetworkProxyQuery::QueryType QNetworkProxyQueryPrivate::type

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