Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QtPrivate::BindableWarnings Namespace Reference

Enumerations

enum  Reason { InvalidInterface , NonBindableInterface , ReadOnlyInterface }
 

Functions

void printUnsuitableBindableWarning (QAnyStringView prefix, BindableWarnings::Reason reason)
 
void printMetaTypeMismatch (QMetaType actual, QMetaType expected)
 

Enumeration Type Documentation

◆ Reason

Enumerator
InvalidInterface 
NonBindableInterface 
ReadOnlyInterface 

Definition at line 616 of file qproperty.h.

Function Documentation

◆ printMetaTypeMismatch()

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:

◆ printUnsuitableBindableWarning()

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: