![]() |
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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function: