![]() |
Qt 6.x
The Qt SDK
|
#include <qv4debugjob.h>
Public Member Functions | |
CollectJob (QV4DataCollector *collector) | |
const QJsonObject & | returnValue () const |
![]() | |
virtual | ~QV4DebugJob () |
virtual void | run ()=0 |
Protected Attributes | |
QV4DataCollector * | collector |
QJsonObject | result |
Definition at line 40 of file qv4debugjob.h.
|
inline |
Definition at line 47 of file qv4debugjob.h.
|
inline |
Definition at line 48 of file qv4debugjob.h.
References result.
|
protected |
Definition at line 43 of file qv4debugjob.h.
Referenced by BacktraceJob::run(), FrameJob::run(), ScopeJob::run(), and ValueLookupJob::run().
|
protected |
Definition at line 44 of file qv4debugjob.h.
Referenced by returnValue().