Qt 4.8
|
#include <qscriptdebuggervalueproperty_p.h>
Properties | |
QScopedSharedPointer< QScriptDebuggerValuePropertyPrivate > | d_ptr |
Related Functions | |
(Note that these are not member functions.) | |
QDataStream & | operator<< (QDataStream &stream, const QScriptDebuggerValueProperty &property) |
Writes the given property to the specified stream. More... | |
QDataStream & | operator>> (QDataStream &stream, QScriptDebuggerValueProperty &property) |
Reads a QScriptDebuggerValueProperty from the specified stream into the given property. More... | |
Definition at line 68 of file qscriptdebuggervalueproperty_p.h.
QScriptDebuggerValueProperty::QScriptDebuggerValueProperty | ( | ) |
Constructs an invalid QScriptDebuggerValueProperty.
Definition at line 83 of file qscriptdebuggervalueproperty.cpp.
Referenced by operator>>().
QScriptDebuggerValueProperty::QScriptDebuggerValueProperty | ( | const QString & | name, |
const QScriptDebuggerValue & | value, | ||
const QString & | valueAsString, | ||
QScriptValue::PropertyFlags | flags | ||
) |
Constructs a QScriptDebuggerValueProperty with the given name, value and flags.
Definition at line 92 of file qscriptdebuggervalueproperty.cpp.
QScriptDebuggerValueProperty::QScriptDebuggerValueProperty | ( | const QScriptDebuggerValueProperty & | other | ) |
Constructs a QScriptDebuggerValueProperty that is a copy of the other property.
Definition at line 108 of file qscriptdebuggervalueproperty.cpp.
QScriptDebuggerValueProperty::~QScriptDebuggerValueProperty | ( | ) |
Destroys this QScriptDebuggerValueProperty.
Definition at line 118 of file qscriptdebuggervalueproperty.cpp.
QScriptValue::PropertyFlags QScriptDebuggerValueProperty::flags | ( | ) | const |
Returns the flags of this QScriptDebuggerValueProperty.
Definition at line 164 of file qscriptdebuggervalueproperty.cpp.
Referenced by debuggerScriptValuePropertyToScriptValue(), QScriptDebuggerLocalsModel::flags(), operator<<(), operator>>(), and QScriptDebuggerValueProperty().
bool QScriptDebuggerValueProperty::isValid | ( | ) | const |
Returns true if this QScriptDebuggerValueProperty is valid, otherwise returns false.
Definition at line 176 of file qscriptdebuggervalueproperty.cpp.
QString QScriptDebuggerValueProperty::name | ( | ) | const |
Returns the name of this QScriptDebuggerValueProperty.
Definition at line 134 of file qscriptdebuggervalueproperty.cpp.
Referenced by QScriptDebuggerLocalsModel::data(), debuggerScriptValuePropertyToScriptValue(), QScriptDebuggerLocalsModelNode::findChild(), QScriptDebuggerLocalsModelPrivate::get(), operator>>(), QScriptDebuggerValueProperty(), and QScriptDebuggerLocalsModelPrivate::reallySyncIndex().
QScriptDebuggerValueProperty & QScriptDebuggerValueProperty::operator= | ( | const QScriptDebuggerValueProperty & | other | ) |
Assigns the other property to this QScriptDebuggerValueProperty.
Definition at line 125 of file qscriptdebuggervalueproperty.cpp.
QScriptDebuggerValue QScriptDebuggerValueProperty::value | ( | ) | const |
Returns the value of this QScriptDebuggerValueProperty.
Definition at line 145 of file qscriptdebuggervalueproperty.cpp.
Referenced by QScriptDebuggerLocalsModel::canFetchMore(), QScriptDebuggerLocalsModel::data(), debuggerScriptValuePropertyToScriptValue(), QScriptDebuggerLocalsModelPrivate::get(), QScriptDebuggerLocalsModel::hasChildren(), QScriptDebuggerLocalsModel::init(), QScriptDebuggerLocalsModelPrivate::isTopLevelNode(), operator>>(), QScriptDebuggerLocalsModelPrivate::populateIndex(), QScriptDebuggerValueProperty(), QScriptDebuggerLocalsModelPrivate::repopulate(), and QScriptDebuggerLocalsModel::sync().
QString QScriptDebuggerValueProperty::valueAsString | ( | ) | const |
Definition at line 153 of file qscriptdebuggervalueproperty.cpp.
Referenced by QScriptDebuggerLocalsModel::data(), debuggerScriptValuePropertyToScriptValue(), operator>>(), and QScriptDebuggerValueProperty().
|
related |
Writes the given property to the specified stream.
Definition at line 191 of file qscriptdebuggervalueproperty.cpp.
|
related |
Reads a QScriptDebuggerValueProperty from the specified stream into the given property.
Definition at line 210 of file qscriptdebuggervalueproperty.cpp.
|
private |
Definition at line 89 of file qscriptdebuggervalueproperty_p.h.
Referenced by operator=(), and QScriptDebuggerValueProperty().