QPickPointEvent Class
class Qt3DRender::QPickPointEventThe QPickPointEvent class holds information when a segment of a point cloud is picked. More...
| Header: | #include <QPickPointEvent> |
| Instantiated By: | PickPointEvent |
| Inherits: | Qt3DRender::QPickEvent |
Properties
- pointIndex : const uint
Public Functions
| QPickPointEvent() | |
| virtual | ~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.
[virtual noexcept] QPickPointEvent::~QPickPointEvent()
\internal
uint QPickPointEvent::pointIndex() const
QPickPointEvent::pointIndex Returns the index of the picked point
Note: Getter function for property pointIndex.