![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 161 of file qpropertyprivate.h.
| using QtPrivate::BindingFunctionVTable::CallFn = bool(*)(QMetaType, QUntypedPropertyData *, void *) |
Definition at line 163 of file qpropertyprivate.h.
| using QtPrivate::BindingFunctionVTable::DtorFn = void(*)(void *) |
Definition at line 164 of file qpropertyprivate.h.
| using QtPrivate::BindingFunctionVTable::MoveCtrFn = void(*)(void *, void *) |
Definition at line 165 of file qpropertyprivate.h.
|
inlinestaticconstexpr |
Definition at line 172 of file qpropertyprivate.h.
| const CallFn QtPrivate::BindingFunctionVTable::call |
| const DtorFn QtPrivate::BindingFunctionVTable::destroy |
Definition at line 167 of file qpropertyprivate.h.
| const MoveCtrFn QtPrivate::BindingFunctionVTable::moveConstruct |
Definition at line 168 of file qpropertyprivate.h.
| const qsizetype QtPrivate::BindingFunctionVTable::size |
Definition at line 169 of file qpropertyprivate.h.