Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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

◆ 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: