Qt Remote Objects C++ 類

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

QRemoteObjectAbstractPersistedStore 提供用於將復製 PROP 值設為最後一次使用復製時的值的方法的類
QRemoteObjectDynamicReplica 動態實例化 Replica
QRemoteObjectHost Qt Remote Objects 網絡 (主機) 節點
QRemoteObjectHostBase Host 和 RegistryHost 類共有的基本功能
QRemoteObjectNode Qt Remote Objects 網絡節點
QRemoteObjectRegistry 保持 Qt Remote Objects 網絡可用 Source 對象有關信息的類
QRemoteObjectRegistryHost Qt Remote Objects 網絡 (主機/注冊) 節點
QRemoteObjectReplica 與遠程對象網絡 Qt API 交互 (但未實現) 的類
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

詳細描述

To use Qt Remote Objects in your application, add the following configuration option to your .pro 文件:

QT += remoteobjects
					

使用以下 include 在源文件中:

#include <QtRemoteObjects>
					

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