Qt3DRender::QPickPointEvent Class
class Qt3DRender::QPickPointEventLa clase QPickPointEvent contiene información cuando un segmento de una nube de puntos es elegido. Más...
| Cabecera: | #include <QPickPointEvent> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS 3drender)target_link_libraries(mytarget PRIVATE Qt6::3drender) |
| qmake: | QT += 3drender |
| En QML: | PickPointEvent |
| Hereda: | Qt3DRender::QPickEvent |
| Status: | Obsoleto |
Propiedades
- pointIndex : const uint
Funciones públicas
| QPickPointEvent() | |
| uint | pointIndex() const |
Véase también QPickEvent.
Documentación de propiedades
[read-only] pointIndex : const uint
Indica el índice del punto elegido
Funciones de acceso:
| uint | pointIndex() const |
Documentación de funciones miembro
QPickPointEvent::QPickPointEvent()
Construye un nuevo QPickPointEvent.
uint QPickPointEvent::pointIndex() const
QPickPointEvent::pointIndex Devuelve el índice del punto elegido
Nota: Función Getter para la propiedad 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.