이 페이지에서

QUntypedPropertyBinding Class

유형이 지워진 속성 바인딩을 나타냅니다. 더 보기...

헤더: #include <QUntypedPropertyBinding>
CMake: find_package(Qt6 REQUIRED COMPONENTS Core)
target_link_libraries(mytarget PRIVATE Qt6::Core)
qmake: QT += core
이후: Qt 6.0

공용 함수

QUntypedPropertyBinding()
QUntypedPropertyBinding(const QUntypedPropertyBinding &other)
QUntypedPropertyBinding(QUntypedPropertyBinding &&other)
~QUntypedPropertyBinding()
QPropertyBindingError error() const
bool isNull() const
QMetaType valueMetaType() const
QUntypedPropertyBinding &operator=(QUntypedPropertyBinding &&other)
QUntypedPropertyBinding &operator=(const QUntypedPropertyBinding &other)

자세한 설명

QUntypedBindable참조하십시오 .

멤버 함수 문서

QUntypedPropertyBinding::QUntypedPropertyBinding()

널 쿼트형 프로퍼티 바인딩을 구축합니다.

isNull()도 참조하십시오 .

QUntypedPropertyBinding::QUntypedPropertyBinding(const QUntypedPropertyBinding &other)

other 에서 QUntypedPropertyBinding을 복사-구축합니다.

QUntypedPropertyBinding::QUntypedPropertyBinding(QUntypedPropertyBinding &&other)

Move- other 에서 QUntypedPropertyBinding을 생성합니다.

other 는 널 상태로 남습니다.

isNull()도 참조하세요 .

[noexcept] QUntypedPropertyBinding::~QUntypedPropertyBinding()

QUntypedPropertyBinding 를 파괴합니다.

QPropertyBindingError QUntypedPropertyBinding::error() const

바인딩의 오류 상태를 반환합니다.

QPropertyBindingError도 참조하세요 .

bool QUntypedPropertyBinding::isNull() const

QUntypedPropertyBinding 이 null인 경우 true 을 반환합니다. 이는 기본적으로 생성되고 이동된 인스턴스에만 해당됩니다.

isNull()도 참조하세요 .

QMetaType QUntypedPropertyBinding::valueMetaType() const

바인딩의 메타 유형을 반환합니다. QUntypedPropertyBinding 이 null이면 유효하지 않은 QMetaType 이 반환됩니다.

QUntypedPropertyBinding &QUntypedPropertyBinding::operator=(QUntypedPropertyBinding &&other)

이동-이 QUntypedPropertyBindingother 을 할당합니다.

other 는 널 상태로 남습니다.

isNull참조하세요 .

QUntypedPropertyBinding &QUntypedPropertyBinding::operator=(const QUntypedPropertyBinding &other)

other 을 이 QUntypedPropertyBinding 에 복사 할당합니다.

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