Qt Remote Objects C++ 類

The Qt Remote Objects module provides an easy to use mechanism for sharing a QObject (Properties/Signals/Slots) between processes. 更多...

QtROClientFactory A class holding information about client backends available on the Qt Remote Objects network
QtROServerFactory A class holding information about server backends available on the Qt Remote Objects network
QRemoteObjectDynamicReplica 動態實例化 Replica
QRemoteObjectHost Qt Remote Objects 網絡 (主機) 節點
QRemoteObjectHostBase Host 和 RegistryHost 類共有的基本功能
QRemoteObjectNode Qt Remote Objects 網絡節點
QRemoteObjectPersistedStore Virtual class provides the methods for setting PROP values of a replica to value they had the last time the replica was used
QRemoteObjectRegistryHost Qt Remote Objects 網絡 (主機/注冊) 節點
QRemoteObjectRegistry 保持 Qt Remote Objects 網絡可用 Source 對象有關信息的類
QRemoteObjectReplica 與遠程對象網絡 Qt API 交互 (但未實現) 的類

詳細描述

要使用 QtRemoteObjects in your application, add the following configuration option to your .pro 文件:

QT += remoteobjects
					

使用以下 include 在源文件中:

#include <QtRemoteObjects>
					

Qt Remote Objects 概述 瞭解模塊的介紹。