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.