Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlexpression_p.h>
Static Public Member Functions | |
static QQmlExpressionPrivate * | get (QQmlExpression *expr) |
static QQmlExpression * | get (QQmlExpressionPrivate *expr) |
Static Public Member Functions inherited from QObjectPrivate | |
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) |
Static Public Member Functions inherited from QQmlJavaScriptExpression | |
static QV4::ReturnedValue | evalFunction (const QQmlRefPointer< QQmlContextData > &ctxt, QObject *scope, const QString &code, const QString &filename, quint16 line) |
Public Attributes | ||
bool | expressionFunctionValid:1 | |
QString | expression | |
QString | url | |
quint16 | line | |
quint16 | column | |
QString | name | |
Public Attributes inherited from QObjectPrivate | ||
ExtraData * | extraData | |
QAtomicPointer< QThreadData > | threadData | |
QAtomicPointer< ConnectionData > | connections | |
union { | ||
QObject * currentChildBeingDeleted | ||
QAbstractDeclarativeData * declarativeData | ||
}; | ||
QAtomicPointer< QtSharedPointer::ExternalRefCountData > | sharedRefcount | |
Public Attributes inherited from QObjectData | ||
QObject * | q_ptr | |
QObject * | parent | |
QObjectList | children | |
uint | isWidget: 1 | |
uint | blockSig: 1 | |
uint | wasDeleted: 1 | |
uint | isDeletingChildren: 1 | |
uint | sendChildEvents: 1 | |
uint | receiveChildEvents: 1 | |
uint | isWindow: 1 | |
uint | deleteLaterCalled: 1 | |
uint | isQuickItem: 1 | |
uint | willBeWidget: 1 | |
uint | wasWidget: 1 | |
uint | receiveParentEvents: 1 | |
uint | unused: 20 | |
QAtomicInt | postedEvents | |
QDynamicMetaObjectData * | metaObject | |
QBindingStorage | bindingStorage | |
Definition at line 28 of file qqmlexpression_p.h.
QT_BEGIN_NAMESPACE QQmlExpressionPrivate::QQmlExpressionPrivate | ( | ) |
Definition at line 17 of file qqmlexpression.cpp.
|
override |
Definition at line 24 of file qqmlexpression.cpp.
void QQmlExpressionPrivate::_q_notify | ( | ) |
|
overridevirtual |
Implements QQmlJavaScriptExpression.
Definition at line 408 of file qqmlexpression.cpp.
|
overridevirtual |
Reimplemented from QQmlJavaScriptExpression.
Definition at line 414 of file qqmlexpression.cpp.
|
inlinestatic |
Definition at line 63 of file qqmlexpression_p.h.
|
inlinestatic |
Definition at line 68 of file qqmlexpression_p.h.
void QQmlExpressionPrivate::init | ( | const QQmlRefPointer< QQmlContextData > & | ctxt, |
const QString & | expr, | ||
QObject * | me ) |
Definition at line 28 of file qqmlexpression.cpp.
References expressionFunctionValid.
void QQmlExpressionPrivate::init | ( | const QQmlRefPointer< QQmlContextData > & | ctxt, |
QV4::Function * | runtimeFunction, | ||
QObject * | me ) |
Definition at line 38 of file qqmlexpression.cpp.
References expressionFunctionValid.
|
inlinefinalvirtual |
Reimplemented from QQmlJavaScriptExpression.
Definition at line 42 of file qqmlexpression_p.h.
QV4::ReturnedValue QQmlExpressionPrivate::v4value | ( | bool * | isUndefined = nullptr | ) |
Definition at line 220 of file qqmlexpression.cpp.
References expressionFunctionValid.
Definition at line 235 of file qqmlexpression.cpp.
References QQmlIncubator::QQmlEnginePrivate.
quint16 QQmlExpressionPrivate::column |
Definition at line 59 of file qqmlexpression_p.h.
Referenced by testing.tools.encode_pdf_filter._Ascii85DecodePdfStream::close().
QString QQmlExpressionPrivate::expression |
Definition at line 55 of file qqmlexpression_p.h.
bool QQmlExpressionPrivate::expressionFunctionValid |
Definition at line 49 of file qqmlexpression_p.h.
quint16 QQmlExpressionPrivate::line |
Definition at line 58 of file qqmlexpression_p.h.
QString QQmlExpressionPrivate::name |
Definition at line 60 of file qqmlexpression_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
QString QQmlExpressionPrivate::url |
Definition at line 57 of file qqmlexpression_p.h.