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

#include <qv4debugjob.h>

+ Inheritance diagram for ValueLookupJob:
+ Collaboration diagram for ValueLookupJob:

Public Member Functions

 ValueLookupJob (const QJsonArray &handles, QV4DataCollector *collector)
 
void run () override
 
const QStringexceptionMessage () 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 83 of file qv4debugjob.h.

Constructor & Destructor Documentation

◆ ValueLookupJob()

ValueLookupJob::ValueLookupJob ( const QJsonArray handles,
QV4DataCollector collector 
)

Definition at line 168 of file qv4debugjob.cpp.

Member Function Documentation

◆ exceptionMessage()

const QString & ValueLookupJob::exceptionMessage ( ) const

Definition at line 198 of file qv4debugjob.cpp.

◆ run()

void ValueLookupJob::run ( )
overridevirtual

Implements QV4DebugJob.

Definition at line 171 of file qv4debugjob.cpp.

References QString::arg(), CollectJob::collector, QV4::QmlContext::create(), QScopedPointer< T, Cleanup >::data(), QV4DataCollector::engine(), engine, frame, QString::fromLatin1(), QQmlContextData::get(), QV4DataCollector::isValidRef(), QV4DataCollector::lookupRef(), QString::number(), qmlContext(), and QScopedPointer< T, Cleanup >::reset().

+ Here is the call graph for this function:

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