QXmpp Version: 1.15.1
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
QXmppDiscoServicesWatch Class Reference

Lightweight handle to a service discovery watch. More...

#include <QXmppDiscoveryManager.h>

Public Member Functions

QBindable< bool > loaded () const
 Whether all discovery queries have completed.
 
QBindable< QList< QXmppDiscoService > > services () const
 The list of discovered services matching the filter.
 

Friends

class QXmppDiscoveryManager
 
class QXmppDiscoveryManagerPrivate
 

Detailed Description

Lightweight handle to a service discovery watch.

Returned by QXmppDiscoveryManager::discoverServices(). Provides reactive access to discovered server services matching a filter. Cheap to copy — all copies share the same underlying state. When the last copy goes out of scope, the watch is automatically unregistered from the discovery manager.

Since
QXmpp 1.16

Member Function Documentation

◆ loaded()

QBindable< bool > QXmppDiscoServicesWatch::loaded ( ) const

Whether all discovery queries have completed.

Returns whether all discovery queries have completed.

◆ services()

QBindable< QList< QXmppDiscoService > > QXmppDiscoServicesWatch::services ( ) const

The list of discovered services matching the filter.

Returns the list of discovered services matching the filter.


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