(1df5b5d53aaa02b7de26f221b4a0ab8bf5360992)
#include "qproperty.h"
#include "qproperty_p.h"
#include <qscopedvaluerollback.h>
#include <QScopeGuard>
#include <QtCore/qalloc.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/private/qthread_p.h>
#include <QtCore/qmetaobject.h>
#include <QtCore/qmutex.h>
#include "qobject_p.h"
Go to the source code of this file.
|
QT_BEGIN_NAMESPACE | Q_STATIC_LOGGING_CATEGORY (lcQPropertyBinding, "qt.qproperty.binding") |
static Q_NEVER_INLINE void | initBindingStatus () |
static QBindingStatus & | bindingStatus () |
void Q_CORE_EXPORT | QtPrivate::initBindingStatusThreadId () |
Q_CORE_EXPORT BindingEvaluationState * | QtPrivate::suspendCurrentBindingStatus () |
Q_CORE_EXPORT void | QtPrivate::restoreBindingStatus (BindingEvaluationState *status) |
Q_CORE_EXPORT bool | QtPrivate::isAnyBindingEvaluating () |
Q_CORE_EXPORT bool | QtPrivate::isPropertyInBindingWrapper (const QUntypedPropertyData *property) |
void | QtPrivate::BindableWarnings::printUnsuitableBindableWarning (QAnyStringView prefix, BindableWarnings::Reason reason) |
void | QtPrivate::BindableWarnings::printMetaTypeMismatch (QMetaType actual, QMetaType expected) |
QBindingStatus * | QtPrivate::getBindingStatus (QtPrivate::QBindingStatusAccessToken) |
void | QtPrivate::setBindingStatus (QBindingStatus *status, 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) |
◆ bindingStatus()
◆ initBindingStatus()
◆ Q_STATIC_LOGGING_CATEGORY()
QT_BEGIN_NAMESPACE Q_STATIC_LOGGING_CATEGORY |
( |
lcQPropertyBinding | , |
|
|
"qt.qproperty.binding" | ) |
◆ tl_status