QtRemoteObjects Namespace
QtRemoteObjects 네임스페이스에는 원격 객체 모듈에서 사용되는 식별자와 복제 컴파일러(repc)에서 생성된 코드에서 사용되는 일부 함수가 포함되어 있습니다. 더 보기...
헤더: | #include <QtRemoteObjects> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS RemoteObjects) target_link_libraries(mytarget PRIVATE Qt6::RemoteObjects) |
qmake: | QT += remoteobjects |
유형
enum | InitialAction { FetchRootSize, PrefetchData } |
유형 문서
enum QtRemoteObjects::InitialAction
이 열거형 유형은 QAbstractItemModel 에서 파생된 레플리카를 가져올 때 초기 작업을 지정합니다.
Constant | 값 | 설명 |
---|---|---|
QtRemoteObjects::FetchRootSize | 0 | initialized 신호가 전송되기 전에 모델의 크기만 요청되며, 그 전에는 어떤 데이터도 프리페치되지 않습니다. |
QtRemoteObjects::PrefetchData | 1 | 일부 데이터는 initialized 신호가 전송되기 전에 프리페치될 수 있습니다. |
QRemoteObjectNode::acquireModel() 및 QRemoteObjectReplica::initialized()도 참조하세요 .
© 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.