KJS-API
Go to the documentation of this file.
26 #include <QtCore/QString>
39 class KJSObjectHandle;
40 class KJSCustomProperty;
41 class KJSCustomFunction;
62 friend class KJSCustomProperty;
63 friend class KJSCustomFunction;
84 bool isUndefined()
const;
92 bool isBoolean()
const;
96 bool isNumber()
const;
100 bool isString()
const;
104 bool isObject()
const;
136 void setProperty(
KJSContext* ctx,
const QString& name,
141 void setProperty(
KJSContext* ctx,
const QString& name,
bool value);
145 void setProperty(
KJSContext* ctx,
const QString& name,
double value);
149 void setProperty(
KJSContext* ctx,
const QString& name,
int value);
153 void setProperty(
KJSContext* ctx,
const QString& name,
154 const QString &value);
160 void setProperty(
KJSContext* ctx,
const QString& name,
165 KJSObject(KJSObjectHandle* h) : hnd(h) { }
166 KJSObjectHandle* hnd;
friend class KJSUndefined
A class representing a JavaScript null value.
A class representing an undefined JavaScript value.
A class representing a global object of an execution environment.
friend class KJSGlobalObject
A class representing a JavaScript array object.
A class representing a JavaScript execution context.
A class representing a JavaScript date object.
A class representing a JavaScript interpreter.
A class representing a JavaScript number value.
A class representing a list of JavaScript arguments.
A class representing a JavaScript value.
A class representing a JavaScript string value.
A class representing a JavaScript prototype object.
A class representing a boolean JavaScript value.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:58 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.