46 Q_PROPERTY(QQmlListProperty<QObject>
data READ
data)
47 Q_CLASSINFO(
"DefaultProperty",
"data")
73 QQmlListProperty<QObject>
data();
76 static
void data_append(QQmlListProperty<QObject> *objects, QObject *
object);
77 static qsizetype
data_count(QQmlListProperty<QObject> *objects);
78 static QObject *
data_at(QQmlListProperty<QObject> *objects, qsizetype index);
79 static
void data_clear(QQmlListProperty<QObject> *objects);
86 KConfigLoader *m_configLoader =
nullptr;
87 KConfigPropertyMap *m_configuration =
nullptr;
88 QObjectList m_children;
89 QTimer m_visibleTimer;
90 bool m_isVisible = false;
91 int m_requestedEffectChainPosition = 0;