42 #ifndef QSCRIPTDEBUGGERCONSOLECOMMAND_P_H 43 #define QSCRIPTDEBUGGERCONSOLECOMMAND_P_H 56 #include <QtCore/qobjectdefs.h> 57 #include <QtCore/qscopedpointer.h> 58 #include <QtCore/qlist.h> 77 virtual QString group()
const = 0;
78 virtual QString shortDescription()
const = 0;
79 virtual QString longDescription()
const = 0;
#define QT_END_NAMESPACE
This macro expands to.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QString class provides a Unicode character string.
The QScriptDebuggerConsole class provides the core functionality of a debugger console.
#define QT_BEGIN_NAMESPACE
This macro expands to.
QScopedPointer< QScriptDebuggerConsoleCommandPrivate > d_ptr
The QStringList class provides a list of strings.
The QScriptDebuggerConsoleCommand class is the base class of console commands.
static void messageHandler(QtMsgType type, const char *msg)
QList< QScriptDebuggerConsoleCommand * > QScriptDebuggerConsoleCommandList
#define Q_AUTOTEST_EXPORT
#define Q_DECLARE_PRIVATE(Class)
The QList class is a template class that provides lists.