QDynamicPropertyChangeEvent Class
QDynamicPropertyChangeEvent 클래스에는 동적 속성 변경 이벤트에 대한 이벤트 매개변수가 포함되어 있습니다. 더 보기...
Header: | #include <QDynamicPropertyChangeEvent> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Core) target_link_libraries(mytarget PRIVATE Qt6::Core) |
qmake: | QT += core |
상속합니다: | QEvent |
- 상속된 멤버를 포함한 모든 멤버의 목록
- QDynamicPropertyChangeEvent는 이벤트 클래스의 일부입니다.
공용 함수
QDynamicPropertyChangeEvent(const QByteArray &name) | |
QByteArray | propertyName() const |
상세 설명
동적 속성 변경 이벤트는 QObject::setProperty()를 사용하여 속성이 동적으로 추가, 변경 또는 제거될 때 객체에 전송됩니다.
멤버 함수 문서
[explicit]
QDynamicPropertyChangeEvent::QDynamicPropertyChangeEvent(const QByteArray &name)
프로퍼티 이름이 name 로 설정된 동적 프로퍼티 변경 이벤트 객체를 생성합니다.
QByteArray QDynamicPropertyChangeEvent::propertyName() const
추가, 변경 또는 제거된 동적 속성의 이름을 반환합니다.
QObject::setProperty() 및 QObject::dynamicPropertyNames()도 참조하세요 .
© 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.