![]() |
Qt 6.x
The Qt SDK
|
#include <qproperty_p.h>
Public Member Functions | |
BindingEvaluationState (QPropertyBindingPrivate *binding, QBindingStatus *status) | |
~BindingEvaluationState () | |
Public Attributes | |
QPropertyBindingPrivate * | binding |
BindingEvaluationState * | previousState = nullptr |
BindingEvaluationState ** | currentState = nullptr |
QVarLengthArray< const QPropertyBindingData *, 8 > | alreadyCaptureProperties |
Definition at line 188 of file qproperty_p.h.
BindingEvaluationState::BindingEvaluationState | ( | QPropertyBindingPrivate * | binding, |
QBindingStatus * | status | ||
) |
Definition at line 538 of file qproperty.cpp.
References binding, QPropertyBindingPrivate::clearDependencyObservers(), currentState, previousState, and Q_ASSERT.
|
inline |
Definition at line 191 of file qproperty_p.h.
QVarLengthArray<const QPropertyBindingData *, 8> QtPrivate::BindingEvaluationState::alreadyCaptureProperties |
Definition at line 199 of file qproperty_p.h.
QPropertyBindingPrivate* QtPrivate::BindingEvaluationState::binding |
Definition at line 196 of file qproperty_p.h.
Referenced by BindingEvaluationState(), and QPropertyBindingPrivate::currentlyEvaluatingBinding().
BindingEvaluationState** QtPrivate::BindingEvaluationState::currentState = nullptr |
Definition at line 198 of file qproperty_p.h.
Referenced by BindingEvaluationState().
BindingEvaluationState* QtPrivate::BindingEvaluationState::previousState = nullptr |
Definition at line 197 of file qproperty_p.h.
Referenced by BindingEvaluationState().