![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qglobal.h>
#include <QtCore/qtaggedpointer.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qcontainerfwd.h>
#include <functional>
Go to the source code of this file.
Namespaces | |
namespace | QtPrivate |
\macro QT_NAMESPACE | |
namespace | QtPrivate::detail |
Typedefs | |
using | PendingBindingObserverList = QVarLengthArray< QBindingObserverPtr > |
using | QtPrivate::QPropertyObserverCallback = void(*)(QUntypedPropertyData *) |
using | QtPrivate::QPropertyBindingWrapper = bool(*)(QMetaType, QUntypedPropertyData *dataPtr, QPropertyBindingFunction) |
Functions | |
constexpr size_t | QtPrivate::detail::getOffset (size_t o) |
constexpr size_t | QtPrivate::detail::getOffset (size_t(*offsetFn)()) |
Variables | |
template<typename Callable , typename PropertyType = MSVCWorkAround> | |
constexpr BindingFunctionVTable | QtPrivate::bindingFunctionVTable = BindingFunctionVTable::createFor<Callable, PropertyType>() |
Definition at line 33 of file qpropertyprivate.h.