The QPickLineEvent class holds information when a segment of a line is picked. 更多...
头: | #include <QPickLineEvent> |
CMake: |
find_package(Qt6 REQUIRED COMPONENTS 3drender)
target_link_libraries(mytarget PRIVATE Qt6::3drender) |
qmake: | QT += 3drender |
实例化: | PickLineEvent |
继承: | Qt3DRender::QPickEvent |
QPickLineEvent () | |
uint | edgeIndex () const |
uint | vertex1Index () const |
uint | vertex2Index () const |
另请参阅 QPickEvent .
[read-only]
edgeIndex
: const
uint
Specifies the index of the edge that was picked
访问函数:
uint | edgeIndex () const |
[read-only]
vertex1Index
: const
uint
Specifies the index of the first point of the picked edge
访问函数:
uint | vertex1Index () const |
[read-only]
vertex2Index
: const
uint
Specifies the index of the second point of the picked edge
访问函数:
uint | vertex2Index () const |
构造新的 QPickEvent .
QPickLineEvent::edgeIndex Returns the index of the picked edge
注意: Getter function for property edgeIndex.
QPickLineEvent::vertex1Index Returns the index of the first point of the picked edge
注意: Getter function for property vertex1Index.
QPickLineEvent::vertex2Index Returns the index of the second point of the picked triangle
注意: Getter function for property vertex2Index.