Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QtPrivate::BindingEvaluationState Struct Reference

#include <qproperty_p.h>

+ Collaboration diagram for QtPrivate::BindingEvaluationState:

Public Member Functions

 BindingEvaluationState (QPropertyBindingPrivate *binding, QBindingStatus *status)
 
 ~BindingEvaluationState ()
 

Public Attributes

QPropertyBindingPrivatebinding
 
BindingEvaluationStatepreviousState = nullptr
 
BindingEvaluationState ** currentState = nullptr
 
QVarLengthArray< const QPropertyBindingData *, 8 > alreadyCaptureProperties
 

Detailed Description

Definition at line 188 of file qproperty_p.h.

Constructor & Destructor Documentation

◆ BindingEvaluationState()

BindingEvaluationState::BindingEvaluationState ( QPropertyBindingPrivate binding,
QBindingStatus status 
)

Definition at line 538 of file qproperty.cpp.

References binding, QPropertyBindingPrivate::clearDependencyObservers(), currentState, previousState, and Q_ASSERT.

+ Here is the call graph for this function:

◆ ~BindingEvaluationState()

QtPrivate::BindingEvaluationState::~BindingEvaluationState ( )
inline

Definition at line 191 of file qproperty_p.h.

Member Data Documentation

◆ alreadyCaptureProperties

QVarLengthArray<const QPropertyBindingData *, 8> QtPrivate::BindingEvaluationState::alreadyCaptureProperties

Definition at line 199 of file qproperty_p.h.

◆ binding

QPropertyBindingPrivate* QtPrivate::BindingEvaluationState::binding

◆ currentState

BindingEvaluationState** QtPrivate::BindingEvaluationState::currentState = nullptr

Definition at line 198 of file qproperty_p.h.

Referenced by BindingEvaluationState().

◆ previousState

BindingEvaluationState* QtPrivate::BindingEvaluationState::previousState = nullptr

Definition at line 197 of file qproperty_p.h.

Referenced by BindingEvaluationState().


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