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()
NULLのQUntypedPropertyBindingを構築します。
isNull()も参照してください 。
QUntypedPropertyBinding::QUntypedPropertyBinding(const QUntypedPropertyBinding &other)
other からQUntypedPropertyBindingをコピー構築します。
QUntypedPropertyBinding::QUntypedPropertyBinding(QUntypedPropertyBinding &&other)
移動-other からQUntypedPropertyBindingを構築します。
other はnullのままです。
isNull()も参照してください 。
[noexcept] QUntypedPropertyBinding::~QUntypedPropertyBinding()
QUntypedPropertyBinding を破壊する。
QPropertyBindingError QUntypedPropertyBinding::error() const
バ イ ンデ ィ ン グのエ ラ ー状態を返 し ます。
QPropertyBindingErrorも参照してください 。
bool QUntypedPropertyBinding::isNull() const
QUntypedPropertyBinding が null の場合はtrue を返す。これは、default-constructed および moved-from インスタンスに対してのみ真となります。
isNull()も参照ください 。
QMetaType QUntypedPropertyBinding::valueMetaType() const
バインディングのメタタイプを返します。QUntypedPropertyBinding が NULL の場合、無効なQMetaType が返されます。
QUntypedPropertyBinding &QUntypedPropertyBinding::operator=(QUntypedPropertyBinding &&other)
Move-このQUntypedPropertyBinding にother を割り当てる。
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.