![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <private/qglobal_p.h>
#include <qproperty.h>
#include <qmetaobject.h>
#include <qscopedvaluerollback.h>
#include <qvariant.h>
#include <vector>
#include <QtCore/QVarLengthArray>
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | QtPrivate |
Macros | |
#define | QT_OBJECT_COMPAT_PROPERTY_4(Class, Type, name, setter) |
#define | QT_OBJECT_COMPAT_PROPERTY_5(Class, Type, name, setter, signal) |
#define | Q_OBJECT_COMPAT_PROPERTY(...) |
#define | QT_OBJECT_COMPAT_PROPERTY_WITH_ARGS_5(Class, Type, name, setter, value) |
#define | QT_OBJECT_COMPAT_PROPERTY_WITH_ARGS_6(Class, Type, name, setter, signal, value) |
#define | QT_OBJECT_COMPAT_PROPERTY_WITH_ARGS_7(Class, Type, name, setter, signal, getter, value) |
#define | Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS(...) |
Typedefs | |
using | PendingBindingObserverList = QVarLengthArray<QPropertyBindingPrivatePtr> |
Functions | |
Q_CORE_EXPORT bool | QtPrivate::isAnyBindingEvaluating () |
Q_CORE_EXPORT bool | QtPrivate::isPropertyInBindingWrapper (const QUntypedPropertyData *property) |
void Q_CORE_EXPORT | QtPrivate::initBindingStatusThreadId () |
Q_CORE_EXPORT BindingEvaluationState * | QtPrivate::suspendCurrentBindingStatus () |
Q_CORE_EXPORT void | QtPrivate::restoreBindingStatus (BindingEvaluationState *status) |
#define Q_OBJECT_COMPAT_PROPERTY | ( | ... | ) |
Definition at line 773 of file qproperty_p.h.
#define Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS | ( | ... | ) |
Definition at line 808 of file qproperty_p.h.
Definition at line 757 of file qproperty_p.h.
Definition at line 765 of file qproperty_p.h.
Definition at line 778 of file qproperty_p.h.
Definition at line 788 of file qproperty_p.h.
Definition at line 798 of file qproperty_p.h.
Definition at line 62 of file qproperty_p.h.