The QPickPointEvent class holds information when a segment of a point cloud is picked. More...
Header: | #include <QPickPointEvent> |
CMake: | find_package(Qt6 COMPONENTS 3drender REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::3drender) |
qmake: | QT += 3drender |
Since: | Qt 5.10 |
Instantiated By: | PickPointEvent |
Inherits: | Qt3DRender::QPickEvent |
QPickPointEvent() | |
uint | pointIndex() const |
See also QPickEvent.
[read-only]
pointIndex : const uint
Specifies the index of the point that was picked
Access functions:
uint | pointIndex() const |
Constructs a new QPickPointEvent.
QPickPointEvent::pointIndex Returns the index of the picked point
Note: Getter function for property pointIndex.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qt3drender-qpickpointevent.html