#include "qscriptdebuggervalueproperty_p.h"
#include "qscriptdebuggervalue_p.h"
#include "qscriptdebuggerobjectsnapshotdelta_p.h"
#include <QtCore/qatomic.h>
#include <QtCore/qdatastream.h>
#include <QtCore/qstring.h>
Go to the source code of this file.
◆ operator<<() [1/2]
Definition at line 191 of file qscriptdebuggervalueproperty.cpp.
193 out <<
property.name();
194 out <<
property.value();
195 out <<
property.valueAsString();
QScriptValue::PropertyFlags flags() const
Returns the flags of this QScriptDebuggerValueProperty.
◆ operator<<() [2/2]
Definition at line 225 of file qscriptdebuggervalueproperty.cpp.
QScriptDebuggerValuePropertyList changedProperties
QStringList removedProperties
QScriptDebuggerValuePropertyList addedProperties
◆ operator>>() [1/2]
Definition at line 210 of file qscriptdebuggervalueproperty.cpp.
The QString class provides a Unicode character string.
The QScriptDebuggerValue class represents a script value.
◆ operator>>() [2/2]
Definition at line 233 of file qscriptdebuggervalueproperty.cpp.
QScriptDebuggerValuePropertyList changedProperties
QStringList removedProperties
QScriptDebuggerValuePropertyList addedProperties