QPickPointEvent Class

class Qt3DRender::QPickPointEvent

QPickPointEvent 클래스는 포인트 클라우드의 세그먼트가 선택될 때 정보를 저장합니다. 더 보기...

Header: #include <QPickPointEvent>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3drender)
target_link_libraries(mytarget PRIVATE Qt6::3drender)
qmake: QT += 3drender
QML에서: PickPointEvent
상속합니다: Qt3DRender::QPickEvent
상태: Deprecated

속성

공공 기능

QPickPointEvent()
uint pointIndex() const

자세한 설명

QPickEvent참조하세요 .

속성 문서

[read-only] pointIndex : const uint

선택한 포인트의 인덱스를 지정합니다.

함수에 액세스합니다:

uint pointIndex() const

멤버 함수 문서

QPickPointEvent::QPickPointEvent()

새 QPickPointEvent를 생성합니다.

uint QPickPointEvent::pointIndex() const

QPickPointEvent::pointIndex 지정한 포인트의 인덱스를 반환합니다.

참고: 포인트 인덱스 프로퍼티에 대한 겟터 함수입니다.

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