24 #ifndef QSCRIPTVALUEITERATOR_H 25 #define QSCRIPTVALUEITERATOR_H 27 #include <QtScript/qscriptvalue.h> 29 #include <QtCore/qscopedpointer.h> 50 bool hasPrevious()
const;
79 #endif // QSCRIPTVALUEITERATOR_H #define QT_END_NAMESPACE
This macro expands to.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QString class provides a Unicode character string.
The QScriptString class acts as a handle to "interned" strings in a QScriptEngine.
#define QT_BEGIN_NAMESPACE
This macro expands to.
QScopedPointer< QScriptValueIteratorPrivate > d_ptr
The QScriptValueIterator class provides a Java-style iterator for QScriptValue.
#define Q_DECLARE_PRIVATE(Class)
The QScriptValue class acts as a container for the Qt Script data types.