QFilterKey Class

class Qt3DRender::QFilterKey

QFilterKey 클래스는 필터 키와 그 값을 위한 저장소를 제공합니다. 더 보기...

Header: #include <QFilterKey>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3drender)
target_link_libraries(mytarget PRIVATE Qt6::3drender)
qmake: QT += 3drender
QML에서: FilterKey
상속합니다: Qt3DCore::QNode
상태: Deprecated

속성

공용 기능

QString name() const
QVariant value() const

공용 슬롯

void setName(const QString &customType)
void setValue(const QVariant &value)

신호

void nameChanged(const QString &name)
void valueChanged(const QVariant &value)

상세 설명

필터 키는 QTechniqueQRenderPass 에서 기술 또는 렌더 패스가 사용되는 렌더링 단계를 지정하는 데 사용됩니다.

참고: QFilterKey 노드는 비활성화할 수 없습니다.

속성 문서

name : QString

필터 키의 이름을 보유합니다.

기능에 액세스합니다:

QString name() const
void setName(const QString &customType)

알림 신호:

void nameChanged(const QString &name)

value : QVariant

필터 키의 값을 보유합니다.

기능에 액세스합니다:

QVariant value() const
void setValue(const QVariant &value)

알림 신호:

void valueChanged(const QVariant &value)

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