42 #ifndef QDECLARATIVEGLOBALSCRIPTCLASS_P_H 43 #define QDECLARATIVEGLOBALSCRIPTCLASS_P_H 56 #include <QtScript/qscriptclass.h> 57 #include <QtCore/qset.h> 68 QueryFlags flags,
uint *
id);
86 #endif // QDECLARATIVEGLOBALSCRIPTCLASS_P_H #define QT_END_NAMESPACE
This macro expands to.
The QScriptClass class provides an interface for defining custom behavior of (a class of) Qt Script o...
The QScriptString class acts as a handle to "interned" strings in a QScriptEngine.
const QScriptValue & staticGlobalObject() const
The QScriptEngine class provides an environment for evaluating Qt Script code.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QStringList class provides a list of strings.
virtual QueryFlags queryProperty(const QScriptValue &object, const QScriptString &name, QueryFlags flags, uint *id)
Queries this script class for how access to the property with the given name of the given object shou...
QScriptValue m_staticGlobalObject
virtual void setProperty(QScriptValue &object, const QScriptString &name, uint id, const QScriptValue &value)
Sets the property with the given name of the given object to the given value.
const QSet< QString > & illegalNames() const
#define Q_AUTOTEST_EXPORT
QSet< QString > m_illegalNames
The QScriptValue class acts as a container for the Qt Script data types.