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 |
This class was introduced in Qt 5.10.
Properties
- pointIndex : const uint
- 8 properties inherited from Qt3DRender::QPickEvent
- 1 property inherited from QObject
Public Functions
QPickPointEvent() | |
uint | pointIndex() const |
- 8 public functions inherited from Qt3DRender::QPickEvent
- 30 public functions inherited from QObject
Related Non-Members
typedef | QObjectList |
QList<T> | qFindChildren(const QObject *obj, const QRegExp ®Exp) |
T | qobject_cast(QObject *object) |
T | qobject_cast(const QObject *object) |
Macros
QT_NO_NARROWING_CONVERSIONS_IN_CONNECT | |
Q_CLASSINFO(Name, Value) | |
Q_DISABLE_COPY(Class) | |
Q_DISABLE_COPY_MOVE(Class) | |
Q_DISABLE_MOVE(Class) | |
Q_EMIT | |
Q_ENUM(...) | |
Q_ENUM_NS(...) | |
Q_FLAG(...) | |
Q_FLAG_NS(...) | |
Q_GADGET | |
Q_INTERFACES(...) | |
Q_INVOKABLE | |
Q_NAMESPACE | |
Q_OBJECT | |
Q_PROPERTY(...) | |
Q_REVISION | |
Q_SET_OBJECT_NAME(Object) | |
Q_SIGNAL | |
Q_SIGNALS | |
Q_SLOT | |
Q_SLOTS |
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 static public members inherited from QObject
- 9 protected functions inherited from QObject
Detailed Description
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.
uint QPickPointEvent::pointIndex() const
QPickPointEvent::pointIndex Returns the index of the picked point
Note: Getter function for property pointIndex.