QPickLineEvent 类

class Qt3DRender::QPickLineEvent

QPickLineEvent 类在拾取一条线的线段时持有信息。更多...

头文件 #include <QPickLineEvent>
CMakefind_package(Qt6 REQUIRED COMPONENTS 3drender)
target_link_libraries(mytarget PRIVATE Qt6::3drender)
qmakeQT += 3drender
实例化自 PickLineEvent
继承自 Qt3DRender::QPickEvent

属性

公共函数

QPickLineEvent()
uintedgeIndex() const
uintvertex1Index() const
uintvertex2Index() const

详细描述

另请参阅QPickEvent.

属性文档

[只读] edgeIndex : const uint

指定被拾取的边的索引

访问函数

uintedgeIndex() const

[只读] vertex1Index : const uint

指定被拾取边的第一个点的索引

访问函数

uintvertex1Index() const

[只读] vertex2Index : const uint

指定被拾取边的第二个点的索引

访问函数

uintvertex2Index() const

成员函数文档

QPickLineEvent::QPickLineEvent()

构造一个新的 QPickEvent

uint QPickLineEvent::edgeIndex() const

QPickLineEvent::edgeIndex 返回被拾取边的索引

注意:属性 edgeIndex 的获取函数。

uint QPickLineEvent::vertex1Index() const

QPickLineEvent::vertex1Index 返回被选中边的第一个点的索引

注意:属性 vertex1Index 的获取函数。

uint QPickLineEvent::vertex2Index() const

QPickLineEvent::vertex2Index 返回被选中三角形的第二个点的索引

注意:属性 vertex2Index 的获取函数。

© 2024 The Qt Company Ltd. 本文档中包含的文档贡献是各自所有者的版权。本提供的文档根据自由软件基金会的发布,受 GNU 自由文档许可证版本 1.3 的条款许可。Qt 和相应的标志是 The Qt Company Ltd. 在芬兰和/或其他国家的商标。所有其他商标均为其各自所有者的财产。