#include <QtCore/qobjectdefs.h>
#include <QtCore/qcoreevent.h>
#include <QtCore/qhash.h>
#include <QtCore/qvariant.h>
#include <QtCore/qscopedpointer.h>
Go to the source code of this file.
◆ operator<<()
Definition at line 280 of file qscriptdebuggerevent.cpp.
#define it(className, varName)
QHash< QScriptDebuggerEvent::Attribute, QVariant > attributes
The QHash class is a template class that provides a hash-table-based dictionary.
QScriptDebuggerEvent::Type type
const T value(const Key &key) const
Returns the value associated with the key.
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.
◆ operator>>()
Definition at line 303 of file qscriptdebuggerevent.cpp.
314 for (
qint32 i = 0; i < attribCount; ++i) {
The QVariant class acts like a union for the most common Qt data types.
QHash< QScriptDebuggerEvent::Attribute, QVariant > attributes
QScriptDebuggerEvent::Type type