QPickPointEvent Class

class Qt3DRender ::QPickPointEvent

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 .

特性文档编制

pointIndex : const uint

Specifies the index of the point that was picked

访问函数:

uint pointIndex () const

成员函数文档编制

QPickPointEvent:: QPickPointEvent ()

Constructs a new QPickPointEvent.

uint QPickPointEvent:: pointIndex () const

QPickPointEvent::pointIndex Returns the index of the picked point

注意: Getter function for property pointIndex.