![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Functions | |
| void | getter (const QUntypedPropertyData *d, void *value) |
| void | setter (QUntypedPropertyData *d, const void *value) |
| QUntypedPropertyBinding | getBinding (const QUntypedPropertyData *d) |
| bool | bindingWrapper (QMetaType type, QUntypedPropertyData *d, QtPrivate::QPropertyBindingFunction binding, QUntypedPropertyData *temp, void *value) |
| QUntypedPropertyBinding | setBinding (QUntypedPropertyData *d, const QUntypedPropertyBinding &binding, QPropertyBindingWrapper wrapper) |
| void | setObserver (const QUntypedPropertyData *d, QPropertyObserver *observer) |
| template<typename T> | |
| bool | bindingWrapper (QMetaType type, QUntypedPropertyData *d, QtPrivate::QPropertyBindingFunction binding) |
| template<typename T> | |
| QUntypedPropertyBinding | setBinding (QUntypedPropertyData *d, const QUntypedPropertyBinding &binding) |
| template<typename T> | |
| QUntypedPropertyBinding | makeBinding (const QUntypedPropertyData *d, const QPropertyBindingSourceLocation &location) |
Variables | |
| template<class T> | |
| constexpr QBindableInterface | iface |
| bool QtPrivate::PropertyAdaptorSlotObjectHelpers::bindingWrapper | ( | QMetaType | type, |
| QUntypedPropertyData * | d, | ||
| QtPrivate::QPropertyBindingFunction | binding ) |
Definition at line 687 of file qproperty.h.
| bool QtPrivate::PropertyAdaptorSlotObjectHelpers::bindingWrapper | ( | QMetaType | type, |
| QUntypedPropertyData * | d, | ||
| QtPrivate::QPropertyBindingFunction | binding, | ||
| QUntypedPropertyData * | temp, | ||
| void * | value ) |
Definition at line 2532 of file qproperty.cpp.
| QUntypedPropertyBinding QtPrivate::PropertyAdaptorSlotObjectHelpers::getBinding | ( | const QUntypedPropertyData * | d | ) |
Definition at line 2526 of file qproperty.cpp.
| void QtPrivate::PropertyAdaptorSlotObjectHelpers::getter | ( | const QUntypedPropertyData * | d, |
| void * | value ) |
Definition at line 2509 of file qproperty.cpp.
| QUntypedPropertyBinding QtPrivate::PropertyAdaptorSlotObjectHelpers::makeBinding | ( | const QUntypedPropertyData * | d, |
| const QPropertyBindingSourceLocation & | location ) |
Definition at line 704 of file qproperty.h.
| QUntypedPropertyBinding QtPrivate::PropertyAdaptorSlotObjectHelpers::setBinding | ( | QUntypedPropertyData * | d, |
| const QUntypedPropertyBinding & | binding ) |
Definition at line 698 of file qproperty.h.
| QUntypedPropertyBinding QtPrivate::PropertyAdaptorSlotObjectHelpers::setBinding | ( | QUntypedPropertyData * | d, |
| const QUntypedPropertyBinding & | binding, | ||
| QPropertyBindingWrapper | wrapper ) |
Definition at line 2546 of file qproperty.cpp.
| void QtPrivate::PropertyAdaptorSlotObjectHelpers::setObserver | ( | const QUntypedPropertyData * | d, |
| QPropertyObserver * | observer ) |
Definition at line 2553 of file qproperty.cpp.
| void QtPrivate::PropertyAdaptorSlotObjectHelpers::setter | ( | QUntypedPropertyData * | d, |
| const void * | value ) |
Definition at line 2518 of file qproperty.cpp.
|
inlineconstexpr |
Definition at line 717 of file qproperty.h.