Qt3DRender::QPickPointEvent Class

class Qt3DRender::QPickPointEvent

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
狀態: 棄用

特性

公共函數

QPickPointEvent ()
uint pointIndex () const

詳細描述

另請參閱 QPickEvent .

特性文檔編製

[read-only] pointIndex : const uint

Specifies the index of the point that was picked

訪問函數:

uint pointIndex () const

成員函數文檔編製

QPickPointEvent:: QPickPointEvent ()

構造新的 QPickPointEvent。

uint QPickPointEvent:: pointIndex () const

QPickPointEvent::pointIndex Returns the index of the picked point

注意: Getter function for property pointIndex.

內容

  1. 特性

  2. 公共函數

  3. 詳細描述