The QPickPointEvent class holds information when a segment of a point cloud is picked. 更多...
| 头: |
#include <QPickPointEvent>
|
| CMake: |
find_package(Qt6 REQUIRED COMPONENTS 3drender)
target_link_libraries(mytarget PRIVATE Qt6::3drender)
|
| qmake: |
QT += 3drender
|
| 在 QML: | PickPointEvent |
| 继承: | Qt3DRender::QPickEvent |
| 状态: | Deprecated |
| QPickPointEvent () | |
| uint | pointIndex () const |
另请参阅 QPickEvent .
[read-only]
pointIndex
: const
uint
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.