![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 199 of file qproperty_p.h.
BindingEvaluationState::BindingEvaluationState | ( | QPropertyBindingPrivate * | binding, |
QBindingStatus * | status ) |
Definition at line 539 of file qproperty.cpp.
References BindingEvaluationState(), currentState, and previousState.
Referenced by BindingEvaluationState().
|
inline |
Definition at line 202 of file qproperty_p.h.
References currentState, and previousState.
QVarLengthArray<const QPropertyBindingData *, 8> QtPrivate::BindingEvaluationState::alreadyCaptureProperties |
Definition at line 210 of file qproperty_p.h.
QPropertyBindingPrivate* QtPrivate::BindingEvaluationState::binding |
Definition at line 207 of file qproperty_p.h.
BindingEvaluationState** QtPrivate::BindingEvaluationState::currentState = nullptr |
Definition at line 209 of file qproperty_p.h.
Referenced by BindingEvaluationState(), and ~BindingEvaluationState().
BindingEvaluationState* QtPrivate::BindingEvaluationState::previousState = nullptr |
Definition at line 208 of file qproperty_p.h.
Referenced by BindingEvaluationState(), and ~BindingEvaluationState().