Qt 4.8
|
Public Functions | |
bool | event (QEvent *e) |
Reimplemented Function More... | |
QScriptEngineDebuggerBackendPrivate () | |
~QScriptEngineDebuggerBackendPrivate () | |
Public Functions inherited from QScriptDebuggerBackendPrivate | |
void | agentDestroyed (QScriptDebuggerAgent *) |
virtual void | breakpoint (qint64 scriptId, int lineNumber, int columnNumber, int breakpointId) |
The agent calls this function when a breakpoint has been triggered. More... | |
virtual void | debuggerInvocationRequest (qint64 scriptId, int lineNumber, int columnNumber) |
The agent calls this function when the engine has reached a "debugger" statement. More... | |
virtual void | exception (qint64 scriptId, const QScriptValue &exception, bool hasHandler) |
The agent calls this function when an uncaught exception has occurred. More... | |
virtual void | forcedReturn (qint64 scriptId, int lineNumber, int columnNumber, const QScriptValue &value) |
virtual void | interrupted (qint64 scriptId, int lineNumber, int columnNumber) |
The agent calls this function when evaluation has been interrupted. More... | |
virtual void | locationReached (qint64 scriptId, int lineNumber, int columnNumber) |
The agent calls this function when it has run to a particular location. More... | |
void | postEvent (QEvent *e) |
QScriptDebuggerBackendPrivate () | |
virtual void | stepped (qint64 scriptId, int lineNumber, int columnNumber, const QScriptValue &result) |
The agent calls this function when it has completed a step operation. More... | |
virtual | ~QScriptDebuggerBackendPrivate () |
Additional Inherited Members | |
Static Public Functions inherited from QScriptDebuggerBackendPrivate | |
static QScriptValue | fileName (QScriptContext *context, QScriptEngine *engine) |
static QScriptValue | lineNumber (QScriptContext *context, QScriptEngine *engine) |
static QScriptValue | qsassert (QScriptContext *context, QScriptEngine *engine) |
static QScriptValue | trace (QScriptContext *context, QScriptEngine *engine) |
Definition at line 121 of file qscriptenginedebuggerfrontend.cpp.
QScriptEngineDebuggerBackendPrivate::QScriptEngineDebuggerBackendPrivate | ( | ) |
Definition at line 150 of file qscriptenginedebuggerfrontend.cpp.
QScriptEngineDebuggerBackendPrivate::~QScriptEngineDebuggerBackendPrivate | ( | ) |
Definition at line 155 of file qscriptenginedebuggerfrontend.cpp.
|
virtual |
Reimplemented Function
Reimplemented from QScriptDebuggerBackendPrivate.
Definition at line 173 of file qscriptenginedebuggerfrontend.cpp.
QList<QEventLoop*> QScriptEngineDebuggerBackendPrivate::eventLoopPool |
Definition at line 132 of file qscriptenginedebuggerfrontend.cpp.
QList<QEventLoop*> QScriptEngineDebuggerBackendPrivate::eventLoopStack |
Definition at line 133 of file qscriptenginedebuggerfrontend.cpp.
QScriptEngineDebuggerFrontendPrivate* QScriptEngineDebuggerBackendPrivate::frontend |
Definition at line 131 of file qscriptenginedebuggerfrontend.cpp.