QPickPointEvent Class
class Qt3DRender::QPickPointEventThe QPickPointEvent class holds information when a segment of a point cloud is picked. More...
Header: | #include <QPickPointEvent> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3drender) target_link_libraries(mytarget PRIVATE Qt6::3drender) |
qmake: | QT += 3drender |
Instantiated By: | PickPointEvent |
Inherits: | Qt3DRender::QPickEvent |
Properties
- pointIndex : const uint
Public Functions
QPickPointEvent() | |
uint | pointIndex() const |
See also QPickEvent.
Property Documentation
[read-only]
pointIndex : const uint
Specifies the index of the point that was picked
Access functions:
uint | pointIndex() const |
Member Function Documentation
QPickPointEvent::QPickPointEvent()
Constructs a new QPickPointEvent.
uint QPickPointEvent::pointIndex() const
QPickPointEvent::pointIndex Returns the index of the picked point
Note: Getter function for property pointIndex.
© 2024 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.