|
QXmpp Version: 1.15.1
|
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 |
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.
| QBindable< bool > QXmppDiscoServicesWatch::loaded | ( | ) | const |
Whether all discovery queries have completed.
Returns whether all discovery queries have completed.
| QBindable< QList< QXmppDiscoService > > QXmppDiscoServicesWatch::services | ( | ) | const |
The list of discovered services matching the filter.
Returns the list of discovered services matching the filter.