Qt Remote Objects C++ Classes

프로세스 간에 QObject 의 속성, 신호 또는 슬롯을 공유하기 위한 사용하기 쉬운 메커니즘을 제공합니다. 더 보기...

네임스페이스

QtRemoteObjects

원격 객체 모듈에서 사용되는 식별자와 복제본 컴파일러(repc)에서 생성된 코드에서 사용되는 일부 함수를 포함합니다.

클래스

QAbstractItemModelReplica

QAbstractItemModel에 기반한 소스 리플리카의 편의 클래스 역할을 합니다.

QRemoteObjectAbstractPersistedStore

레플리카의 PROP 값을 레플리카가 마지막으로 사용되었을 때의 값으로 설정하는 메서드를 제공하는 클래스입니다.

QRemoteObjectDynamicReplica

동적으로 인스턴스화된 레플리카

QRemoteObjectHost

Qt Remote Objects 네트워크의 (호스트) 노드

QRemoteObjectHostBase

호스트 및 레지스트리 호스트 클래스에 공통된 기본 기능

QRemoteObjectNode

Qt Remote Objects 네트워크의 노드

QRemoteObjectPendingCall

비동기 메서드 호출의 결과를 캡슐화합니다.

QRemoteObjectPendingCallWatcher

QRemoteObjectPendingCall을 감시하기 위한 QObject 기반 API를 제공합니다.

QRemoteObjectPendingReply

QRemoteObjectPendingCall의 템플릿 버전

QRemoteObjectRegistry

Qt Remote Objects 네트워크에서 사용 가능한 소스 오브젝트에 대한 정보를 보유한 클래스

QRemoteObjectRegistryHost

Qt Remote Objects 네트워크의 (호스트/레지스트리) 노드

QRemoteObjectReplica

원격 객체 네트워크에서 Qt API와 상호 작용하는 (그러나 구현하지는 않는) 클래스

QtROClientFactory

Qt Remote Objects 네트워크에서 사용 가능한 클라이언트 백엔드에 대한 정보를 보유하는 클래스

QtROServerFactory

Qt Remote Objects 네트워크에서 사용 가능한 서버 백엔드에 대한 정보를 보유하는 클래스

자세한 설명

CMake를 사용하여 모듈에 링크하려면 cmake 파일에 다음 줄을 추가합니다:

find_package(Qt6 REQUIRED COMPONENTS RemoteObjects)
target_link_libraries(directconnectserver PRIVATE Qt6::RemoteObjects)

qmake 를 사용하여 모듈에 연결하려면 .pro 파일에 이 줄을 추가합니다:

QT       += remoteobjects

자세한 내용은 Qt Remote Objects 시작하기를 참조하세요.

© 2025 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.