QPickPointEvent Class

class Qt3DRender::QPickPointEvent

Die Klasse QPickPointEvent enthält Informationen, wenn ein Segment einer Punktwolke ausgewählt wird. Mehr...

Kopfzeile: #include <QPickPointEvent>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3drender)
target_link_libraries(mytarget PRIVATE Qt6::3drender)
qmake: QT += 3drender
In QML: PickPointEvent
Vererbt: Qt3DRender::QPickEvent
Status: Veraltet

Eigenschaften

Öffentliche Funktionen

QPickPointEvent()
uint pointIndex() const

Ausführliche Beschreibung

Siehe auch QPickEvent.

Dokumentation der Eigenschaften

[read-only] pointIndex : const uint

Gibt den Index des Punktes an, der ausgewählt wurde

Zugriffsfunktionen:

uint pointIndex() const

Dokumentation der Mitgliedsfunktionen

QPickPointEvent::QPickPointEvent()

Konstruiert ein neues QPickPointEvent.

uint QPickPointEvent::pointIndex() const

QPickPointEvent::pointIndex Gibt den Index des gepickten Punktes zurück

Hinweis: Getter-Funktion für die Eigenschaft 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.