Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QBindingStatus Struct Reference

#include <qbindingstorage.h>

+ Collaboration diagram for QBindingStatus:

Public Attributes

QtPrivate::BindingEvaluationStatecurrentlyEvaluatingBinding = nullptr
 
QtPrivate::CompatPropertySafePointcurrentCompatProperty = nullptr
 
Qt::HANDLE threadId = nullptr
 
QPropertyDelayedNotificationsgroupUpdateData = nullptr
 

Detailed Description

Definition at line 24 of file qbindingstorage.h.

Member Data Documentation

◆ currentCompatProperty

QtPrivate::CompatPropertySafePoint* QBindingStatus::currentCompatProperty = nullptr

Definition at line 27 of file qbindingstorage.h.

◆ currentlyEvaluatingBinding

QtPrivate::BindingEvaluationState* QBindingStatus::currentlyEvaluatingBinding = nullptr

Definition at line 26 of file qbindingstorage.h.

◆ groupUpdateData

QPropertyDelayedNotifications* QBindingStatus::groupUpdateData = nullptr

Definition at line 29 of file qbindingstorage.h.

◆ threadId

Qt::HANDLE QBindingStatus::threadId = nullptr

Definition at line 28 of file qbindingstorage.h.


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