QQmlPropertyValueSource Class
QQmlPropertyValueSource 클래스는 애니메이션 및 바인딩과 같은 속성 값 소스를 위한 인터페이스입니다. 더 보기...
Header: | #include <QQmlPropertyValueSource> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Qml) target_link_libraries(mytarget PRIVATE Qt6::Qml) |
qmake: | QT += qml |
공용 함수
QQmlPropertyValueSource() | |
virtual | ~QQmlPropertyValueSource() |
virtual void | setTarget(const QQmlProperty &property) = 0 |
상세 설명
사용자 정의 프로퍼티 값 소스 작성에 대한 정보는 프로퍼티 값 소스 문서를 참조하세요.
멤버 함수 문서
QQmlPropertyValueSource::QQmlPropertyValueSource()
QQmlPropertyValueSource를 생성합니다.
[virtual noexcept]
QQmlPropertyValueSource::~QQmlPropertyValueSource()
값 소스를 파괴합니다.
[pure virtual]
void QQmlPropertyValueSource::setTarget(const QQmlProperty &property)
값 소스에 대해 property 대상을 설정합니다. 이 메서드는 값 소스를 할당할 때 QML 엔진에서 호출됩니다.
© 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.