![]() |
Qt 4.8
|
#include <qscriptdebuggercommandschedulerjob_p.h>
Public Functions | |
| QScriptDebuggerCommandSchedulerInterface * | commandScheduler () 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< QScriptDebuggerJobPrivate > | d_ptr |
Definition at line 65 of file qscriptdebuggercommandschedulerjob_p.h.
| QScriptDebuggerCommandSchedulerJob::QScriptDebuggerCommandSchedulerJob | ( | QScriptDebuggerCommandSchedulerInterface * | commandScheduler | ) |
Definition at line 55 of file qscriptdebuggercommandschedulerjob.cpp.
| QScriptDebuggerCommandSchedulerJob::~QScriptDebuggerCommandSchedulerJob | ( | ) |
Definition at line 63 of file qscriptdebuggercommandschedulerjob.cpp.
|
protected |
Definition at line 67 of file qscriptdebuggercommandschedulerjob.cpp.
| QScriptDebuggerCommandSchedulerInterface * QScriptDebuggerCommandSchedulerJob::commandScheduler | ( | ) | const |
Definition at line 76 of file qscriptdebuggercommandschedulerjob.cpp.
Referenced by QScriptDebuggerCommandSchedulerJob(), and QScriptDebuggerScriptedConsoleCommandJob::scheduleCommand().