QtBase  v6.3.1
Public Member Functions | Public Attributes | List of all members
QtPrivate::CompatPropertySafePoint Struct Reference

#include <qproperty_p.h>

Collaboration diagram for QtPrivate::CompatPropertySafePoint:
Collaboration graph
[legend]

Public Member Functions

Q_CORE_EXPORT CompatPropertySafePoint (QBindingStatus *status, QUntypedPropertyData *property)
 
 ~CompatPropertySafePoint ()
 

Public Attributes

QUntypedPropertyDataproperty
 
CompatPropertySafePointpreviousState = nullptr
 
CompatPropertySafePoint ** currentState = nullptr
 
QtPrivate::BindingEvaluationState ** currentlyEvaluatingBindingList = nullptr
 
QtPrivate::BindingEvaluationStatebindingState = nullptr
 

Detailed Description

Definition at line 198 of file qproperty_p.h.

Constructor & Destructor Documentation

◆ CompatPropertySafePoint()

CompatPropertySafePoint::CompatPropertySafePoint ( QBindingStatus status,
QUntypedPropertyData property 
)

Definition at line 514 of file qproperty.cpp.

◆ ~CompatPropertySafePoint()

QtPrivate::CompatPropertySafePoint::~CompatPropertySafePoint ( )
inline

Definition at line 201 of file qproperty_p.h.

Member Data Documentation

◆ bindingState

QtPrivate::BindingEvaluationState* QtPrivate::CompatPropertySafePoint::bindingState = nullptr

Definition at line 210 of file qproperty_p.h.

◆ currentlyEvaluatingBindingList

QtPrivate::BindingEvaluationState** QtPrivate::CompatPropertySafePoint::currentlyEvaluatingBindingList = nullptr

Definition at line 209 of file qproperty_p.h.

◆ currentState

CompatPropertySafePoint** QtPrivate::CompatPropertySafePoint::currentState = nullptr

Definition at line 208 of file qproperty_p.h.

◆ previousState

CompatPropertySafePoint* QtPrivate::CompatPropertySafePoint::previousState = nullptr

Definition at line 207 of file qproperty_p.h.

◆ property

QUntypedPropertyData* QtPrivate::CompatPropertySafePoint::property

Definition at line 206 of file qproperty_p.h.


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