![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
QNetworkConnectionEvents (QNetworkConnectionMonitorPrivate *monitor) | |
virtual | ~QNetworkConnectionEvents () |
HRESULT STDMETHODCALLTYPE | QueryInterface (REFIID riid, void **ppvObject) override |
ULONG STDMETHODCALLTYPE | AddRef () override |
ULONG STDMETHODCALLTYPE | Release () override |
HRESULT STDMETHODCALLTYPE | NetworkConnectionConnectivityChanged (GUID connectionId, NLM_CONNECTIVITY connectivity) override |
HRESULT STDMETHODCALLTYPE | NetworkConnectionPropertyChanged (GUID connectionId, NLM_CONNECTION_PROPERTY_CHANGE flags) override |
bool | setTarget (const QNetworkInterface &iface) |
bool | startMonitoring () |
bool | stopMonitoring () |
Definition at line 62 of file qnetconmonitor_win.cpp.
QNetworkConnectionEvents::QNetworkConnectionEvents | ( | QNetworkConnectionMonitorPrivate * | monitor | ) |
Definition at line 140 of file qnetconmonitor_win.cpp.
References qCDebug.
|
virtual |
Definition at line 163 of file qnetconmonitor_win.cpp.
References Q_ASSERT.
|
inlineoverride |
Definition at line 70 of file qnetconmonitor_win.cpp.
|
override |
Definition at line 211 of file qnetconmonitor_win.cpp.
References QMetaObject::invokeMethod(), QObjectData::q_ptr, Qt::QueuedConnection, and this.
|
override |
Definition at line 225 of file qnetconmonitor_win.cpp.
References Q_UNUSED.
|
override |
Definition at line 200 of file qnetconmonitor_win.cpp.
References riid.
|
inlineoverride |
Definition at line 71 of file qnetconmonitor_win.cpp.
bool QNetworkConnectionEvents::setTarget | ( | const QNetworkInterface & | iface | ) |
Definition at line 233 of file qnetconmonitor_win.cpp.
References connection, and qCDebug.
bool QNetworkConnectionEvents::startMonitoring | ( | ) |
Definition at line 264 of file qnetconmonitor_win.cpp.
References QUuid::isNull(), and qCDebug.
bool QNetworkConnectionEvents::stopMonitoring | ( | ) |
Definition at line 285 of file qnetconmonitor_win.cpp.
References qCDebug.