QAccessibleValueChangeEvent Class

QAccessibleValueChangeEvent는 접근 가능한 객체의 값 변경을 설명합니다. 더 보기...

Header: #include <QAccessibleValueChangeEvent>
CMake: find_package(Qt6 REQUIRED COMPONENTS Gui)
target_link_libraries(mytarget PRIVATE Qt6::Gui)
qmake: QT += gui
상속합니다: QAccessibleEvent

공용 함수

QAccessibleValueChangeEvent(QAccessibleInterface *iface, const QVariant &val)
QAccessibleValueChangeEvent(QObject *object, const QVariant &value)
void setValue(const QVariant &value)
QVariant value() const

상세 설명

새 값을 포함합니다.

이 클래스는 QAccessible::updateAccessibility()와 함께 사용됩니다.

멤버 함수 문서

QAccessibleValueChangeEvent::QAccessibleValueChangeEvent(QAccessibleInterface *iface, const QVariant &val)

iface 에 대한 새로운 QAccessibleValueChangeEvent를 생성합니다. 이벤트에는 새 값 val 이 포함됩니다.

QAccessibleValueChangeEvent::QAccessibleValueChangeEvent(QObject *object, const QVariant &value)

object 에 대한 새로운 QAccessibleValueChangeEvent를 생성합니다. 이 이벤트에는 새로운 value 이 포함됩니다.

void QAccessibleValueChangeEvent::setValue(const QVariant &value)

이 이벤트에 대해 새로운 value 을 설정합니다.

value()도 참조하세요 .

QVariant QAccessibleValueChangeEvent::value() const

이 이벤트의 접근 가능한 객체의 새 값을 반환합니다.

setValue()도 참조하세요 .

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