Attribute Class

class QInputMethodEvent::Attribute

Die Klasse QInputMethodEvent::Attribute speichert ein Attribut einer Eingabemethode. Mehr...

Öffentliche Funktionen

Attribute(QInputMethodEvent::AttributeType type, int start, int length, QVariant value)
Attribute(QInputMethodEvent::AttributeType type, int start, int length)

Detaillierte Beschreibung

Dokumentation der Mitgliedsfunktionen

Attribute::Attribute(QInputMethodEvent::AttributeType type, int start, int length, QVariant value)

Konstruiert ein Attribut der Eingabemethode. type gibt den Typ des Attributs an, start und length die Position des Attributs und value den Wert des Attributs.

Attribute::Attribute(QInputMethodEvent::AttributeType type, int start, int length)

Dies ist eine überladene Funktion.

Konstruiert ein Eingabemethodenattribut ohne Wert. type gibt den Typ des Attributs an und start und length die Position des Attributs.

© 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.