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

References GatherSourcesJob().

Referenced by GatherSourcesJob().

Here is the call graph for this function:
Here is the caller graph for this function:

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.


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