QPickPointEvent Class
class Qt3DRender::QPickPointEventThe QPickPointEvent class holds information when a segment of a point cloud is picked. More...
Header: | #include <QPickPointEvent> |
qmake: | QT += 3drender |
Since: | Qt 5.10 |
Instantiated By: | PickPointEvent |
Inherits: | Qt3DRender::QPickEvent |
This class was introduced in Qt 5.10.
Properties
- pointIndex : const uint
Public Functions
QPickPointEvent() | |
uint | pointIndex() const |
Detailed Description
See also QPickEvent.
Property Documentation
pointIndex : const uint
Specifies the index of the point that was picked
Access functions:
uint | pointIndex() const |