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
QQuickStateAction Class Reference

#include <qquickstate_p.h>

+ Collaboration diagram for QQuickStateAction:

Public Member Functions

 QQuickStateAction ()
 
 QQuickStateAction (QObject *, const QString &, const QVariant &)
 
 QQuickStateAction (QObject *, const QQmlProperty &property, const QString &, const QVariant &)
 
void deleteFromBinding ()
 

Public Attributes

bool restore:1
 
bool actionDone:1
 
bool reverseEvent:1
 
bool deletableToBinding:1
 
QQmlProperty property
 
QVariant fromValue
 
QVariant toValue
 
QQmlAnyBinding fromBinding
 
QQmlAnyBinding toBinding
 
QQuickStateActionEventevent
 
QObjectspecifiedObject
 
QString specifiedProperty
 

Detailed Description

Definition at line 34 of file qquickstate_p.h.

Constructor & Destructor Documentation

◆ QQuickStateAction() [1/3]

QT_BEGIN_NAMESPACE QQuickStateAction::QQuickStateAction ( )

Definition at line 18 of file qquickstate.cpp.

◆ QQuickStateAction() [2/3]

QQuickStateAction::QQuickStateAction ( QObject * target,
const QString & propertyName,
const QVariant & value )

Definition at line 24 of file qquickstate.cpp.

References fromValue, QQmlProperty::isValid(), and property.

+ Here is the call graph for this function:

◆ QQuickStateAction() [3/3]

QQuickStateAction::QQuickStateAction ( QObject * target,
const QQmlProperty & property,
const QString & propertyName,
const QVariant & value )

Definition at line 35 of file qquickstate.cpp.

References fromValue, QQmlProperty::isValid(), and property.

+ Here is the call graph for this function:

Member Function Documentation

◆ deleteFromBinding()

void QQuickStateAction::deleteFromBinding ( )

Definition at line 330 of file qquickstate.cpp.

References fromBinding, QQmlAnyBinding::isAbstractPropertyBinding(), property, and QQmlPropertyPrivate::removeBinding().

Referenced by QQuickState::apply().

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

Member Data Documentation

◆ actionDone

bool QQuickStateAction::actionDone

◆ deletableToBinding

bool QQuickStateAction::deletableToBinding

Definition at line 45 of file qquickstate_p.h.

Referenced by QQuickPropertyChanges::changeExpression().

◆ event

◆ fromBinding

QQmlAnyBinding QQuickStateAction::fromBinding

Definition at line 51 of file qquickstate_p.h.

Referenced by QQuickState::apply(), and deleteFromBinding().

◆ fromValue

◆ property

◆ restore

◆ reverseEvent

bool QQuickStateAction::reverseEvent

Definition at line 44 of file qquickstate_p.h.

Referenced by QQuickParentAnimation::transition().

◆ specifiedObject

◆ specifiedProperty

◆ toBinding

QQmlAnyBinding QQuickStateAction::toBinding

Definition at line 52 of file qquickstate_p.h.

Referenced by QQuickPropertyChanges::changeExpression().

◆ toValue


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