QPickLineEvent Class▲
-
Header: QPickLineEvent
-
Since: Qt 5.10
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS 3drender)
target_link_libraries(mytarget PRIVATE Qt6::3drender)
-
qmake: QT += 3drender
-
Inherited By:
-
Instantiated By: qml-qt3d-render-picklineevent.xml
-
Inherits: Qt3DRender::QPickEvent
Detailed Description▲
Property Documentation▲
[read-only] edgeIndex : const uint▲
[read-only] vertex1Index : const uint▲
Specifies the index of the first point of the picked edge
Access functions:
-
uint vertex1Index() const
[read-only] vertex2Index : const uint▲
Specifies the index of the second point of the picked edge
Access functions:
-
uint vertex2Index() const
Member Function Documentation▲
QPickLineEvent::QPickLineEvent()▲
Constructs a new QPickEvent.
uint QPickLineEvent::edgeIndex() const▲
QPickLineEvent::edgeIndex Returns the index of the picked edge
Getter function for property edgeIndex.
uint QPickLineEvent::vertex1Index() const▲
QPickLineEvent::vertex1Index Returns the index of the first point of the picked edge
Getter function for property vertex1Index.
uint QPickLineEvent::vertex2Index() const▲
QPickLineEvent::vertex2Index Returns the index of the second point of the picked triangle
Getter function for property vertex2Index.