#include "qscriptdebuggercommand_p.h"
#include "qscriptbreakpointdata_p.h"
#include "qscriptdebuggervalue_p.h"
#include <QtCore/qhash.h>
#include <QtCore/qdatastream.h>
#include <QtCore/qstringlist.h>
Go to the source code of this file.
◆ operator<<()
Definition at line 672 of file qscriptdebuggercommand.cpp.
T * data() const
Returns the value of the pointer referenced by this object.
#define it(className, varName)
The QHash class is a template class that provides a hash-table-based dictionary.
const T value(const Key &key) const
Returns the value associated with the key.
QHash< QScriptDebuggerCommand::Attribute, QVariant > attributes
const_iterator constBegin() const
Returns a const STL-style iterator pointing to the first item in the hash.
const_iterator constEnd() const
Returns a const STL-style iterator pointing to the imaginary item after the last item in the hash...
int size() const
Returns the number of items in the hash.
const Key key(const T &value) const
Returns the first key mapped to value.
QScopedPointer< QScriptDebuggerCommandPrivate > d_ptr
QScriptDebuggerCommand::Type type
◆ operator>>()
Definition at line 695 of file qscriptdebuggercommand.cpp.
706 for (
qint32 i = 0; i < attribCount; ++i) {
The QVariant class acts like a union for the most common Qt data types.
T * data() const
Returns the value of the pointer referenced by this object.
QHash< QScriptDebuggerCommand::Attribute, QVariant > attributes
QScopedPointer< QScriptDebuggerCommandPrivate > d_ptr
QScriptDebuggerCommand::Type type