![]() |
Qt 6.x
The Qt SDK
|
#include <private/qqmljavascriptexpression_p.h>
#include <private/qqmlpropertydata_p.h>
#include <private/qv4alloca_p.h>
#include <private/qqmltranslation_p.h>
#include <QtCore/qproperty.h>
#include <memory>
Go to the source code of this file.
Classes | |
class | QQmlPropertyBindingJS |
class | QQmlPropertyBindingJSForBoundFunction |
class | QQmlPropertyBinding |
struct | Print< I > |
class | QQmlTranslationPropertyBinding |
Namespaces | |
namespace | QV4 |
\qmltype Particle \inqmlmodule QtQuick.Particles | |
namespace | QtPrivate |
\macro QT_NAMESPACE | |
Macros | |
#define | FOR_TYPE(TYPE) case TYPE: return &QtPrivate::bindingFunctionVTableForQQmlPropertyBinding<TYPE> |
Functions | |
const QtPrivate::BindingFunctionVTable * | bindingFunctionVTableForQQmlPropertyBinding (QMetaType type) |
template<typename T > | |
bool | compareAndAssign (void *dataPtr, const void *result) |
Variables | |
template<QMetaType::Type type> | |
constexpr BindingFunctionVTable | QtPrivate::bindingFunctionVTableForQQmlPropertyBinding |
#define FOR_TYPE | ( | TYPE | ) | case TYPE: return &QtPrivate::bindingFunctionVTableForQQmlPropertyBinding<TYPE> |
|
inline |
Definition at line 202 of file qqmlpropertybinding_p.h.
References FOR_TYPE, and QMetaType::PointerToQObject.
Definition at line 242 of file qqmlpropertybinding_p.h.