Qt 4.8
Public Functions | Public Variables | List of all members
QNetworkProxyQueryPrivate Class Reference
Inheritance diagram for QNetworkProxyQueryPrivate:
QSharedData

Public Functions

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

QNetworkConfiguration config
 
int localPort
 
QUrl remote
 
QNetworkProxyQuery::QueryType type
 
- Public Variables inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 743 of file qnetworkproxy.cpp.

Constructors and Destructors

◆ QNetworkProxyQueryPrivate()

QNetworkProxyQueryPrivate::QNetworkProxyQueryPrivate ( )
inline

Functions

◆ operator==()

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

Definition at line 750 of file qnetworkproxy.cpp.

751  {
752  return type == other.type &&
753  localPort == other.localPort &&
754  remote == other.remote;
755  }
QNetworkProxyQuery::QueryType type

Properties

◆ config

QNetworkConfiguration QNetworkProxyQueryPrivate::config

◆ localPort

int QNetworkProxyQueryPrivate::localPort

◆ remote

QUrl QNetworkProxyQueryPrivate::remote

◆ type

QNetworkProxyQuery::QueryType QNetworkProxyQueryPrivate::type

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