![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qproperty_p.h>
Public Types | |
| enum | NotificationState : bool { Delayed , Sent } |
Static Public Member Functions | |
| static constexpr size_t | getSizeEnsuringAlignment () |
| static QPropertyBindingPrivate * | get (const QUntypedPropertyBinding &binding) |
| static QPropertyBindingPrivate * | currentlyEvaluatingBinding () |
| static void | destroyAndFreeMemory (QPropertyBindingPrivate *priv) |
Public Attributes | |
| size_t | dependencyObserverCount = 0 |
Protected Types | |
| using | DeclarativeErrorCallback = void(*)(QPropertyBindingPrivate *) |
Protected Attributes | |
| QUntypedPropertyData * | propertyDataPtr = nullptr |
| union { | |
| QPropertyBindingSourceLocation location | |
| struct { | |
| std::byte declarativeExtraData [sizeof(QPropertyBindingSourceLocation) - sizeof(DeclarativeErrorCallback)] | |
| DeclarativeErrorCallback errorCallBack | |
| } | |
| }; | |
Friends | |
| struct | QPropertyBindingDataPointer |
| class | QPropertyBindingPrivatePtr |
Definition at line 261 of file qproperty_p.h.
|
protected |
Definition at line 305 of file qproperty_p.h.
| enum QPropertyBindingPrivate::NotificationState : bool |
| Enumerator | |
|---|---|
| Delayed | |
| Sent | |
Definition at line 412 of file qproperty_p.h.
|
inline |
Definition at line 336 of file qproperty_p.h.
| QPropertyBindingPrivate::~QPropertyBindingPrivate | ( | ) |
Definition at line 337 of file qproperty.cpp.
|
inline |
Definition at line 381 of file qproperty_p.h.
| QPropertyObserverPointer QPropertyBindingPrivate::allocateDependencyObserver_slow | ( | ) |
Definition at line 356 of file qproperty.cpp.
|
inline |
Definition at line 402 of file qproperty_p.h.
| void QPropertyBindingPrivate::clearDependencyObservers | ( | ) |
Definition at line 346 of file qproperty.cpp.
|
static |
Definition at line 630 of file qproperty.cpp.
|
inlinestatic |
Definition at line 436 of file qproperty_p.h.
|
inline |
Definition at line 421 of file qproperty_p.h.
| bool QPropertyBindingPrivate::evaluateRecursive | ( | PendingBindingObserverList & | bindingObservers, |
| QBindingStatus * | status = nullptr ) |
Definition at line 372 of file qproperty.cpp.
|
inline |
Definition at line 860 of file qproperty_p.h.
|
inlinestatic |
Definition at line 415 of file qproperty_p.h.
|
inlinestaticconstexpr |
Definition at line 319 of file qproperty_p.h.
|
inline |
Definition at line 431 of file qproperty_p.h.
|
inline |
Definition at line 333 of file qproperty_p.h.
|
inline |
Definition at line 331 of file qproperty_p.h.
| QPropertyBindingPrivate::NotificationState QPropertyBindingPrivate::notifyNonRecursive | ( | ) |
Definition at line 388 of file qproperty.cpp.
| void QPropertyBindingPrivate::notifyNonRecursive | ( | const PendingBindingObserverList & | bindingObservers | ) |
Definition at line 379 of file qproperty.cpp.
|
inline |
Definition at line 366 of file qproperty_p.h.
|
inline |
Definition at line 334 of file qproperty_p.h.
|
inline |
Definition at line 418 of file qproperty_p.h.
|
inline |
Definition at line 348 of file qproperty_p.h.
|
inline |
Definition at line 349 of file qproperty_p.h.
|
inline |
Definition at line 332 of file qproperty_p.h.
|
inline |
Definition at line 391 of file qproperty_p.h.
|
inline |
Definition at line 372 of file qproperty_p.h.
| void QPropertyBindingPrivate::unlinkAndDeref | ( | ) |
Definition at line 364 of file qproperty.cpp.
|
inline |
Definition at line 403 of file qproperty_p.h.
|
friend |
Definition at line 264 of file qproperty_p.h.
|
friend |
Definition at line 265 of file qproperty_p.h.
| union { ... } QPropertyBindingPrivate |
| std::byte QPropertyBindingPrivate::declarativeExtraData[sizeof(QPropertyBindingSourceLocation) - sizeof(DeclarativeErrorCallback)] |
Definition at line 309 of file qproperty_p.h.
| size_t QPropertyBindingPrivate::dependencyObserverCount = 0 |
Definition at line 329 of file qproperty_p.h.
| DeclarativeErrorCallback QPropertyBindingPrivate::errorCallBack |
Definition at line 310 of file qproperty_p.h.
| QPropertyBindingSourceLocation QPropertyBindingPrivate::location |
Definition at line 307 of file qproperty_p.h.
|
protected |
Definition at line 296 of file qproperty_p.h.
| QtPrivate::QPropertyBindingWrapper QPropertyBindingPrivate::staticBindingWrapper |
Definition at line 288 of file qproperty_p.h.
| QtPrivate::QPropertyObserverCallback QPropertyBindingPrivate::staticObserverCallback = nullptr |
Definition at line 287 of file qproperty_p.h.