![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QQuickStateGroupPrivate:
Collaboration diagram for QQuickStateGroupPrivate:Public Attributes | ||
| QString | currentState | |
| QQuickState * | nullState | |
| QList< QQuickState * > | states | |
| QList< QQuickTransition * > | transitions | |
| bool | componentComplete | |
| bool | ignoreTrans | |
| bool | applyingState | |
| int | unnamedCount | |
Public Attributes inherited from QObjectPrivate | ||
| ExtraData * | extraData | |
| QAtomicPointer< QThreadData > | threadData | |
| QAtomicPointer< ConnectionData > | connections | |
| union { | ||
| QObject * currentChildBeingDeleted | ||
| QAbstractDeclarativeData * declarativeData | ||
| }; | ||
| QAtomicPointer< QtSharedPointer::ExternalRefCountData > | sharedRefcount | |
Public Attributes inherited from QObjectData | ||
| QObject * | q_ptr | |
| QObject * | parent | |
| 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 | unused: 21 | |
| QAtomicInt | postedEvents | |
| QDynamicMetaObjectData * | metaObject | |
| QBindingStorage | bindingStorage | |
Additional Inherited Members | |
Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
| using | ConnectionDataPointer = QExplicitlySharedDataPointer< ConnectionData > |
Definition at line 24 of file qquickstategroup.cpp.
|
inline |
Definition at line 28 of file qquickstategroup.cpp.
|
static |
Definition at line 145 of file qquickstategroup.cpp.
References list, state, and QQuickStateGroup::states.
Referenced by QQuickStateGroup::statesProperty().
Here is the caller graph for this function:
|
static |
Definition at line 229 of file qquickstategroup.cpp.
References list, and QQuickStateGroup::transitions.
Referenced by QQuickStateGroup::transitionsProperty().
Here is the caller graph for this function:
|
static |
Definition at line 159 of file qquickstategroup.cpp.
References list, and QQuickStateGroup::states.
Referenced by QQuickStateGroup::statesProperty().
Here is the caller graph for this function:
|
static |
Definition at line 242 of file qquickstategroup.cpp.
References list, and QQuickStateGroup::transitions.
Referenced by QQuickStateGroup::transitionsProperty().
Here is the caller graph for this function:
|
static |
Definition at line 165 of file qquickstategroup.cpp.
References i, list, and QQuickStateGroup::states.
Referenced by QQuickStateGroup::statesProperty().
Here is the caller graph for this function:
|
static |
Definition at line 248 of file qquickstategroup.cpp.
References list, and QQuickStateGroup::transitions.
Referenced by QQuickStateGroup::transitionsProperty().
Here is the caller graph for this function:
|
static |
Definition at line 153 of file qquickstategroup.cpp.
References list, and QQuickStateGroup::states.
Referenced by QQuickStateGroup::statesProperty().
Here is the caller graph for this function:
|
static |
Definition at line 236 of file qquickstategroup.cpp.
References list, and QQuickStateGroup::transitions.
Referenced by QQuickStateGroup::transitionsProperty().
Here is the caller graph for this function:| QQuickTransition * QQuickStateGroupPrivate::findTransition | ( | const QString & | from, |
| const QString & | to | ||
| ) |
Definition at line 388 of file qquickstategroup.cpp.
References QList< T >::at(), done, QStringLiteral, qSwap(), QQuickTransition::setReversed(), QList< T >::size(), QString::split(), and transitions.
Referenced by setCurrentStateInternal().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 191 of file qquickstategroup.cpp.
Referenced by QQuickStateGroup::statesProperty().
Here is the caller graph for this function:
|
static |
Definition at line 176 of file qquickstategroup.cpp.
References d, list, and state.
Referenced by QQuickStateGroup::statesProperty().
Here is the caller graph for this function:| void QQuickStateGroupPrivate::setCurrentStateInternal | ( | const QString & | state, |
| bool | ignoreTrans = false |
||
| ) |
Definition at line 454 of file qquickstategroup.cpp.
References applyingState, componentComplete, currentState, emit, findTransition(), QQuickTransition::fromState(), ignoreTrans, QString::isEmpty(), newState(), nullptr, nullState, qCDebug, qmlWarning(), QQml_setParent_noEvent(), QQuickState::setStateGroup(), state, and QQuickTransition::toState().
Here is the call graph for this function:| bool QQuickStateGroupPrivate::updateAutoState | ( | ) |
Definition at line 336 of file qquickstategroup.cpp.
References componentComplete, currentState, QQmlBinding::evaluate(), QQmlJavaScriptExpression::hasValidContext(), QString::isEmpty(), QQmlAbstractBinding::kind(), QQmlAnyBinding::ofProperty(), Q_ASSERT, qCDebug, QQmlAbstractBinding::QmlBinding, and state.
Here is the call graph for this function:| bool QQuickStateGroupPrivate::applyingState |
Definition at line 52 of file qquickstategroup.cpp.
Referenced by setCurrentStateInternal().
| bool QQuickStateGroupPrivate::componentComplete |
Definition at line 50 of file qquickstategroup.cpp.
Referenced by setCurrentStateInternal(), and updateAutoState().
| QString QQuickStateGroupPrivate::currentState |
Definition at line 32 of file qquickstategroup.cpp.
Referenced by setCurrentStateInternal(), and updateAutoState().
| bool QQuickStateGroupPrivate::ignoreTrans |
Definition at line 51 of file qquickstategroup.cpp.
Referenced by setCurrentStateInternal().
| QQuickState* QQuickStateGroupPrivate::nullState |
Definition at line 33 of file qquickstategroup.cpp.
Referenced by setCurrentStateInternal().
| QList<QQuickState *> QQuickStateGroupPrivate::states |
Definition at line 47 of file qquickstategroup.cpp.
| QList<QQuickTransition *> QQuickStateGroupPrivate::transitions |
Definition at line 48 of file qquickstategroup.cpp.
Referenced by findTransition().
| int QQuickStateGroupPrivate::unnamedCount |
Definition at line 53 of file qquickstategroup.cpp.