![]() |
Qt 6.x
The Qt SDK
|
Enumerations | |
enum | Reason { InvalidInterface , NonBindableInterface , ReadOnlyInterface } |
Functions | |
void | printUnsuitableBindableWarning (QAnyStringView prefix, BindableWarnings::Reason reason) |
void | printMetaTypeMismatch (QMetaType actual, QMetaType expected) |
Enumerator | |
---|---|
InvalidInterface | |
NonBindableInterface | |
ReadOnlyInterface |
Definition at line 616 of file qproperty.h.
Q_CORE_EXPORT void QtPrivate::BindableWarnings::printMetaTypeMismatch | ( | QMetaType | actual, |
QMetaType | expected | ||
) |
Definition at line 2416 of file qproperty.cpp.
References expected, QMetaType::name(), and qCWarning.
Referenced by QUntypedBindable::setBinding().
Q_CORE_EXPORT void QtPrivate::BindableWarnings::printUnsuitableBindableWarning | ( | QAnyStringView | prefix, |
BindableWarnings::Reason | reason | ||
) |
Definition at line 2397 of file qproperty.cpp.
References InvalidInterface, NonBindableInterface, qCWarning, ReadOnlyInterface, and QAnyStringView::toString().
Referenced by QUntypedBindable::binding(), QUntypedBindable::observe(), QBindable< T >::setBinding(), and QUntypedBindable::setBinding().