QPickTriangleEvent Class
(Qt3DRender::QPickTriangleEvent)Inherits: | QPickEvent |
Properties
- triangleIndex : const uint
- vertex1Index : const uint
- vertex2Index : const uint
- vertex3Index : const uint
- 5 properties inherited from Qt3DRender::QPickEvent
- 1 property inherited from QObject
Public Functions
QPickTriangleEvent() | |
QPickTriangleEvent(const QPointF &position, const QVector3D &worldIntersection, const QVector3D &localIntersection, float distance, uint triangleIndex, uint vertex1Index, uint vertex2Index, uint vertex3Index) | |
~QPickTriangleEvent() | |
uint | triangleIndex() const |
uint | vertex1Index() const |
uint | vertex2Index() const |
uint | vertex3Index() const |
- 5 public functions inherited from Qt3DRender::QPickEvent
- 31 public functions 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
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Property Documentation
triangleIndex : const uint
Access functions:
uint | triangleIndex() const |
vertex1Index : const uint
Access functions:
uint | vertex1Index() const |
vertex2Index : const uint
Access functions:
uint | vertex2Index() const |
vertex3Index : const uint
Access functions:
uint | vertex3Index() const |
Member Function Documentation
QPickTriangleEvent::QPickTriangleEvent()
Default constructs an instance of QPickTriangleEvent.
QPickTriangleEvent::QPickTriangleEvent(const QPointF &position, const QVector3D &worldIntersection, const QVector3D &localIntersection, float distance, uint triangleIndex, uint vertex1Index, uint vertex2Index, uint vertex3Index)
Default constructs an instance of QPickTriangleEvent.
QPickTriangleEvent::~QPickTriangleEvent()
Destroys the instance of QPickTriangleEvent.