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

Public Member Functions

 QNetworkProxyQueryPrivate ()
 
bool operator== (const QNetworkProxyQueryPrivate &other) const
 
 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 911 of file qnetworkproxy.cpp.

Constructor & Destructor Documentation

◆ QNetworkProxyQueryPrivate() [1/2]

QNetworkProxyQueryPrivate::QNetworkProxyQueryPrivate ( )
inline

Definition at line 914 of file qnetworkproxy.cpp.

References QNetworkProxyQueryPrivate(), and localPort.

Referenced by QNetworkProxyQueryPrivate().

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

◆ QNetworkProxyQueryPrivate() [2/2]

QNetworkProxyQueryPrivate::QNetworkProxyQueryPrivate ( )
inline

Definition at line 914 of file qnetworkproxy.cpp.

Member Function Documentation

◆ operator==() [1/2]

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

Definition at line 918 of file qnetworkproxy.cpp.

◆ operator==() [2/2]

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

Definition at line 918 of file qnetworkproxy.cpp.

Member Data Documentation

◆ localPort

int QNetworkProxyQueryPrivate::localPort

Definition at line 926 of file qnetworkproxy.cpp.

Referenced by QNetworkProxyQueryPrivate().

◆ remote

QUrl QNetworkProxyQueryPrivate::remote

Definition at line 925 of file qnetworkproxy.cpp.

◆ type

QNetworkProxyQuery::QueryType QNetworkProxyQueryPrivate::type

Definition at line 927 of file qnetworkproxy.cpp.


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