QPickLineEvent Class

class Qt3DRender::QPickLineEvent

Die Klasse QPickLineEvent enthält Informationen, wenn ein Segment einer Linie gepickt wird. Mehr...

Kopfzeile: #include <QPickLineEvent>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3drender)
target_link_libraries(mytarget PRIVATE Qt6::3drender)
qmake: QT += 3drender
In QML: PickLineEvent
Vererbt: Qt3DRender::QPickEvent
Status: Veraltet

Eigenschaften

Öffentliche Funktionen

QPickLineEvent()
uint edgeIndex() const
uint vertex1Index() const
uint vertex2Index() const

Ausführliche Beschreibung

Siehe auch QPickEvent.

Dokumentation der Eigenschaften

[read-only] edgeIndex : const uint

Gibt den Index der Kante an, die ausgewählt wurde

Zugriffsfunktionen:

uint edgeIndex() const

[read-only] vertex1Index : const uint

Gibt den Index des ersten Punktes der ausgewählten Kante an

Zugriffsfunktionen:

uint vertex1Index() const

[read-only] vertex2Index : const uint

Gibt den Index des zweiten Punktes der ausgewählten Kante an

Zugriffsfunktionen:

uint vertex2Index() const

Dokumentation der Mitgliedsfunktionen

QPickLineEvent::QPickLineEvent()

Konstruiert eine neue QPickEvent.

uint QPickLineEvent::edgeIndex() const

QPickLineEvent::edgeIndex Gibt den Index der gepickten Kante zurück

Hinweis: Getter-Funktion für die Eigenschaft edgeIndex.

uint QPickLineEvent::vertex1Index() const

QPickLineEvent::vertex1Index Gibt den Index des ersten Punktes der gepickten Kante zurück

Hinweis: Getter-Funktion für die Eigenschaft vertex1Index.

uint QPickLineEvent::vertex2Index() const

QPickLineEvent::vertex2Index Liefert den Index des zweiten Punktes des gepickten Dreiecks

Hinweis: Getter-Funktion für die Eigenschaft vertex2Index.

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.