![]() |
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 |
| 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. | |
| QSharedData & | operator= (const QSharedData &)=delete |
| ~QSharedData ()=default | |
Public Attributes | |
| QUrl | remote |
| int | localPort |
| QNetworkProxyQuery::QueryType | type |
| Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 912 of file qnetworkproxy.cpp.
|
inline |
Definition at line 915 of file qnetworkproxy.cpp.
References QNetworkProxyQueryPrivate(), and localPort.
Referenced by QNetworkProxyQueryPrivate().
|
inline |
Definition at line 915 of file qnetworkproxy.cpp.
|
inline |
Definition at line 919 of file qnetworkproxy.cpp.
|
inline |
Definition at line 919 of file qnetworkproxy.cpp.
| int QNetworkProxyQueryPrivate::localPort |
Definition at line 927 of file qnetworkproxy.cpp.
Referenced by QNetworkProxyQueryPrivate().
| QUrl QNetworkProxyQueryPrivate::remote |
Definition at line 926 of file qnetworkproxy.cpp.
| QNetworkProxyQuery::QueryType QNetworkProxyQueryPrivate::type |
Definition at line 928 of file qnetworkproxy.cpp.