Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
ScopeJob Class Reference

#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 QJsonObjectreturnValue () const
 
- Public Member Functions inherited from QV4DebugJob
virtual ~QV4DebugJob ()
 

Additional Inherited Members

- Protected Attributes inherited from CollectJob
QV4DataCollectorcollector
 
QJsonObject result
 

Detailed Description

Definition at line 71 of file qv4debugjob.h.

Constructor & Destructor Documentation

◆ ScopeJob()

ScopeJob::ScopeJob ( QV4DataCollector * collector,
int frameNr,
int scopeNr )

Definition at line 143 of file qv4debugjob.cpp.

Member Function Documentation

◆ run()

void ScopeJob::run ( )
overridevirtual

Implements QV4DebugJob.

Definition at line 148 of file qv4debugjob.cpp.

References CollectJob::collector, QV4DataCollector::collectScope(), QV4DataCollector::encodeScopeType(), and QV4DataCollector::getScopeTypes().

+ Here is the call graph for this function:

◆ wasSuccessful()

bool ScopeJob::wasSuccessful ( ) const

Definition at line 165 of file qv4debugjob.cpp.


The documentation for this class was generated from the following files: