QSGTextureProvider Class
QSGTextureProvider 클래스는 텍스처 기반 엔티티를 QML로 캡슐화합니다. 더 보기...
Header: | #include <QSGTextureProvider> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Quick) target_link_libraries(mytarget PRIVATE Qt6::Quick) |
qmake: | QT += quick |
상속합니다: | QObject |
공용 함수
virtual QSGTexture * | texture() const = 0 |
시그널
void | textureChanged() |
씬 그래프 - 두 텍스처 프로바이더문서를 참고하세요.
멤버 함수 문서
[pure virtual]
QSGTexture *QSGTextureProvider::texture() const
텍스처 오브젝트에 대한 포인터를 반환합니다.
[signal]
void QSGTextureProvider::textureChanged()
이 신호는 텍스처가 변경될 때 방출됩니다.
© 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.