![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qbindingstorage.h>
Public Attributes | |
QtPrivate::BindingEvaluationState * | currentlyEvaluatingBinding = nullptr |
QtPrivate::CompatPropertySafePoint * | currentCompatProperty = nullptr |
Qt::HANDLE | threadId = nullptr |
QPropertyDelayedNotifications * | groupUpdateData = nullptr |
Definition at line 24 of file qbindingstorage.h.
QtPrivate::CompatPropertySafePoint* QBindingStatus::currentCompatProperty = nullptr |
Definition at line 27 of file qbindingstorage.h.
QtPrivate::BindingEvaluationState* QBindingStatus::currentlyEvaluatingBinding = nullptr |
Definition at line 26 of file qbindingstorage.h.
QPropertyDelayedNotifications* QBindingStatus::groupUpdateData = nullptr |
Definition at line 29 of file qbindingstorage.h.
Qt::HANDLE QBindingStatus::threadId = nullptr |
Definition at line 28 of file qbindingstorage.h.