Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qquickbehavior.cpp File Reference

(72c825e685229a2b747f1d79216ef3c6d3304de8)

#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 <QtCore/qpointer.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 111 of file qquickbehavior.cpp.