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

#include <qv4debugjob.h>

+ Inheritance diagram for GatherSourcesJob:
+ Collaboration diagram for GatherSourcesJob:

Public Member Functions

 GatherSourcesJob (QV4::ExecutionEngine *engine)
 
void run () override
 
const QStringListresult () const
 
- Public Member Functions inherited from QV4DebugJob
virtual ~QV4DebugJob ()
 
virtual void run ()=0
 

Detailed Description

Definition at line 108 of file qv4debugjob.h.

Constructor & Destructor Documentation

◆ GatherSourcesJob()

GatherSourcesJob::GatherSourcesJob ( QV4::ExecutionEngine engine)

Definition at line 227 of file qv4debugjob.cpp.

Member Function Documentation

◆ result()

const QStringList & GatherSourcesJob::result ( ) const

Definition at line 240 of file qv4debugjob.cpp.

◆ run()

void GatherSourcesJob::run ( )
overridevirtual

Implements QV4DebugJob.

Definition at line 231 of file qv4debugjob.cpp.

References QV4::ExecutionEngine::compilationUnits, and fileName.


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