Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CollectJob Class Reference

#include <qv4debugjob.h>

+ Inheritance diagram for CollectJob:
+ Collaboration diagram for CollectJob:

Public Member Functions

 CollectJob (QV4DataCollector *collector)
 
const QJsonObjectreturnValue () const
 
- Public Member Functions inherited from QV4DebugJob
virtual ~QV4DebugJob ()
 
virtual void run ()=0
 

Protected Attributes

QV4DataCollectorcollector
 
QJsonObject result
 

Detailed Description

Definition at line 40 of file qv4debugjob.h.

Constructor & Destructor Documentation

◆ CollectJob()

CollectJob::CollectJob ( QV4DataCollector collector)
inline

Definition at line 47 of file qv4debugjob.h.

Member Function Documentation

◆ returnValue()

const QJsonObject & CollectJob::returnValue ( ) const
inline

Definition at line 48 of file qv4debugjob.h.

References result.

Member Data Documentation

◆ collector

QV4DataCollector* CollectJob::collector
protected

Definition at line 43 of file qv4debugjob.h.

Referenced by BacktraceJob::run(), FrameJob::run(), ScopeJob::run(), and ValueLookupJob::run().

◆ result

QJsonObject CollectJob::result
protected

Definition at line 44 of file qv4debugjob.h.

Referenced by returnValue().


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