Qt 4.8
|
#include <qscriptvalueproperty_p.h>
Public Functions | |
QScriptValue::PropertyFlags | flags () const |
Returns the flags of this QScriptValueProperty. More... | |
bool | isValid () const |
Returns true if this QScriptValueProperty is valid, otherwise returns false. More... | |
QString | name () const |
Returns the name of this QScriptValueProperty. More... | |
QScriptValueProperty & | operator= (const QScriptValueProperty &other) |
Assigns the other property to this QScriptValueProperty. More... | |
QScriptValueProperty () | |
Constructs an invalid QScriptValueProperty. More... | |
QScriptValueProperty (const QString &name, const QScriptValue &value, QScriptValue::PropertyFlags flags) | |
Constructs a QScriptValueProperty with the given name, value and flags. More... | |
QScriptValueProperty (const QScriptValueProperty &other) | |
Constructs a QScriptValueProperty that is a copy of the other property. More... | |
QScriptValue | value () const |
Returns the value of this QScriptValueProperty. More... | |
~QScriptValueProperty () | |
Destroys this QScriptValueProperty. More... | |
Properties | |
QScopedSharedPointer< QScriptValuePropertyPrivate > | d_ptr |
Definition at line 66 of file qscriptvalueproperty_p.h.
QScriptValueProperty::QScriptValueProperty | ( | ) |
Constructs an invalid QScriptValueProperty.
Definition at line 74 of file qscriptvalueproperty.cpp.
QScriptValueProperty::QScriptValueProperty | ( | const QString & | name, |
const QScriptValue & | value, | ||
QScriptValue::PropertyFlags | flags | ||
) |
Constructs a QScriptValueProperty with the given name, value and flags.
Definition at line 83 of file qscriptvalueproperty.cpp.
QScriptValueProperty::QScriptValueProperty | ( | const QScriptValueProperty & | other | ) |
Constructs a QScriptValueProperty that is a copy of the other property.
Definition at line 97 of file qscriptvalueproperty.cpp.
QScriptValueProperty::~QScriptValueProperty | ( | ) |
Destroys this QScriptValueProperty.
Definition at line 107 of file qscriptvalueproperty.cpp.
QScriptValue::PropertyFlags QScriptValueProperty::flags | ( | ) | const |
Returns the flags of this QScriptValueProperty.
Definition at line 145 of file qscriptvalueproperty.cpp.
Referenced by QScriptObjectSnapshot::capture(), QScriptDebuggerCommandExecutor::execute(), and QScriptValueProperty().
bool QScriptValueProperty::isValid | ( | ) | const |
Returns true if this QScriptValueProperty is valid, otherwise returns false.
Definition at line 157 of file qscriptvalueproperty.cpp.
QString QScriptValueProperty::name | ( | ) | const |
Returns the name of this QScriptValueProperty.
Definition at line 123 of file qscriptvalueproperty.cpp.
Referenced by QScriptObjectSnapshot::capture(), QScriptDebuggerCommandExecutor::execute(), QScriptObjectSnapshot::findProperty(), and QScriptValueProperty().
QScriptValueProperty & QScriptValueProperty::operator= | ( | const QScriptValueProperty & | other | ) |
Assigns the other property to this QScriptValueProperty.
Definition at line 114 of file qscriptvalueproperty.cpp.
QScriptValue QScriptValueProperty::value | ( | ) | const |
Returns the value of this QScriptValueProperty.
Definition at line 134 of file qscriptvalueproperty.cpp.
Referenced by QScriptObjectSnapshot::capture(), QScriptDebuggerCommandExecutor::execute(), and QScriptValueProperty().
|
private |
Definition at line 85 of file qscriptvalueproperty_p.h.
Referenced by operator=(), and QScriptValueProperty().