Qt 4.8
Public Functions | Protected Functions | List of all members
QScriptDebuggerCommandSchedulerJob Class Reference

#include <qscriptdebuggercommandschedulerjob_p.h>

Inheritance diagram for QScriptDebuggerCommandSchedulerJob:
QScriptDebuggerJob QScriptDebuggerResponseHandlerInterface QScriptCompleteExpressionJob QScriptCompleteScriptsJob QScriptDebuggerConsoleCommandJob QScriptDebuggerShowLineJob QScriptToolTipJob QScriptDebuggerScriptedConsoleCommandJob

Public Functions

QScriptDebuggerCommandSchedulerInterfacecommandScheduler () const
 
 QScriptDebuggerCommandSchedulerJob (QScriptDebuggerCommandSchedulerInterface *commandScheduler)
 
 ~QScriptDebuggerCommandSchedulerJob ()
 
- Public Functions inherited from QScriptDebuggerJob
virtual void evaluateFinished (const QScriptDebuggerValue &result)
 
void finish ()
 
void hibernateUntilEvaluateFinished ()
 
 QScriptDebuggerJob ()
 
virtual void start ()=0
 
virtual ~QScriptDebuggerJob ()
 
- Public Functions inherited from QScriptDebuggerResponseHandlerInterface
virtual void handleResponse (const QScriptDebuggerResponse &response, int commandId)=0
 
virtual ~QScriptDebuggerResponseHandlerInterface ()
 

Protected Functions

 QScriptDebuggerCommandSchedulerJob (QScriptDebuggerCommandSchedulerJobPrivate &dd, QScriptDebuggerCommandSchedulerInterface *commandScheduler)
 
- Protected Functions inherited from QScriptDebuggerJob
 QScriptDebuggerJob (QScriptDebuggerJobPrivate &dd)
 

Additional Inherited Members

- Protected Variables inherited from QScriptDebuggerJob
QScopedPointer< QScriptDebuggerJobPrivated_ptr
 

Detailed Description

Definition at line 65 of file qscriptdebuggercommandschedulerjob_p.h.

Constructors and Destructors

◆ QScriptDebuggerCommandSchedulerJob() [1/2]

QScriptDebuggerCommandSchedulerJob::QScriptDebuggerCommandSchedulerJob ( QScriptDebuggerCommandSchedulerInterface commandScheduler)

◆ ~QScriptDebuggerCommandSchedulerJob()

QScriptDebuggerCommandSchedulerJob::~QScriptDebuggerCommandSchedulerJob ( )

Definition at line 63 of file qscriptdebuggercommandschedulerjob.cpp.

64 {
65 }

◆ QScriptDebuggerCommandSchedulerJob() [2/2]

QScriptDebuggerCommandSchedulerJob::QScriptDebuggerCommandSchedulerJob ( QScriptDebuggerCommandSchedulerJobPrivate dd,
QScriptDebuggerCommandSchedulerInterface commandScheduler 
)
protected

Definition at line 67 of file qscriptdebuggercommandschedulerjob.cpp.

70  : QScriptDebuggerJob(dd)
71 {
73  d->commandScheduler = commandScheduler;
74 }
double d
Definition: qnumeric_p.h:62
#define Q_D(Class)
Definition: qglobal.h:2482
QScriptDebuggerCommandSchedulerInterface * commandScheduler() const

Functions

◆ commandScheduler()

QScriptDebuggerCommandSchedulerInterface * QScriptDebuggerCommandSchedulerJob::commandScheduler ( ) const

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