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
QQuickAttachedPropertyPropagatorPrivate Class Reference
+ Inheritance diagram for QQuickAttachedPropertyPropagatorPrivate:
+ Collaboration diagram for QQuickAttachedPropertyPropagatorPrivate:

Public Member Functions

void attachTo (QObject *object)
 
void detachFrom (QObject *object)
 
void setAttachedParent (QQuickAttachedPropertyPropagator *parent)
 
void itemWindowChanged (QQuickWindow *window)
 
void transientParentWindowChanged (QWindow *newTransientParent)
 
void itemParentChanged (QQuickItem *item, QQuickItem *parent) override
 
- Public Member Functions inherited from QObjectPrivate
void ensureExtraData ()
 
 QObjectPrivate (int version=QObjectPrivateVersion)
 
virtual ~QObjectPrivate ()
 
void deleteChildren ()
 
void clearBindingStorage ()
 
void checkForIncompatibleLibraryVersion (int version) const
 
void setParent_helper (QObject *)
 
void moveToThread_helper ()
 
void setThreadData_helper (QThreadData *currentData, QThreadData *targetData, QBindingStatus *status)
 
QObjectList receiverList (const char *signal) const
 
void ensureConnectionData ()
 
void addConnection (int signal, Connection *c)
 
int signalIndex (const char *signalName, const QMetaObject **meta=nullptr) const
 
bool isSignalConnected (uint signalIdx, bool checkDeclarative=true) const
 
bool maybeSignalConnected (uint signalIndex) const
 
bool isDeclarativeSignalConnected (uint signalIdx) const
 
void connectNotify (const QMetaMethod &signal)
 
void disconnectNotify (const QMetaMethod &signal)
 
void reinitBindingStorageAfterThreadMove ()
 
virtual std::string flagsForDumping () const
 
virtual void writeToDebugStream (QDebug &) const
 
QtPrivate::QPropertyAdaptorSlotObjectgetPropertyAdaptorSlotObject (const QMetaProperty &property)
 
- Public Member Functions inherited from QObjectData
 QObjectData ()=default
 
virtual ~QObjectData ()=0
 
QMetaObjectdynamicMetaObject () const
 
- Public Member Functions inherited from QQuickItemChangeListener
virtual ~QQuickItemChangeListener ()
 
virtual void itemGeometryChanged (QQuickItem *, QQuickGeometryChange, const QRectF &)
 
virtual void itemSiblingOrderChanged (QQuickItem *)
 
virtual void itemVisibilityChanged (QQuickItem *)
 
virtual void itemEnabledChanged (QQuickItem *)
 
virtual void itemOpacityChanged (QQuickItem *)
 
virtual void itemDestroyed (QQuickItem *)
 
virtual void itemChildAdded (QQuickItem *, QQuickItem *)
 
virtual void itemChildRemoved (QQuickItem *, QQuickItem *)
 
virtual void itemRotationChanged (QQuickItem *)
 
virtual void itemImplicitWidthChanged (QQuickItem *)
 
virtual void itemImplicitHeightChanged (QQuickItem *)
 
virtual void itemFocusChanged (QQuickItem *, Qt::FocusReason)
 
virtual QQuickAnchorsPrivateanchorPrivate ()
 

Static Public Member Functions

static QQuickAttachedPropertyPropagatorPrivateget (QQuickAttachedPropertyPropagator *attachedObject)
 
- Static Public Member Functions inherited from QObjectPrivate
static bool removeConnection (Connection *c)
 
static QObjectPrivateget (QObject *o)
 
static const QObjectPrivateget (const QObject *o)
 
template<typename Func1 , typename Func2 >
static QMetaObject::Connection connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection)
 
template<typename Func1 , typename Func2 >
static bool disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot)
 
static QMetaObject::Connection connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject)
 
static QMetaObject::Connection connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type)
 
static QMetaObject::Connection connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type)
 
static bool disconnect (const QObject *sender, int signal_index, void **slot)
 
static bool disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot)
 

Public Attributes

QList< QQuickAttachedPropertyPropagator * > attachedChildren
 
QPointer< QQuickAttachedPropertyPropagatorattachedParent
 
- Public Attributes inherited from QObjectPrivate
ExtraDataextraData
 
QAtomicPointer< QThreadDatathreadData
 
QAtomicPointer< ConnectionDataconnections
 
union { 
 
   QObject *   currentChildBeingDeleted 
 
   QAbstractDeclarativeData *   declarativeData 
 
};  
 
QAtomicPointer< QtSharedPointer::ExternalRefCountDatasharedRefcount
 
- Public Attributes inherited from QObjectData
QObjectq_ptr
 
QObjectparent
 
QObjectList children
 
uint isWidget: 1
 
uint blockSig: 1
 
uint wasDeleted: 1
 
uint isDeletingChildren: 1
 
uint sendChildEvents: 1
 
uint receiveChildEvents: 1
 
uint isWindow: 1
 
uint deleteLaterCalled: 1
 
uint isQuickItem: 1
 
uint willBeWidget: 1
 
uint wasWidget: 1
 
uint receiveParentEvents: 1
 
uint unused: 20
 
QAtomicInt postedEvents
 
QDynamicMetaObjectDatametaObject
 
QBindingStorage bindingStorage
 

Additional Inherited Members

- Public Types inherited from QObjectPrivate
typedef void(* StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **)
 
using ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData>
 

Detailed Description

Definition at line 241 of file qquickattachedpropertypropagator.cpp.

Member Function Documentation

◆ attachTo()

void QQuickAttachedPropertyPropagatorPrivate::attachTo ( QObject * object)

Definition at line 263 of file qquickattachedpropertypropagator.cpp.

References QObjectPrivate::connect(), findAttachedItem(), QQuickItemPrivate::get(), item, itemWindowChanged(), QQuickItemPrivate::Parent, transientParentWindowChanged(), and window().

+ Here is the call graph for this function:

◆ detachFrom()

void QQuickAttachedPropertyPropagatorPrivate::detachFrom ( QObject * object)

Definition at line 274 of file qquickattachedpropertypropagator.cpp.

References disconnect(), QObjectPrivate::disconnect(), findAttachedItem(), QQuickItemPrivate::get(), item, itemWindowChanged(), QQuickItemPrivate::Parent, transientParentWindowChanged(), and window().

+ Here is the call graph for this function:

◆ get()

static QQuickAttachedPropertyPropagatorPrivate * QQuickAttachedPropertyPropagatorPrivate::get ( QQuickAttachedPropertyPropagator * attachedObject)
inlinestatic

Definition at line 246 of file qquickattachedpropertypropagator.cpp.

References attachedObject().

Referenced by QQuickAttachedPropertyPropagator::initialize(), and setAttachedParent().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ itemParentChanged()

void QQuickAttachedPropertyPropagatorPrivate::itemParentChanged ( QQuickItem * item,
QQuickItem * parent )
overridevirtual

Reimplemented from QQuickItemChangeListener.

Definition at line 362 of file qquickattachedpropertypropagator.cpp.

References findAttachedParent(), firstCppMetaObject(), item, QObjectData::parent, Q_UNUSED, and setAttachedParent().

+ Here is the call graph for this function:

◆ itemWindowChanged()

void QQuickAttachedPropertyPropagatorPrivate::itemWindowChanged ( QQuickWindow * window)

Definition at line 339 of file qquickattachedpropertypropagator.cpp.

References attachedObject(), attachedParent, findAttachedParent(), firstCppMetaObject(), qCDebug, setAttachedParent(), and window().

Referenced by attachTo(), and detachFrom().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setAttachedParent()

void QQuickAttachedPropertyPropagatorPrivate::setAttachedParent ( QQuickAttachedPropertyPropagator * parent)

This function sets the attached parent of this attached object.

Currently it is called when: \list

  • The target item's parent changes.
  • The target item's window changes.
  • The attached object is constructed, to set the attached parent and the attached parent of the attached object children.
  • The attached object is destructed. \endlist

\quotefromfile ../../examples/quickcontrols/attachedstyleproperties/MyStyle/mystyle.cpp \skipto MyStyle::resetTheme \printuntil }

Definition at line 303 of file qquickattachedpropertypropagator.cpp.

References attachedParent, get(), QObjectData::parent, and qCDebug.

Referenced by itemParentChanged(), itemWindowChanged(), and transientParentWindowChanged().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ transientParentWindowChanged()

void QQuickAttachedPropertyPropagatorPrivate::transientParentWindowChanged ( QWindow * newTransientParent)

Definition at line 351 of file qquickattachedpropertypropagator.cpp.

References attachedObject(), attachedParent, findAttachedParent(), firstCppMetaObject(), qCDebug, and setAttachedParent().

Referenced by attachTo(), and detachFrom().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ attachedChildren

QList<QQuickAttachedPropertyPropagator *> QQuickAttachedPropertyPropagatorPrivate::attachedChildren

Definition at line 259 of file qquickattachedpropertypropagator.cpp.

◆ attachedParent

QPointer<QQuickAttachedPropertyPropagator> QQuickAttachedPropertyPropagatorPrivate::attachedParent

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