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
qproperty.cpp File Reference

(476e503cfbc42b8ea9e94a1f536d443fc8ce69c0)

#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"
+ Include dependency graph for qproperty.cpp:

Go to the source code of this file.

Classes

struct  QPropertyDelayedNotifications
 
struct  QBindingStorageData
 
struct  QBindingStoragePrivate
 
struct  QBindingStoragePrivate::Pair
 

Namespaces

namespace  QtPrivate
 \macro QT_NO_KEYWORDS >
 
namespace  QtPrivate::BindableWarnings
 
namespace  QtPrivate::PropertyAdaptorSlotObjectHelpers
 

Functions

QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY (lcQPropertyBinding, "qt.qproperty.binding")
 
void QtPrivate::initBindingStatusThreadId ()
 
BindingEvaluationStateQtPrivate::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 QBindingStatusQtPrivate::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)
 

Variables

static Q_CONSTINIT thread_local QBindingStatus bindingStatus
 

Function Documentation

◆ Q_LOGGING_CATEGORY()

QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY ( lcQPropertyBinding ,
"qt.qproperty.binding"  )

Variable Documentation

◆ bindingStatus