QRemoteObjectRegistry¶
A class holding information about Source objects available on the Qt Remote Objects network. More…
Synopsis¶
Functions¶
def
sourceLocations
()
Slots¶
def
addSource
(entry)def
pushToRegistryIfNeeded
()def
removeSource
(entry)
Signals¶
def
remoteObjectAdded
(entry)def
remoteObjectRemoved
(entry)
Static functions¶
def
registerMetatypes
()
Detailed Description¶
The Registry is a special Source/Replica pair held by a node
itself. It knows about all other Source s available on the network, and simplifies the process of connecting to other node
s.
- class PySide6.QtRemoteObjects.QRemoteObjectRegistry¶
- PySide6.QtRemoteObjects.QRemoteObjectRegistry.addSource(entry)¶
- Parameters
entry –
- PySide6.QtRemoteObjects.QRemoteObjectRegistry.pushToRegistryIfNeeded()¶
- static PySide6.QtRemoteObjects.QRemoteObjectRegistry.registerMetatypes()¶
- PySide6.QtRemoteObjects.QRemoteObjectRegistry.remoteObjectAdded(entry)¶
- Parameters
entry –
- PySide6.QtRemoteObjects.QRemoteObjectRegistry.remoteObjectRemoved(entry)¶
- Parameters
entry –
- PySide6.QtRemoteObjects.QRemoteObjectRegistry.removeSource(entry)¶
- Parameters
entry –
- PySide6.QtRemoteObjects.QRemoteObjectRegistry.sourceLocations()¶
- Return type
This property holds The set of sources known to the registry..
This property is a QRemoteObjectSourceLocations, which is a typedef for QHash
< QString
, QUrl
>. Each known Source is the QString
key, while the url for the host node is the corresponding value for that key in the hash.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.