![]() |
Qt 4.8
|
#include <qscriptdebuggerconsolecommandjob_p.h>
Public Functions | |
| QScriptDebuggerConsoleCommandJob (QScriptDebuggerConsole *console, QScriptMessageHandlerInterface *messageHandler, QScriptDebuggerCommandSchedulerInterface *scheduler) | |
| ~QScriptDebuggerConsoleCommandJob () | |
Public Functions inherited from QScriptDebuggerCommandSchedulerJob | |
| 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 | |
| QScriptDebuggerConsoleCommandJob (QScriptDebuggerConsoleCommandJobPrivate &dd, QScriptDebuggerConsole *console, QScriptMessageHandlerInterface *messageHandler, QScriptDebuggerCommandSchedulerInterface *scheduler) | |
Protected Functions inherited from QScriptDebuggerCommandSchedulerJob | |
| 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 64 of file qscriptdebuggerconsolecommandjob_p.h.
| QScriptDebuggerConsoleCommandJob::QScriptDebuggerConsoleCommandJob | ( | QScriptDebuggerConsole * | console, |
| QScriptMessageHandlerInterface * | messageHandler, | ||
| QScriptDebuggerCommandSchedulerInterface * | scheduler | ||
| ) |
Definition at line 57 of file qscriptdebuggerconsolecommandjob.cpp.
| QScriptDebuggerConsoleCommandJob::~QScriptDebuggerConsoleCommandJob | ( | ) |
Definition at line 69 of file qscriptdebuggerconsolecommandjob.cpp.
|
protected |
Definition at line 73 of file qscriptdebuggerconsolecommandjob.cpp.