![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlengine_p.h>
Public Member Functions | |
QQmlJavaScriptExpressionGuard (QQmlJavaScriptExpression *) | |
void | Delete () |
![]() | |
QQmlNotifierEndpoint (Callback callback) | |
~QQmlNotifierEndpoint () | |
bool | isConnected () const |
bool | isConnected (QObject *source, int sourceSignal) const |
bool | isConnected (QQmlNotifier *) const |
void | connect (QObject *source, int sourceSignal, QQmlEngine *engine, bool doNotify=true) |
void | connect (QQmlNotifier *) |
void | disconnect () |
bool | isNotifying () const |
Returns true if a notify is in progress. | |
void | startNotifying (qintptr *originalSenderPtr) |
void | stopNotifying (qintptr *originalSenderPtr) |
void | cancelNotify () |
Cancel any notifies that are in progress. | |
int | signalIndex () const |
qintptr | sender () const |
void | setSender (qintptr sender) |
QObject * | senderAsObject () const |
QQmlNotifier * | senderAsNotifier () const |
Static Public Member Functions | |
static QQmlJavaScriptExpressionGuard * | New (QQmlJavaScriptExpression *e, QQmlEngine *engine) |
Public Attributes | |
QQmlJavaScriptExpression * | expression |
QQmlJavaScriptExpressionGuard * | next |
Additional Inherited Members | |
![]() | |
enum | Callback { None = 0 , QQmlBoundSignal = 1 , QQmlJavaScriptExpressionGuard = 2 , QQmlVMEMetaObjectEndpoint = 3 , QQmlPropertyGuard = 4 } |
Definition at line 70 of file qqmlengine_p.h.
|
inline |
Definition at line 273 of file qqmljavascriptexpression_p.h.
|
inline |
Definition at line 287 of file qqmljavascriptexpression_p.h.
References QRecyclePool< T, Step >::Delete().
Referenced by QQmlPropertyCapture::captureProperty().
|
inlinestatic |
Definition at line 280 of file qqmljavascriptexpression_p.h.
References e, engine, QQmlEnginePrivate::get(), QQmlEnginePrivate::jsExpressionGuardPool, QRecyclePool< T, Step >::New(), and Q_ASSERT.
Referenced by QQmlPropertyCapture::captureProperty().
QQmlJavaScriptExpression* QQmlJavaScriptExpressionGuard::expression |
Definition at line 79 of file qqmlengine_p.h.
QQmlJavaScriptExpressionGuard* QQmlJavaScriptExpressionGuard::next |
Definition at line 80 of file qqmlengine_p.h.