QRemoteObjectRegistry Class
A class holding information about Source objects available on the Qt Remote Objects network. More...
| Header: | #include <QRemoteObjectRegistry> |
| qmake: | QT += remoteobjects |
| Inherits: | QRemoteObjectReplica |
Properties
- sourceLocations : const QRemoteObjectSourceLocations
Public Functions
| QRemoteObjectSourceLocations | sourceLocations() const |
Detailed Description
The Registry is a special Source/Replica pair held by a node itself. It knows about all other Sources available on the network, and simplifies the process of connecting to other nodes.
Property Documentation
sourceLocations : const QRemoteObjectSourceLocations
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.
Access functions:
| QRemoteObjectSourceLocations | sourceLocations() const |