![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 <QtQuickTemplates2/private/qquickpopupitem_p_p.h>
#include <QtQuickTemplates2/private/qquickpopupwindow_p_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) |
const QMetaObject * | firstCppMetaObject (QQuickAttachedPropertyPropagator *propagator) |
QDebug | operator<< (QDebug debug, const QQuickAttachedPropertyPropagator *propagator) |
|
static |
Definition at line 91 of file qquickattachedpropertypropagator.cpp.
|
static |
Definition at line 224 of file qquickattachedpropertypropagator.cpp.
|
static |
Definition at line 269 of file qquickattachedpropertypropagator.cpp.
|
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 110 of file qquickattachedpropertypropagator.cpp.
const QMetaObject * firstCppMetaObject | ( | QQuickAttachedPropertyPropagator * | propagator | ) |
Definition at line 374 of file qquickattachedpropertypropagator.cpp.
QDebug operator<< | ( | QDebug | debug, |
const QQuickAttachedPropertyPropagator * | propagator ) |
Definition at line 519 of file qquickattachedpropertypropagator.cpp.