Qt3DRender::QPickLineEvent Class
class Qt3DRender::QPickLineEventLa classe QPickLineEvent contient des informations sur le prélèvement d'un segment de ligne. Plus d'informations...
| En-tête : | #include <QPickLineEvent> |
| CMake : | find_package(Qt6 REQUIRED COMPONENTS 3drender)target_link_libraries(mytarget PRIVATE Qt6::3drender) |
| qmake : | QT += 3drender |
| En QML : | PickLineEvent |
| Hérite : | Qt3DRender::QPickEvent |
| Statut : | Déclassé |
Propriétés
- edgeIndex : const uint
- vertex1Index : const uint
- vertex2Index : const uint
Fonctions publiques
| QPickLineEvent() | |
| uint | edgeIndex() const |
| uint | vertex1Index() const |
| uint | vertex2Index() const |
Voir aussi QPickEvent.
Documentation sur les propriétés
[read-only] edgeIndex : const uint
Spécifie l'indice de l'arête qui a été choisie
Fonctions d'accès :
| uint | edgeIndex() const |
[read-only] vertex1Index : const uint
Spécifie l'indice du premier point de l'arête prélevée
Fonctions d'accès :
| uint | vertex1Index() const |
[read-only] vertex2Index : const uint
Spécifie l'indice du deuxième point de l'arête prélevée
Fonctions d'accès :
| uint | vertex2Index() const |
Fonction membre Documentation
QPickLineEvent::QPickLineEvent()
Construit un nouveau QPickEvent.
uint QPickLineEvent::edgeIndex() const
QPickLineEvent::edgeIndex Renvoie l'index de l'arête sélectionnée.
Note : Fonction Getter pour la propriété edgeIndex.
uint QPickLineEvent::vertex1Index() const
QPickLineEvent::vertex1Index Renvoie l'index du premier point de l'arête prélevée.
Note : Fonction Getter pour la propriété vertex1Index.
uint QPickLineEvent::vertex2Index() const
QPickLineEvent::vertex2Index Renvoie l'index du deuxième point du triangle choisi.
Note : Fonction Getter pour la propriété vertex2Index.
© 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.