virtual QScriptValue::PropertyFlags flags() const
Returns the flags of the last property that was jumped over using next() or previous().
#define QT_END_NAMESPACE
This macro expands to.
QScriptClassPropertyIteratorPrivate()
QScriptClassPropertyIterator(const QScriptValue &object)
Constructs an iterator for traversing object.
QScriptValue::PropertyFlags propertyFlags(const QString &name, const ResolveFlags &mode=ResolvePrototype) const
Returns the flags of the property with the given name, using the given mode to resolve the property...
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QScriptClassPropertyIterator class provides an iterator interface for custom Qt Script objects...
virtual ~QScriptClassPropertyIteratorPrivate()
QScriptValue object() const
Returns the Qt Script object this iterator is traversing.
virtual QScriptString name() const =0
Returns the name of the last property that was jumped over using next() or previous().
#define Q_DECLARE_PUBLIC(Class)
QScriptClassPropertyIterator * q_ptr
The QScriptValue class acts as a container for the Qt Script data types.
QScopedPointer< QScriptClassPropertyIteratorPrivate > d_ptr
virtual ~QScriptClassPropertyIterator()
Destroys the iterator.
virtual uint id() const
Returns the id of the last property that was jumped over using next() or previous().