Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qquickbehavior.cpp File Reference
#include "qquickbehavior_p.h"
#include "qquickanimation_p.h"
#include <qqmlcontext.h>
#include <qqmlinfo.h>
#include <private/qqmlproperty_p.h>
#include <private/qqmlengine_p.h>
#include <private/qabstractanimationjob_p.h>
#include <private/qquicktransition_p.h>
#include <private/qquickanimatorjob_p.h>
#include <private/qobject_p.h>
#include "moc_qquickbehavior_p.cpp"
+ Include dependency graph for qquickbehavior.cpp:

Go to the source code of this file.

Classes

class  UntypedProxyProperty
 The UntypedProxyProperty class is a property used in Behavior to handle bindable properties. More...
 
struct  UntypedProxyPropertyBindable
 
class  QQuickBehaviorPrivate
 

Variables

static constexpr QtPrivate::QBindableInterface untypedProxyPropertyBindableInterafce
 

Variable Documentation

◆ untypedProxyPropertyBindableInterafce

constexpr QtPrivate::QBindableInterface untypedProxyPropertyBindableInterafce
inlinestaticconstexpr
Initial value:
{
nullptr
}
static QUntypedPropertyBinding bindingSetter(QUntypedPropertyData *d, const QUntypedPropertyBinding &binding)
static QUntypedPropertyBinding makeBinding(const QUntypedPropertyData *d, const QPropertyBindingSourceLocation &location)
static void setter(QUntypedPropertyData *d, const void *value)
static void setObserver(const QUntypedPropertyData *d, QPropertyObserver *observer)
static QUntypedPropertyBinding bindingGetter(const QUntypedPropertyData *d)
static void getter(const QUntypedPropertyData *d, void *value)

Definition at line 110 of file qquickbehavior.cpp.