42 #ifndef QSCRIPTDEBUGGERFRONTEND_P_H 43 #define QSCRIPTDEBUGGERFRONTEND_P_H 56 #include <QtCore/qobjectdefs.h> 57 #include <QtCore/qscopedpointer.h> 58 #include <QtCore/qstring.h> 83 int scheduledCommandCount()
const;
#define QT_END_NAMESPACE
This macro expands to.
The QScriptDebuggerFrontend class is the base class of debugger front-ends.
The QScriptDebuggerResponse class represents a front-end's response to a QScriptDebuggerCommand.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
#define QT_BEGIN_NAMESPACE
This macro expands to.
QScopedPointer< QScriptDebuggerFrontendPrivate > d_ptr
The QScriptDebuggerCommand class represents a command issued to a QScriptDebuggerFrontend.
#define Q_AUTOTEST_EXPORT
virtual int scheduleCommand(const QScriptDebuggerCommand &command, QScriptDebuggerResponseHandlerInterface *responseHandler)=0
#define Q_DECLARE_PRIVATE(Class)