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
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 ()
 

Detailed Description

Definition at line 108 of file qv4debugjob.h.

Constructor & Destructor Documentation

◆ GatherSourcesJob()

GatherSourcesJob::GatherSourcesJob ( QV4::ExecutionEngine * engine)

Definition at line 229 of file qv4debugjob.cpp.

Member Function Documentation

◆ result()

const QStringList & GatherSourcesJob::result ( ) const

Definition at line 243 of file qv4debugjob.cpp.

◆ run()

void GatherSourcesJob::run ( )
overridevirtual

Implements QV4DebugJob.

Definition at line 233 of file qv4debugjob.cpp.

References QString::append(), QV4::ExecutionEngine::compilationUnits(), and fileName.

+ Here is the call graph for this function:

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