Qt 4.8
|
The QScriptDebuggerScriptedConsoleCommand class encapsulates a command defined in a script. More...
#include <qscriptdebuggerscriptedconsolecommand_p.h>
Public Functions | |
QStringList | aliases () const |
QStringList | argumentTypes () const |
QScriptDebuggerConsoleCommandJob * | createJob (const QStringList &arguments, QScriptDebuggerConsole *console, QScriptMessageHandlerInterface *messageHandler, QScriptDebuggerCommandSchedulerInterface *commandScheduler) |
QString | group () const |
QString | longDescription () const |
QString | name () const |
QStringList | seeAlso () const |
QString | shortDescription () const |
QStringList | subCommands () const |
~QScriptDebuggerScriptedConsoleCommand () | |
Public Functions inherited from QScriptDebuggerConsoleCommand | |
QScriptDebuggerConsoleCommand () | |
virtual | ~QScriptDebuggerConsoleCommand () |
Static Public Functions | |
static QScriptDebuggerScriptedConsoleCommand * | parse (const QString &program, const QString &fileName, QScriptEngine *engine, QScriptMessageHandlerInterface *messageHandler) |
Parses a command defined by the given program. More... | |
Protected Functions | |
QScriptDebuggerScriptedConsoleCommand (const QString &name, const QString &group, const QString &shortDescription, const QString &longDescription, const QStringList &aliases, const QStringList &seeAlso, const QStringList &argumentTypes, const QStringList &subCommands, const QScriptValue &globalObject, const QScriptValue &execFunction, const QScriptValue &responseFunction) | |
Protected Functions inherited from QScriptDebuggerConsoleCommand | |
QScriptDebuggerConsoleCommand (QScriptDebuggerConsoleCommandPrivate &dd) | |
Additional Inherited Members | |
Protected Variables inherited from QScriptDebuggerConsoleCommand | |
QScopedPointer< QScriptDebuggerConsoleCommandPrivate > | d_ptr |
The QScriptDebuggerScriptedConsoleCommand class encapsulates a command defined in a script.
Definition at line 64 of file qscriptdebuggerscriptedconsolecommand_p.h.
|
protected |
Definition at line 103 of file qscriptdebuggerscriptedconsolecommand.cpp.
QScriptDebuggerScriptedConsoleCommand::~QScriptDebuggerScriptedConsoleCommand | ( | ) |
Definition at line 126 of file qscriptdebuggerscriptedconsolecommand.cpp.
|
virtual |
Reimplemented from QScriptDebuggerConsoleCommand.
Definition at line 294 of file qscriptdebuggerscriptedconsolecommand.cpp.
Referenced by QScriptDebuggerScriptedConsoleCommand().
|
virtual |
Reimplemented from QScriptDebuggerConsoleCommand.
Definition at line 312 of file qscriptdebuggerscriptedconsolecommand.cpp.
Referenced by QScriptDebuggerScriptedConsoleCommand().
|
virtual |
Implements QScriptDebuggerConsoleCommand.
Definition at line 330 of file qscriptdebuggerscriptedconsolecommand.cpp.
|
virtual |
Implements QScriptDebuggerConsoleCommand.
Definition at line 267 of file qscriptdebuggerscriptedconsolecommand.cpp.
Referenced by QScriptDebuggerScriptedConsoleCommand().
|
virtual |
Implements QScriptDebuggerConsoleCommand.
Definition at line 285 of file qscriptdebuggerscriptedconsolecommand.cpp.
Referenced by QScriptDebuggerScriptedConsoleCommand().
|
virtual |
Implements QScriptDebuggerConsoleCommand.
Definition at line 258 of file qscriptdebuggerscriptedconsolecommand.cpp.
Referenced by QScriptDebuggerScriptedConsoleCommand().
|
static |
Parses a command defined by the given program.
Returns an object that encapsulates the command, or 0 if parsing failed.
Definition at line 345 of file qscriptdebuggerscriptedconsolecommand.cpp.
Referenced by QScriptDebuggerConsolePrivate::loadScriptedCommands().
|
virtual |
Reimplemented from QScriptDebuggerConsoleCommand.
Definition at line 303 of file qscriptdebuggerscriptedconsolecommand.cpp.
Referenced by QScriptDebuggerScriptedConsoleCommand().
|
virtual |
Implements QScriptDebuggerConsoleCommand.
Definition at line 276 of file qscriptdebuggerscriptedconsolecommand.cpp.
Referenced by QScriptDebuggerScriptedConsoleCommand().
|
virtual |
Reimplemented from QScriptDebuggerConsoleCommand.
Definition at line 321 of file qscriptdebuggerscriptedconsolecommand.cpp.
Referenced by QScriptDebuggerScriptedConsoleCommand().