Qt3DRender::QPickLineEvent Class
class Qt3DRender::QPickLineEventLa clase QPickLineEvent contiene información cuando se elige un segmento de una línea. Más...
| Cabecera: | #include <QPickLineEvent> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS 3drender)target_link_libraries(mytarget PRIVATE Qt6::3drender) |
| qmake: | QT += 3drender |
| En QML: | PickLineEvent |
| Hereda: | Qt3DRender::QPickEvent |
| Status: | Obsoleto |
Propiedades
- edgeIndex : const uint
- vertex1Index : const uint
- vertex2Index : const uint
Funciones públicas
| QPickLineEvent() | |
| uint | edgeIndex() const |
| uint | vertex1Index() const |
| uint | vertex2Index() const |
Véase también QPickEvent.
Documentación de propiedades
[read-only] edgeIndex : const uint
Indica el índice de la arista elegida
Funciones de acceso:
| uint | edgeIndex() const |
[read-only] vertex1Index : const uint
Indica el índice del primer punto de la arista elegida
Funciones de acceso:
| uint | vertex1Index() const |
[read-only] vertex2Index : const uint
Indica el índice del segundo punto de la arista elegida
Funciones de acceso:
| uint | vertex2Index() const |
Documentación de funciones miembro
QPickLineEvent::QPickLineEvent()
Construye un nuevo QPickEvent.
uint QPickLineEvent::edgeIndex() const
QPickLineEvent::edgeIndex Devuelve el índice de la arista elegida
Nota: Función Getter para la propiedad edgeIndex.
uint QPickLineEvent::vertex1Index() const
QPickLineEvent::vertex1Index Devuelve el índice del primer punto de la arista elegida.
Nota: Función Getter para la propiedad vertex1Index.
uint QPickLineEvent::vertex2Index() const
QPickLineEvent::vertex2Index Devuelve el índice del segundo punto del triángulo elegido
Nota: Función Getter para la propiedad 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.