Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 618 of file qproperty.h.

Function Documentation

◆ printMetaTypeMismatch()

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

Definition at line 2409 of file qproperty.cpp.

References expected, and qCWarning.

Referenced by QUntypedBindable::setBinding().

+ Here is the caller graph for this function:

◆ printUnsuitableBindableWarning()

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

Definition at line 2390 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: