Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQuickAttachedPropertyPropagatorTarget Class Referenceabstract

#include <qquickattachedpropertypropagatortarget_p.h>

Inheritance diagram for QQuickAttachedPropertyPropagatorTarget:
Collaboration diagram for QQuickAttachedPropertyPropagatorTarget:

Public Member Functions

virtual ~QQuickAttachedPropertyPropagatorTarget ()=default
virtual QQuickItemattacheeItem () const =0
virtual QtPrivate::QQuickAttachedPropertyPropagatorattachedParent (const QMetaObject *attachedType) const =0

Detailed Description

Definition at line 33 of file qquickattachedpropertypropagatortarget_p.h.

Constructor & Destructor Documentation

◆ ~QQuickAttachedPropertyPropagatorTarget()

virtual QQuickAttachedPropertyPropagatorTarget::~QQuickAttachedPropertyPropagatorTarget ( )
virtualdefault

Member Function Documentation

◆ attachedParent()

virtual QtPrivate::QQuickAttachedPropertyPropagator * QQuickAttachedPropertyPropagatorTarget::attachedParent ( const QMetaObject * attachedType) const
pure virtual

Implemented in QQuickPopup.

◆ attacheeItem()

virtual QQuickItem * QQuickAttachedPropertyPropagatorTarget::attacheeItem ( ) const
pure virtual

Implemented in QQuickPopup.


The documentation for this class was generated from the following file: