![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
QNetworkProxyQueryPrivate () | |
bool | operator== (const QNetworkProxyQueryPrivate &other) const |
QNetworkProxyQueryPrivate () | |
bool | operator== (const QNetworkProxyQueryPrivate &other) const |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Public Attributes | |
QUrl | remote |
int | localPort |
QNetworkProxyQuery::QueryType | type |
![]() | |
QAtomicInt | ref |
Definition at line 911 of file qnetworkproxy.cpp.
|
inline |
Definition at line 914 of file qnetworkproxy.cpp.
References QNetworkProxyQueryPrivate(), and localPort.
Referenced by QNetworkProxyQueryPrivate().
|
inline |
Definition at line 914 of file qnetworkproxy.cpp.
|
inline |
Definition at line 918 of file qnetworkproxy.cpp.
|
inline |
Definition at line 918 of file qnetworkproxy.cpp.
int QNetworkProxyQueryPrivate::localPort |
Definition at line 926 of file qnetworkproxy.cpp.
Referenced by QNetworkProxyQueryPrivate().
QUrl QNetworkProxyQueryPrivate::remote |
Definition at line 925 of file qnetworkproxy.cpp.
QNetworkProxyQuery::QueryType QNetworkProxyQueryPrivate::type |
Definition at line 927 of file qnetworkproxy.cpp.