![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4debugjob.h>
Public Member Functions | |
| CollectJob (QV4DataCollector *collector) | |
| const QJsonObject & | returnValue () const |
| Public Member Functions inherited from QV4DebugJob | |
| virtual | ~QV4DebugJob () |
| virtual void | run ()=0 |
Protected Attributes | |
| QV4DataCollector * | collector |
| QJsonObject | result |
Definition at line 41 of file qv4debugjob.h.
|
inline |
Definition at line 48 of file qv4debugjob.h.
References collector.
Referenced by BacktraceJob::BacktraceJob(), FrameJob::FrameJob(), ScopeJob::ScopeJob(), and ValueLookupJob::ValueLookupJob().
|
inline |
Definition at line 49 of file qv4debugjob.h.
|
protected |
Definition at line 44 of file qv4debugjob.h.
Referenced by CollectJob(), BacktraceJob::run(), FrameJob::run(), ScopeJob::run(), and ValueLookupJob::run().
|
protected |
Definition at line 45 of file qv4debugjob.h.