Qt3DRender::QPickPointEvent Class
class Qt3DRender::QPickPointEventLa classe QPickPointEvent contient des informations sur la sélection d'un segment d'un nuage de points. Plus d'informations...
| En-tête : | #include <QPickPointEvent> |
| CMake : | find_package(Qt6 REQUIRED COMPONENTS 3drender)target_link_libraries(mytarget PRIVATE Qt6::3drender) |
| qmake : | QT += 3drender |
| En QML : | PickPointEvent |
| Hérite : | Qt3DRender::QPickEvent |
| Statut : | Déclassé |
Propriétés
- pointIndex : const uint
Fonctions publiques
| QPickPointEvent() | |
| uint | pointIndex() const |
Voir aussi QPickEvent.
Documentation sur les propriétés
[read-only] pointIndex : const uint
Spécifie l'indice du point qui a été choisi
Fonctions d'accès :
| uint | pointIndex() const |
Documentation des fonctions membres
QPickPointEvent::QPickPointEvent()
Construit un nouvel événement QPickPointEvent.
uint QPickPointEvent::pointIndex() const
QPickPointEvent::pointIndex Renvoie l'index du point choisi
Note : Fonction Getter pour la propriété pointIndex.
© 2026 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.