Qt 4.8
|
Public Functions | |
QScriptDebuggerConsoleCommandJob * | createJob (const QString &command, QScriptMessageHandlerInterface *messageHandler, QScriptDebuggerCommandSchedulerInterface *commandScheduler) |
Creates a job that will execute the given debugger command. More... | |
void | loadScriptedCommands (const QString &scriptsPath, QScriptMessageHandlerInterface *messageHandler) |
Loads command definitions from scripts located in the given scriptsPath. More... | |
QScriptDebuggerConsolePrivate (QScriptDebuggerConsole *) | |
~QScriptDebuggerConsolePrivate () | |
Definition at line 268 of file qscriptdebuggerconsole.cpp.
QScriptDebuggerConsolePrivate::QScriptDebuggerConsolePrivate | ( | QScriptDebuggerConsole * | parent | ) |
Definition at line 296 of file qscriptdebuggerconsole.cpp.
QScriptDebuggerConsolePrivate::~QScriptDebuggerConsolePrivate | ( | ) |
Definition at line 325 of file qscriptdebuggerconsole.cpp.
QScriptDebuggerConsoleCommandJob * QScriptDebuggerConsolePrivate::createJob | ( | const QString & | command, |
QScriptMessageHandlerInterface * | messageHandler, | ||
QScriptDebuggerCommandSchedulerInterface * | commandScheduler | ||
) |
Creates a job that will execute the given debugger command.
Returns the new job, or 0 if the command is undefined.
Definition at line 363 of file qscriptdebuggerconsole.cpp.
void QScriptDebuggerConsolePrivate::loadScriptedCommands | ( | const QString & | scriptsPath, |
QScriptMessageHandlerInterface * | messageHandler | ||
) |
Loads command definitions from scripts located in the given scriptsPath.
Definition at line 334 of file qscriptdebuggerconsole.cpp.
QScriptEngine* QScriptDebuggerConsolePrivate::commandEngine |
Definition at line 282 of file qscriptdebuggerconsole.cpp.
Referenced by loadScriptedCommands(), QScriptDebuggerConsolePrivate(), and ~QScriptDebuggerConsolePrivate().
QStringList QScriptDebuggerConsolePrivate::commandHistory |
Definition at line 286 of file qscriptdebuggerconsole.cpp.
QScriptDebuggerConsoleCommandManager* QScriptDebuggerConsolePrivate::commandManager |
Definition at line 283 of file qscriptdebuggerconsole.cpp.
Referenced by createJob(), loadScriptedCommands(), QScriptDebuggerConsolePrivate(), and ~QScriptDebuggerConsolePrivate().
QString QScriptDebuggerConsolePrivate::commandPrefix |
Definition at line 284 of file qscriptdebuggerconsole.cpp.
Referenced by QScriptDebuggerConsolePrivate().
int QScriptDebuggerConsolePrivate::currentFrameIndex |
Definition at line 287 of file qscriptdebuggerconsole.cpp.
Referenced by QScriptDebuggerConsolePrivate().
int QScriptDebuggerConsolePrivate::currentLineNumber |
Definition at line 289 of file qscriptdebuggerconsole.cpp.
Referenced by QScriptDebuggerConsolePrivate().
qint64 QScriptDebuggerConsolePrivate::currentScriptId |
Definition at line 288 of file qscriptdebuggerconsole.cpp.
Referenced by QScriptDebuggerConsolePrivate().
int QScriptDebuggerConsolePrivate::evaluateAction |
Definition at line 290 of file qscriptdebuggerconsole.cpp.
Referenced by QScriptDebuggerConsolePrivate().
QString QScriptDebuggerConsolePrivate::input |
Definition at line 285 of file qscriptdebuggerconsole.cpp.
QScriptDebuggerConsole* QScriptDebuggerConsolePrivate::q_ptr |
Definition at line 293 of file qscriptdebuggerconsole.cpp.
qint64 QScriptDebuggerConsolePrivate::sessionId |
Definition at line 291 of file qscriptdebuggerconsole.cpp.
Referenced by QScriptDebuggerConsolePrivate().