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
QV4DebugJob Class Referenceabstract

#include <qv4debugjob.h>

+ Inheritance diagram for QV4DebugJob:
+ Collaboration diagram for QV4DebugJob:

Public Member Functions

virtual ~QV4DebugJob ()
 
virtual void run ()=0
 

Detailed Description

Definition at line 16 of file qv4debugjob.h.

Constructor & Destructor Documentation

◆ ~QV4DebugJob()

QT_BEGIN_NAMESPACE QV4DebugJob::~QV4DebugJob ( )
virtual

Definition at line 20 of file qv4debugjob.cpp.

Member Function Documentation

◆ run()

virtual void QV4DebugJob::run ( )
pure virtual

Implemented in JavaScriptJob, BacktraceJob, FrameJob, ScopeJob, ValueLookupJob, and GatherSourcesJob.

Referenced by QV4Debugger::maybeBreakAtInstruction().

+ Here is the caller graph for this function:

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