![]() |
Qt 6.x
The Qt SDK
|
#include "qquickattachedpropertypropagator.h"
#include <QtCore/qpointer.h>
#include <QtQuick/qquickwindow.h>
#include <QtQuick/private/qquickitem_p.h>
#include <QtQuick/private/qquickitemchangelistener_p.h>
#include <QtQuickTemplates2/private/qquickpopup_p.h>
#include "moc_qquickattachedpropertypropagator.cpp"
Go to the source code of this file.
Classes | |
class | QQuickAttachedPropertyPropagatorPrivate |
Functions | |
static QQuickAttachedPropertyPropagator * | attachedObject (const QMetaObject *type, QObject *object, bool create=false) |
static QQuickAttachedPropertyPropagator * | findAttachedParent (const QMetaObject *ourAttachedType, QObject *objectWeAreAttachedTo) |
static QList< QQuickAttachedPropertyPropagator * > | findAttachedChildren (const QMetaObject *type, QObject *object) |
static QQuickItem * | findAttachedItem (QObject *parent) |
|
static |
Definition at line 52 of file qquickattachedpropertypropagator.cpp.
References create(), qmlAttachedPropertiesFunction(), and qmlAttachedPropertiesObject().
Referenced by QQuickSwipeDelegatePrivate::attachedObjectsSetPressed(), QQuickSwipeDelegate::childMouseEventFilter(), findAttachedChildren(), findAttachedParent(), QQuickAttachedPropertyPropagatorPrivate::get(), QQuickTableViewPrivate::getAttachedObject(), QQuickSelectionRectanglePrivate::getAttachedObject(), QQuickListViewPrivate::getAttachedObject(), QQuickAttachedPropertyPropagatorPrivate::itemWindowChanged(), and QQuickSwipeDelegate::mouseUngrabEvent().
|
static |
Definition at line 129 of file qquickattachedpropertypropagator.cpp.
References attachedObject(), child, QGraphicsItem::childItems(), findAttachedChildren(), item, qobject_cast< QQuickItem * >(), and window().
Referenced by findAttachedChildren(), and QQuickAttachedPropertyPropagator::initialize().
|
static |
Definition at line 174 of file qquickattachedpropertypropagator.cpp.
References item, parent, and qobject_cast< QQuickItem * >().
Referenced by QQuickAttachedPropertyPropagatorPrivate::attachTo(), and QQuickAttachedPropertyPropagatorPrivate::detachFrom().
|
static |
Tries to find a QQuickAttachedPropertyPropagator whose type is ourAttachedType and is attached to an ancestor of objectWeAreAttachedTo.
QQuickAttachedPropertyPropagator needs to know who its parent attached object is in order to inherit attached property values from it. This is called when an instance of QQuickAttachedPropertyPropagator is created, and whenever {objectWeAreAttachedTo}'s
parent changes, for example.
Definition at line 71 of file qquickattachedpropertypropagator.cpp.
References attachedObject(), QMetaObject::className(), engine, QVariant::fromValue(), item, parent, QGraphicsItem::parentItem(), QObject::property(), qmlEngine(), qobject_cast< QQuickItem * >(), QObject::setProperty(), QVariant::value(), window(), QGraphicsItem::window(), and QQuickItem::window().
Referenced by QQuickAttachedPropertyPropagator::initialize(), QQuickAttachedPropertyPropagatorPrivate::itemParentChanged(), and QQuickAttachedPropertyPropagatorPrivate::itemWindowChanged().