Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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.

References collector.

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

Here is the caller graph for this function:

Member Function Documentation

◆ returnValue()

const QJsonObject & CollectJob::returnValue ( ) const
inline

Definition at line 48 of file qv4debugjob.h.

Member Data Documentation

◆ collector

QV4DataCollector* CollectJob::collector
protected

◆ result

QJsonObject CollectJob::result
protected

Definition at line 44 of file qv4debugjob.h.


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