42 #ifndef QSCRIPTENGINEDEBUGGERFRONTEND_P_H 43 #define QSCRIPTENGINEDEBUGGERFRONTEND_P_H #define QT_END_NAMESPACE
This macro expands to.
The QScriptDebuggerFrontend class is the base class of debugger front-ends.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
virtual void processCommand(int id, const QScriptDebuggerCommand &command)=0
Subclasses must reimplement this function to process the given command identified by id...
The QScriptEngine class provides an environment for evaluating Qt Script code.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QScriptEngineDebuggerFrontend class provides an in-process debugger frontend. ...
The QScriptDebuggerCommand class represents a command issued to a QScriptDebuggerFrontend.
The QScriptDebuggerBackend class is the base class of debugger back-ends.
#define Q_AUTOTEST_EXPORT
#define Q_DECLARE_PRIVATE(Class)
The QScriptValue class acts as a container for the Qt Script data types.