![]() |
Qt 6.x
The Qt SDK
|
#include <qv4debugjob.h>
Inheritance diagram for ScopeJob:
Collaboration diagram for ScopeJob:Public Member Functions | |
| ScopeJob (QV4DataCollector *collector, int frameNr, int scopeNr) | |
| void | run () override |
| bool | wasSuccessful () const |
Public Member Functions inherited from CollectJob | |
| CollectJob (QV4DataCollector *collector) | |
| const QJsonObject & | returnValue () const |
Public Member Functions inherited from QV4DebugJob | |
| virtual | ~QV4DebugJob () |
| virtual void | run ()=0 |
Additional Inherited Members | |
Protected Attributes inherited from CollectJob | |
| QV4DataCollector * | collector |
| QJsonObject | result |
Definition at line 71 of file qv4debugjob.h.
| ScopeJob::ScopeJob | ( | QV4DataCollector * | collector, |
| int | frameNr, | ||
| int | scopeNr | ||
| ) |
Definition at line 141 of file qv4debugjob.cpp.
|
overridevirtual |
Implements QV4DebugJob.
Definition at line 146 of file qv4debugjob.cpp.
References CollectJob::collector, QV4DataCollector::collectScope(), QV4DataCollector::encodeScopeType(), and QV4DataCollector::getScopeTypes().
Here is the call graph for this function:| bool ScopeJob::wasSuccessful | ( | ) | const |
Definition at line 163 of file qv4debugjob.cpp.