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
QObjectPrivate::ExtraData Struct Reference

#include <qobject_p.h>

+ Collaboration diagram for QObjectPrivate::ExtraData:

Public Member Functions

 ExtraData (QObjectPrivate *ptr)
 
void setObjectNameForwarder (const QString &name)
 
void nameChangedForwarder (const QString &name)
 
 Q_OBJECT_COMPAT_PROPERTY (QObjectPrivate::ExtraData, QString, objectName, &QObjectPrivate::ExtraData::setObjectNameForwarder, &QObjectPrivate::ExtraData::nameChangedForwarder) QObjectPrivate *parent
 

Public Attributes

QList< QByteArraypropertyNames
 
QList< QVariantpropertyValues
 
QList< Qt::TimerIdrunningTimers
 
QList< QPointer< QObject > > eventFilters
 

Detailed Description

Definition at line 78 of file qobject_p.h.

Constructor & Destructor Documentation

◆ ExtraData()

QObjectPrivate::ExtraData::ExtraData ( QObjectPrivate * ptr)
inline

Definition at line 80 of file qobject_p.h.

Member Function Documentation

◆ nameChangedForwarder()

void QObjectPrivate::ExtraData::nameChangedForwarder ( const QString & name)
inline

Definition at line 87 of file qobject_p.h.

References Q_EMIT.

◆ Q_OBJECT_COMPAT_PROPERTY()

◆ setObjectNameForwarder()

void QObjectPrivate::ExtraData::setObjectNameForwarder ( const QString & name)
inline

Definition at line 82 of file qobject_p.h.

Member Data Documentation

◆ eventFilters

QList<QPointer<QObject> > QObjectPrivate::ExtraData::eventFilters

Definition at line 95 of file qobject_p.h.

◆ propertyNames

QList<QByteArray> QObjectPrivate::ExtraData::propertyNames

Definition at line 92 of file qobject_p.h.

◆ propertyValues

QList<QVariant> QObjectPrivate::ExtraData::propertyValues

Definition at line 93 of file qobject_p.h.

◆ runningTimers

QList<Qt::TimerId> QObjectPrivate::ExtraData::runningTimers

Definition at line 94 of file qobject_p.h.

Referenced by QObjectPrivate::~QObjectPrivate().


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