Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 669 of file qproperty.h.

Function Documentation

◆ printMetaTypeMismatch()

void QtPrivate::BindableWarnings::printMetaTypeMismatch ( QMetaType actual,
QMetaType expected )

Definition at line 2484 of file qproperty.cpp.

◆ printUnsuitableBindableWarning()

void QtPrivate::BindableWarnings::printUnsuitableBindableWarning ( QAnyStringView prefix,
BindableWarnings::Reason reason )

Definition at line 2465 of file qproperty.cpp.

Referenced by QUntypedBindable::binding(), QUntypedBindable::observe(), QBindable< T >::setBinding(), and QUntypedBindable::setBinding().

Here is the caller graph for this function: