The QPickPointEvent class holds information when a segment of a point cloud is picked. 更多...
| 头: | #include <QPickPointEvent> | 
| qmake: | QT += 3drender | 
| Since: | Qt 5.10 | 
| 实例化: | PickPointEvent | 
| 继承: | Qt3DRender::QPickEvent | 
| QPickPointEvent () | |
| QPickPointEvent (const QPointF & position , const QVector3D & worldIntersection , const QVector3D & localIntersection , float distance , uint pointIndex , Qt3DRender::QPickEvent::Buttons button , int buttons , int modifiers ) | |
| uint | pointIndex () const | 
| const QMetaObject | staticMetaObject | 
The QPickPointEvent class holds information when a segment of a point cloud is picked.
另请参阅 QPickEvent .
Specifies the index of the point that was picked
访问函数:
| uint | pointIndex () const | 
构造新的 QPickPointEvent .
Default constructs an instance of QPickPointEvent.
QPickPointEvent::pointIndex Returns the index of the picked point
注意: getter 函数对于特性 pointIndex .