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 |
該類在 Qt 5.10 引入。
| QPickPointEvent () | |
| uint | pointIndex () const |
另請參閱 QPickEvent .
Specifies the index of the point that was picked
訪問函數:
| uint | pointIndex () const |
構造新的 QPickPointEvent。
QPickPointEvent::pointIndex Returns the index of the picked point
注意: Getter function for property pointIndex.