![]() |
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 637 of file qproperty.h.
bool QtPrivate::PropertyAdaptorSlotObjectHelpers::bindingWrapper | ( | QMetaType | type, |
QUntypedPropertyData * | d, | ||
QtPrivate::QPropertyBindingFunction | binding, | ||
QUntypedPropertyData * | temp, | ||
void * | value ) |
Definition at line 2454 of file qproperty.cpp.
QUntypedPropertyBinding QtPrivate::PropertyAdaptorSlotObjectHelpers::getBinding | ( | const QUntypedPropertyData * | d | ) |
Definition at line 2448 of file qproperty.cpp.
void QtPrivate::PropertyAdaptorSlotObjectHelpers::getter | ( | const QUntypedPropertyData * | d, |
void * | value ) |
Definition at line 2431 of file qproperty.cpp.
QUntypedPropertyBinding QtPrivate::PropertyAdaptorSlotObjectHelpers::makeBinding | ( | const QUntypedPropertyData * | d, |
const QPropertyBindingSourceLocation & | location ) |
Definition at line 654 of file qproperty.h.
QUntypedPropertyBinding QtPrivate::PropertyAdaptorSlotObjectHelpers::setBinding | ( | QUntypedPropertyData * | d, |
const QUntypedPropertyBinding & | binding ) |
Definition at line 648 of file qproperty.h.
QUntypedPropertyBinding QtPrivate::PropertyAdaptorSlotObjectHelpers::setBinding | ( | QUntypedPropertyData * | d, |
const QUntypedPropertyBinding & | binding, | ||
QPropertyBindingWrapper | wrapper ) |
Definition at line 2468 of file qproperty.cpp.
void QtPrivate::PropertyAdaptorSlotObjectHelpers::setObserver | ( | const QUntypedPropertyData * | d, |
QPropertyObserver * | observer ) |
Definition at line 2475 of file qproperty.cpp.
void QtPrivate::PropertyAdaptorSlotObjectHelpers::setter | ( | QUntypedPropertyData * | d, |
const void * | value ) |
Definition at line 2440 of file qproperty.cpp.
|
inlineconstexpr |
Definition at line 667 of file qproperty.h.