![]() |
Qt 4.8
|
#include <QtCore/qobjectdefs.h>#include <QtCore/qscopedpointer.h>#include <QtCore/qmap.h>#include <QtCore/qvariant.h>#include "qscriptbreakpointdata_p.h"#include "qscriptscriptdata_p.h"#include "qscriptdebuggervalue_p.h"#include "qscriptdebuggervalueproperty_p.h"Go to the source code of this file.
Classes | |
| class | QScriptDebuggerResponse |
| The QScriptDebuggerResponse class represents a front-end's response to a QScriptDebuggerCommand. More... | |
Functions | |
| Q_AUTOTEST_EXPORT QDataStream & | operator<< (QDataStream &, const QScriptDebuggerResponse &) |
| Q_AUTOTEST_EXPORT QDataStream & | operator>> (QDataStream &, QScriptDebuggerResponse &) |
| Q_AUTOTEST_EXPORT QDataStream& operator<< | ( | QDataStream & | , |
| const QScriptDebuggerResponse & | |||
| ) |
Definition at line 326 of file qscriptdebuggerresponse.cpp.
| Q_AUTOTEST_EXPORT QDataStream& operator>> | ( | QDataStream & | , |
| QScriptDebuggerResponse & | |||
| ) |
Definition at line 345 of file qscriptdebuggerresponse.cpp.