KJSObject Member List
This is the complete list of members for
KJSObject, including all inherited members.
isBoolean() const | KJSObject | |
isNull() const | KJSObject | |
isNumber() const | KJSObject | |
isObject() const | KJSObject | |
isString() const | KJSObject | |
isUndefined() const | KJSObject | |
KJSObject() | KJSObject | |
KJSObject(const KJSObject &o) | KJSObject | |
operator=(const KJSObject &o) | KJSObject | |
property(KJSContext *ctx, const QString &name) | KJSObject | |
setProperty(KJSContext *ctx, const QString &name, const KJSObject &value) | KJSObject | |
setProperty(KJSContext *ctx, const QString &name, bool value) | KJSObject | |
setProperty(KJSContext *ctx, const QString &name, double value) | KJSObject | |
setProperty(KJSContext *ctx, const QString &name, int value) | KJSObject | |
setProperty(KJSContext *ctx, const QString &name, const QString &value) | KJSObject | |
setProperty(KJSContext *ctx, const QString &name, const char *value) | KJSObject | |
toBoolean(KJSContext *ctx) | KJSObject | |
toInt32(KJSContext *ctx) | KJSObject | |
toNumber(KJSContext *ctx) | KJSObject | |
toString(KJSContext *ctx) | KJSObject | |
~KJSObject() | KJSObject | |