Attribute Class

class QInputMethodEvent::Attribute

QInputMethodEvent::Attribute クラスは、入力メソッドの属性を保存します。詳細...

パブリック関数

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

詳細説明

メンバー関数ドキュメント

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

入力メソッド属性を構築する。type は属性のタイプ、startlength は属性の位置、value は属性の値を指定する。

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

これはオーバーロードされた関数である。

type は属性のタイプを指定し、startlength は属性の位置を指定します。

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