![]() |
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 | |
| 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 () |
Additional Inherited Members | |
| Protected Attributes inherited from CollectJob | |
| QV4DataCollector * | collector |
| QJsonObject | result |
Definition at line 72 of file qv4debugjob.h.
| ScopeJob::ScopeJob | ( | QV4DataCollector * | collector, |
| int | frameNr, | ||
| int | scopeNr ) |
Definition at line 144 of file qv4debugjob.cpp.
References CollectJob::CollectJob().
|
overridevirtual |
Implements QV4DebugJob.
Definition at line 149 of file qv4debugjob.cpp.
References CollectJob::collector.
| bool ScopeJob::wasSuccessful | ( | ) | const |
Definition at line 166 of file qv4debugjob.cpp.