![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljavascriptexpression_p.h>
Collaboration diagram for QQmlDelayedError:Public Member Functions | |
| QQmlDelayedError () | |
| ~QQmlDelayedError () | |
| bool | addError (QQmlEnginePrivate *) |
| Q_REQUIRED_RESULT QQmlError | removeError () |
| bool | isValid () const |
| const QQmlError & | error () const |
| void | clearError () |
| void | setErrorLocation (const QQmlSourceLocation &sourceLocation) |
| void | setErrorDescription (const QString &description) |
| void | setErrorObject (QObject *object) |
| void | catchJavaScriptException (QV4::ExecutionEngine *engine) |
Definition at line 28 of file qqmljavascriptexpression_p.h.
|
inline |
Definition at line 31 of file qqmljavascriptexpression_p.h.
|
inline |
Definition at line 32 of file qqmljavascriptexpression_p.h.
References removeError(), and void.
Here is the call graph for this function:| QT_BEGIN_NAMESPACE bool QQmlDelayedError::addError | ( | QQmlEnginePrivate * | e | ) |
Definition at line 25 of file qqmljavascriptexpression.cpp.
References e.
| void QQmlDelayedError::catchJavaScriptException | ( | QV4::ExecutionEngine * | engine | ) |
Definition at line 58 of file qqmljavascriptexpression.cpp.
References engine.
Referenced by QQmlJavaScriptExpressionCapture::catchException().
Here is the caller graph for this function:
|
inline |
Definition at line 48 of file qqmljavascriptexpression_p.h.
Referenced by QQmlJavaScriptExpressionCapture::catchException().
Here is the caller graph for this function:
|
inline |
Definition at line 47 of file qqmljavascriptexpression_p.h.
Referenced by QQmlJavaScriptExpression::error().
Here is the caller graph for this function:
|
inline |
Definition at line 46 of file qqmljavascriptexpression_p.h.
References QQmlError::isValid().
Referenced by QQmlJavaScriptExpression::hasError().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 36 of file qqmljavascriptexpression_p.h.
Referenced by ~QQmlDelayedError(), QQmlIncubator::clear(), QQmlComponentPrivate::complete(), and QQmlIncubatorPrivate::incubate().
Here is the caller graph for this function:Definition at line 48 of file qqmljavascriptexpression.cpp.
References QQmlError::setDescription().
Referenced by QQmlBinding::slowWrite(), and QQmlBinding::slowWrite().
Here is the call graph for this function:
Here is the caller graph for this function:| void QQmlDelayedError::setErrorLocation | ( | const QQmlSourceLocation & | sourceLocation | ) |
Definition at line 41 of file qqmljavascriptexpression.cpp.
References QQmlSourceLocation::column, QQmlSourceLocation::line, qmlConvertSourceCoordinate< quint16, int >(), QQmlError::setColumn(), QQmlError::setLine(), QQmlError::setUrl(), and QQmlSourceLocation::sourceFile.
Referenced by QQmlBinding::doUpdate().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 53 of file qqmljavascriptexpression.cpp.
References QQmlError::setObject().
Referenced by QQmlBinding::doUpdate().
Here is the call graph for this function:
Here is the caller graph for this function: