Qt 4.8
|
#include <qscriptqobject_p.h>
Public Functions | |
Data (QObject *o, QScriptEngine::ValueOwnership own, QScriptEngine::QObjectWrapOptions opt) | |
Public Variables | |
QHash< QByteArray, JSC::JSValue > | cachedMembers |
QScriptEngine::QObjectWrapOptions | options |
QScriptEngine::ValueOwnership | ownership |
QPointer< QObject > | value |
Definition at line 58 of file qscriptqobject_p.h.
|
inline |
Definition at line 66 of file qscriptqobject_p.h.
QHash<QByteArray, JSC::JSValue> QScript::QObjectDelegate::Data::cachedMembers |
QScriptEngine::QObjectWrapOptions QScript::QObjectDelegate::Data::options |
Definition at line 62 of file qscriptqobject_p.h.
Referenced by Data(), QScript::QObjectDelegate::deleteProperty(), QScript::QObjectDelegate::getOwnPropertyDescriptor(), QScript::QObjectDelegate::getOwnPropertyNames(), QScript::QObjectDelegate::getOwnPropertySlot(), QScript::QObjectDelegate::options(), QScript::QObjectDelegate::put(), and QScript::QObjectDelegate::setOptions().
QScriptEngine::ValueOwnership QScript::QObjectDelegate::Data::ownership |
Definition at line 61 of file qscriptqobject_p.h.
Referenced by Data(), QScript::QObjectDelegate::ownership(), QScript::QObjectDelegate::setOwnership(), and QScript::QObjectDelegate::~QObjectDelegate().
Definition at line 60 of file qscriptqobject_p.h.
Referenced by QScript::QObjectDelegate::deleteProperty(), QScript::QObjectDelegate::getOwnPropertyDescriptor(), QScript::QObjectDelegate::getOwnPropertyNames(), QScript::QObjectDelegate::getOwnPropertySlot(), QScript::QObjectDelegate::put(), QScript::QObjectDelegate::setValue(), QScript::QMetaObjectWrapperObject::setValue(), QScript::QObjectDelegate::value(), QScript::QMetaObjectWrapperObject::value(), and QScript::QObjectDelegate::~QObjectDelegate().