#include <QtCore/qobjectdefs.h>
#include <QtCore/qscopedpointer.h>
#include <QtCore/qhash.h>
#include <QtCore/qvariant.h>
Go to the source code of this file.
◆ operator<<()
Definition at line 672 of file qscriptdebuggercommand.cpp.
#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.
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.
QHash< QScriptDebuggerCommand::Attribute, QVariant > attributes
QScriptDebuggerCommand::Type type