Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
FrameJob Class Reference

#include <qv4debugjob.h>

+ Inheritance diagram for FrameJob:
+ Collaboration diagram for FrameJob:

Public Member Functions

 FrameJob (QV4DataCollector *collector, int frameNr)
 
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 ()
 
virtual void run ()=0
 

Additional Inherited Members

- Protected Attributes inherited from CollectJob
QV4DataCollectorcollector
 
QJsonObject result
 

Detailed Description

Definition at line 60 of file qv4debugjob.h.

Constructor & Destructor Documentation

◆ FrameJob()

FrameJob::FrameJob ( QV4DataCollector collector,
int  frameNr 
)

Definition at line 120 of file qv4debugjob.cpp.

Member Function Documentation

◆ run()

void FrameJob::run ( )
overridevirtual

Implements QV4DebugJob.

Definition at line 125 of file qv4debugjob.cpp.

References QV4DataCollector::buildFrame(), CollectJob::collector, QV4DataCollector::engine(), QList< T >::size(), and QV4::ExecutionEngine::stackTrace().

+ Here is the call graph for this function:

◆ wasSuccessful()

bool FrameJob::wasSuccessful ( ) const

Definition at line 136 of file qv4debugjob.cpp.


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