![]() |
Qt 6.x
The Qt SDK
|
Classes | |
class | ExpressionChange |
Additional Inherited Members | |
![]() | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
using | ConnectionDataPointer = QExplicitlySharedDataPointer< ConnectionData > |
![]() | |
static bool | removeConnection (Connection *c) |
static QObjectPrivate * | get (QObject *o) |
static const QObjectPrivate * | get (const QObject *o) |
template<typename Func1 , typename Func2 > | |
static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) |
template<typename Func1 , typename Func2 > | |
static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) |
static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static bool | disconnect (const QObject *sender, int signal_index, void **slot) |
static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) |
Definition at line 171 of file qquickpropertychanges.cpp.
|
inline |
Definition at line 175 of file qquickpropertychanges.cpp.
void QQuickPropertyChangesPrivate::decode | ( | ) |
Definition at line 236 of file qquickpropertychanges.cpp.
References bindings, QList< T >::clear(), compilationUnit, decodeBinding(), and decoded.
void QQuickPropertyChangesPrivate::decodeBinding | ( | const QString & | propertyPrefix, |
const QQmlRefPointer< QV4::ExecutableCompilationUnit > & | qmlUnit, | ||
const QV4::CompiledData::Binding * | binding | ||
) |
Definition at line 249 of file qquickpropertychanges.cpp.
References QQmlRefPointer< T >::adopt(), QV4::CompiledData::Object::bindingTable(), QV4::CompiledData::CompilationUnit::bindingValueAsNumber(), QV4::ExecutableCompilationUnit::bindingValueAsString(), QQmlData::columnNumber, compilationUnit, QV4::CompiledData::Binding::compiledScriptIndex, decodeBinding(), QQuickReplaceSignalHandler::expression, expressions, QVariant::fromValue(), QQmlPropertyPrivate::get(), QQmlData::get(), QQmlContextData::get(), i, QQmlBinding::Invalid, QUrl::isEmpty(), QV4::CompiledData::Binding::isSignalHandler(), QQmlProperty::isSignalProperty(), QmlIR::IRBuilder::isSignalPropertyName(), QV4::CompiledData::Binding::isTranslationBinding(), line, QQmlData::lineNumber, QV4::CompiledData::Object::nBindings, QQmlProperty::object, QV4::ExecutableCompilationUnit::objectAt(), QV4::CompiledData::Binding::objectIndex, QQmlData::outerContext, properties, property, QQuickReplaceSignalHandler::property, QV4::CompiledData::Binding::propertyNameIndex, qMakePair(), qmlContext(), QV4::ExecutableCompilationUnit::runtimeFunctions, QQmlPropertyPrivate::signalIndex(), signalReplacements, QV4::CompiledData::CompilationUnit::stringAt(), QV4::CompiledData::Binding::type(), QV4::CompiledData::Binding::Type_AttachedProperty, QV4::CompiledData::Binding::Type_Boolean, QV4::CompiledData::Binding::Type_GroupProperty, QV4::CompiledData::Binding::Type_Null, QV4::CompiledData::Binding::Type_Number, QV4::CompiledData::Binding::Type_Script, QV4::CompiledData::Binding::Type_String, QV4::CompiledData::Binding::Type_Translation, QV4::CompiledData::Binding::Type_TranslationById, url, QQmlContextData::url(), QV4::CompiledData::Binding::value, QV4::CompiledData::Binding::valueAsBoolean(), and var.
Referenced by decode(), and decodeBinding().
QQmlProperty QQuickPropertyChangesPrivate::property | ( | const QString & | property | ) |
Definition at line 405 of file qquickpropertychanges.cpp.
References QQmlPropertyPrivate::AllowId, QQmlPropertyPrivate::AllowSignal, QQmlPropertyPrivate::create(), QQmlData::get(), QQmlProperty::isValid(), QQmlProperty::isWritable(), QQmlData::outerContext, property, qmlWarning(), QQmlProperty::SignalProperty, and QQmlProperty::type().
QList<const QV4::CompiledData::Binding *> QQuickPropertyChangesPrivate::bindings |
Definition at line 179 of file qquickpropertychanges.cpp.
Referenced by QQuickPropertyChangesParser::applyBindings(), and decode().
QQmlRefPointer<QV4::ExecutableCompilationUnit> QQuickPropertyChangesPrivate::compilationUnit |
Definition at line 180 of file qquickpropertychanges.cpp.
Referenced by decode(), and decodeBinding().
bool QQuickPropertyChangesPrivate::decoded |
Definition at line 182 of file qquickpropertychanges.cpp.
Referenced by decode().
QList<ExpressionChange> QQuickPropertyChangesPrivate::expressions |
Definition at line 209 of file qquickpropertychanges.cpp.
Referenced by decodeBinding().
bool QQuickPropertyChangesPrivate::isExplicit |
Definition at line 184 of file qquickpropertychanges.cpp.
Definition at line 178 of file qquickpropertychanges.cpp.
Definition at line 208 of file qquickpropertychanges.cpp.
Referenced by decodeBinding().
bool QQuickPropertyChangesPrivate::restore |
Definition at line 183 of file qquickpropertychanges.cpp.
QList<QQuickReplaceSignalHandler*> QQuickPropertyChangesPrivate::signalReplacements |
Definition at line 210 of file qquickpropertychanges.cpp.
Referenced by decodeBinding().