Home
last modified time | relevance | path

Searched refs:QQuickStatePrivate (Results 1 – 10 of 10) sorted by relevance

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/util/
H A Dqquickstate.cpp154 : QObject(*(new QQuickStatePrivate), parent) in QQuickState()
271 QQuickStatePrivate::operations_append, in changes()
272 QQuickStatePrivate::operations_count, in changes()
273 QQuickStatePrivate::operations_at, in changes()
274 QQuickStatePrivate::operations_clear, in changes()
294 d->operations.append(QQuickStatePrivate::OperationGuard(op, &d->operations)); in operator <<()
298 void QQuickStatePrivate::complete() in complete()
323 QQuickStatePrivate::generateActionList() const in generateActionList()
542 QQuickStatePrivate *revertPrivate = in apply()
543 static_cast<QQuickStatePrivate*>(revert->d_func()); in apply()
[all …]
H A Dqquickstate_p_p.h200 class QQuickStatePrivate : public QObjectPrivate
205 QQuickStatePrivate() in Q_DECLARE_PUBLIC()
H A Dqquickstategroup_p.h92 friend class QQuickStatePrivate; variable
H A Dqquickstate_p.h150 class QQuickStatePrivate; variable
H A Dqquicktransitionmanager.cpp104 static_cast<QQuickStatePrivate*>(QObjectPrivate::get(d->state))->complete(); in complete()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/util/
H A Dqquickstate.cpp154 : QObject(*(new QQuickStatePrivate), parent) in QQuickState()
271 QQuickStatePrivate::operations_append, in changes()
272 QQuickStatePrivate::operations_count, in changes()
273 QQuickStatePrivate::operations_at, in changes()
274 QQuickStatePrivate::operations_clear, in changes()
294 d->operations.append(QQuickStatePrivate::OperationGuard(op, &d->operations)); in operator <<()
298 void QQuickStatePrivate::complete() in complete()
323 QQuickStatePrivate::generateActionList() const in generateActionList()
542 QQuickStatePrivate *revertPrivate = in apply()
543 static_cast<QQuickStatePrivate*>(revert->d_func()); in apply()
[all …]
H A Dqquickstate_p_p.h200 class QQuickStatePrivate : public QObjectPrivate
205 QQuickStatePrivate() in Q_DECLARE_PUBLIC()
H A Dqquickstategroup_p.h92 friend class QQuickStatePrivate; variable
H A Dqquickstate_p.h150 class QQuickStatePrivate; variable
H A Dqquicktransitionmanager.cpp104 static_cast<QQuickStatePrivate*>(QObjectPrivate::get(d->state))->complete(); in complete()