![]() |
Qt 6.x
The Qt SDK
|
#include <qpropertyprivate.h>
Public Types | |
using | CallFn = bool(*)(QMetaType, QUntypedPropertyData *, void *) |
using | DtorFn = void(*)(void *) |
using | MoveCtrFn = void(*)(void *, void *) |
Static Public Member Functions | |
template<typename Callable , typename PropertyType = MSVCWorkAround> | |
static constexpr BindingFunctionVTable | createFor () |
Public Attributes | |
const CallFn | call |
const DtorFn | destroy |
const MoveCtrFn | moveConstruct |
const qsizetype | size |
Definition at line 162 of file qpropertyprivate.h.
using QtPrivate::BindingFunctionVTable::CallFn = bool(*)(QMetaType, QUntypedPropertyData *, void *) |
Definition at line 164 of file qpropertyprivate.h.
using QtPrivate::BindingFunctionVTable::DtorFn = void(*)(void *) |
Definition at line 165 of file qpropertyprivate.h.
using QtPrivate::BindingFunctionVTable::MoveCtrFn = void(*)(void *, void *) |
Definition at line 166 of file qpropertyprivate.h.
|
inlinestaticconstexpr |
Definition at line 173 of file qpropertyprivate.h.
References other(), Q_UNUSED, QPropertyData< T >::setValueBypassingBindings(), and QPropertyData< T >::valueBypassingBindings().
const CallFn QtPrivate::BindingFunctionVTable::call |
Definition at line 167 of file qpropertyprivate.h.
Referenced by QtPrivate::PropertyAdaptorSlotObjectHelpers::bindingWrapper().
const DtorFn QtPrivate::BindingFunctionVTable::destroy |
Definition at line 168 of file qpropertyprivate.h.
Referenced by QPropertyBindingPrivate::~QPropertyBindingPrivate().
const MoveCtrFn QtPrivate::BindingFunctionVTable::moveConstruct |
Definition at line 169 of file qpropertyprivate.h.
Referenced by QUntypedPropertyBinding::QUntypedPropertyBinding().
const qsizetype QtPrivate::BindingFunctionVTable::size |
Definition at line 170 of file qpropertyprivate.h.
Referenced by QUntypedPropertyBinding::QUntypedPropertyBinding(), QPropertyBindingPrivate::~QPropertyBindingPrivate(), and QPropertyBindingPrivate::hasCustomVTable().