QPickLineEvent Class

class Qt3DRender::QPickLineEvent

선의 세그먼트가 선택되면 QPickLineEvent 클래스에 정보가 저장됩니다. 더 보기...

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

속성

공공 기능

QPickLineEvent()
uint edgeIndex() const
uint vertex1Index() const
uint vertex2Index() const

자세한 설명

QPickEvent참조하세요 .

속성 문서

[read-only] edgeIndex : const uint

선택된 에지의 인덱스를 지정합니다.

함수에 액세스합니다:

uint edgeIndex() const

[read-only] vertex1Index : const uint

선택된 가장자리의 첫 번째 지점의 인덱스를 지정합니다.

함수에 액세스합니다:

uint vertex1Index() const

[read-only] vertex2Index : const uint

선택된 가장자리의 두 번째 지점의 인덱스를 지정합니다.

함수에 액세스합니다:

uint vertex2Index() const

멤버 함수 문서

QPickLineEvent::QPickLineEvent()

QPickEvent 을 생성합니다.

uint QPickLineEvent::edgeIndex() const

QPickLineEvent::edgeIndex 선택된 가장자리의 인덱스를 반환합니다.

참고: edgeIndex 프로퍼티의 겟터 함수입니다.

uint QPickLineEvent::vertex1Index() const

QPickLineEvent::vertex1Index 선택된 가장자리의 첫 번째 점의 인덱스를 반환합니다.

참고: vertex1Index 프로퍼티에 대한 겟터 함수입니다.

uint QPickLineEvent::vertex2Index() const

QPickLineEvent::vertex2Index 선택된 삼각형의 두 번째 점의 인덱스를 반환합니다.

참고: vertex2Index 프로퍼티에 대한 겟터 함수입니다.

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