QPickLineEvent Class
class Qt3DRender::QPickLineEventQPickLineEvent クラスは、線のセグメントがピックされたときの情報を保持します。詳細...
Header: | #include <QPickLineEvent> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3drender) target_link_libraries(mytarget PRIVATE Qt6::3drender) |
qmake: | QT += 3drender |
In QML: | PickLineEvent |
Inherits: | Qt3DRender::QPickEvent |
Status: | Deprecated |
プロパティ
- edgeIndex : const uint
- vertex1Index : const uint
- vertex2Index : const uint
パブリック関数
QPickLineEvent() | |
uint | edgeIndex() const |
uint | vertex1Index() const |
uint | vertex2Index() const |
QPickEventも参照してください 。
プロパティの説明
[read-only]
edgeIndex : const uint
ピックされたエッジのインデックスを指定します。
アクセス関数:
uint | edgeIndex() const |
[read-only]
vertex1Index : const uint
ピックされた辺の最初の点のインデックスを指定します。
アクセス関数
uint | vertex1Index() const |
[read-only]
vertex2Index : const uint
ピックした辺の2点目のインデックスを指定します。
アクセス関数
uint | vertex2Index() 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. 本文書に含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。