#include "qproperty.h"
#include "qproperty_p.h"
#include <qscopedvaluerollback.h>
#include <QScopeGuard>
#include <QtCore/qloggingcategory.h>
#include <QThread>
#include <QtCore/qmetaobject.h>
#include "qobject_p.h"
Go to the source code of this file.
|
QT_BEGIN_NAMESPACE | Q_LOGGING_CATEGORY (lcQPropertyBinding, "qt.qproperty.binding") |
|
void | QtPrivate::initBindingStatusThreadId () |
|
BindingEvaluationState * | QtPrivate::suspendCurrentBindingStatus () |
|
void | QtPrivate::restoreBindingStatus (BindingEvaluationState *status) |
|
bool | QtPrivate::isAnyBindingEvaluating () |
|
bool | QtPrivate::isPropertyInBindingWrapper (const QUntypedPropertyData *property) |
|
void | QtPrivate::BindableWarnings::printUnsuitableBindableWarning (QAnyStringView prefix, BindableWarnings::Reason reason) |
|
void | QtPrivate::BindableWarnings::printMetaTypeMismatch (QMetaType actual, QMetaType expected) |
|
Q_AUTOTEST_EXPORT QBindingStatus * | QtPrivate::getBindingStatus (QBindingStatusAccessToken) |
|
void | QtPrivate::PropertyAdaptorSlotObjectHelpers::getter (const QUntypedPropertyData *d, void *value) |
|
void | QtPrivate::PropertyAdaptorSlotObjectHelpers::setter (QUntypedPropertyData *d, const void *value) |
|
QUntypedPropertyBinding | QtPrivate::PropertyAdaptorSlotObjectHelpers::getBinding (const QUntypedPropertyData *d) |
|
bool | QtPrivate::PropertyAdaptorSlotObjectHelpers::bindingWrapper (QMetaType type, QUntypedPropertyData *d, QtPrivate::QPropertyBindingFunction binding, QUntypedPropertyData *temp, void *value) |
|
QUntypedPropertyBinding | QtPrivate::PropertyAdaptorSlotObjectHelpers::setBinding (QUntypedPropertyData *d, const QUntypedPropertyBinding &binding, QPropertyBindingWrapper wrapper) |
|
void | QtPrivate::PropertyAdaptorSlotObjectHelpers::setObserver (const QUntypedPropertyData *d, QPropertyObserver *observer) |
|
◆ Q_LOGGING_CATEGORY()
◆ bindingStatus
Definition at line 168 of file qproperty.cpp.
Referenced by QtPrivate::CompatPropertySafePoint::CompatPropertySafePoint(), QtQuickPrivate::beginDeferred(), QProperty< T >::beginPropertyUpdateGroup(), QtQuickPrivate::completeDeferred(), QPropertyBindingPrivate::currentlyEvaluatingBinding(), QProperty< T >::endPropertyUpdateGroup(), QPropertyBindingPrivate::evaluateRecursive(), QtPrivate::getBindingStatus(), QtPrivate::initBindingStatusThreadId(), QtPrivate::isAnyBindingEvaluating(), QtPrivate::isPropertyInBindingWrapper(), QBindingStorage::isValid(), QObject::moveToThread(), QBindingStorage::registerDependency(), QtPrivate::QPropertyBindingData::registerWithCurrentlyEvaluatingBinding(), QtPrivate::restoreBindingStatus(), and QtPrivate::suspendCurrentBindingStatus().