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;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 23 2013 20:32:40 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.