class QRemoteObjectRegistry#

一个包含有关Qt远程对象网络上可用的源对象信息的类。更多

Inheritance diagram of PySide6.QtRemoteObjects.QRemoteObjectRegistry

概要#

属性#

方法#

#

信号#

静态函数#

备注

本文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译有问题,您也可以通过在https:/bugreports.qt.io/projects/PYSIDE创建票证来通知我们

详细描述#

注册表是节点本身持有的特殊源/副本对。它了解网络上可用的所有其他源,并简化了连接到其他节点的过程。

备注

当使用`from __feature__ import true_property`时,可以在不使用访问器函数的情况下直接使用属性。

property sourceLocationsᅟ: Dictionary with keys of type .QString and values of type QRemoteObjectSourceLocationInfo.#

此属性包含注册表中已知的所有来源集合。

此属性是QRemoteObjectSourceLocations,它是QHashQString,QRemoteObjectSourceLocationInfo的类型定义。每个已知的来源都包含在哈希表的QString键中,而对于该键的相应值是主机节点对应的QRemoteObjectSourceLocationInfo。

访问函数
addSource(entry)#
参数:

entry – .std.pairQString,QRemoteObjectSourceLocationInfo

pushToRegistryIfNeeded()#
static registerMetatypes()#
remoteObjectAdded(entry)#
参数:

entry – .std.pairQString,QRemoteObjectSourceLocationInfo

每当向注册表中添加新的源位置时,都会发出此信号。

entry 是一个 QRemoteObjectSourceLocation,它是 QPairQString, QRemoteObjectSourceLocationInfo 的派生类型。

另请参阅

remoteObjectRemoved()

remoteObjectRemoved(entry)#
参数:

entry – .std.pairQString,QRemoteObjectSourceLocationInfo

每当从注册表中删除源位置时,都会发出此信号。

entry 是一个 QRemoteObjectSourceLocation,它是 QPairQString, QRemoteObjectSourceLocationInfo 的派生类型。

另请参阅

remoteObjectAdded()

removeSource(entry)#
参数:

entry – .std.pairQString,QRemoteObjectSourceLocationInfo

sourceLocations()#
返回类型:

键为 qtsn>QString 类型,值为 qtsn VermontObjectSourceLocationInfo 类型 的字典。

返回一个 QRemoteObjectSourceLocations 对象,它包含注册表中所有已知源的位置名称和附加信息。

属性 sourceLocationsʻ的获取器。