QPickPointEvent Class
(Qt3DRender::QPickPointEvent)The QPickPointEvent class holds information when a segment of a point cloud is picked. More...
Header: | #include <QPickPointEvent> |
qmake: | QT += 3drender |
Since: | Qt 5.10 |
Instantiated By: | PickPointEvent |
Inherits: | Qt3DRender::QPickEvent |
Properties
- pointIndex : const uint
- 8 properties inherited from Qt3DRender::QPickEvent
- 1 property inherited from QObject
Public Functions
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 |
- 8 public functions inherited from Qt3DRender::QPickEvent
- 31 public functions inherited from QObject
Static Public Members
const QMetaObject | staticMetaObject |
- 9 static public members inherited from QObject
Additional Inherited Members
- 1 public slot inherited from Qt3DRender::QPickEvent
- 1 public slot inherited from QObject
- 1 signal inherited from Qt3DRender::QPickEvent
- 2 signals inherited from QObject
- 9 protected functions inherited from QObject
Detailed Description
The QPickPointEvent class holds information when a segment of a point cloud is picked.
See also QPickEvent.
Property Documentation
pointIndex : const uint
Specifies the index of the point that was picked
Access functions:
uint | pointIndex() const |
Member Function Documentation
QPickPointEvent::QPickPointEvent()
Constructs a new QPickPointEvent.
QPickPointEvent::QPickPointEvent(const QPointF &position, const QVector3D &worldIntersection, const QVector3D &localIntersection, float distance, uint pointIndex, Qt3DRender::QPickEvent::Buttons button, int buttons, int modifiers)
Default constructs an instance of QPickPointEvent.
uint QPickPointEvent::pointIndex() const
QPickPointEvent::pointIndex Returns the index of the picked point
Note: Getter function for property pointIndex.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.12/qt3drender-qpickpointevent.html