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
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: