KJS-API
Go to the documentation of this file.
22 #ifndef KJSPROTOTYPE_H
23 #define KJSPROTOTYPE_H
31 class KJSPrototypeHandle;
53 void defineConstant(
const QString& name,
double value);
59 void defineConstant(
const QString& name,
const QString& value);
65 void defineConstant(
const QString& name,
const KJSObject& value);
75 typedef void (*PropertySetter)(
KJSContext* context,
void* object,
84 PropertyGetter getter,
85 PropertySetter setter = 0);
100 const QString& name, FunctionCall callback);
107 void defineFinalization(FinalizeFunction callback);
130 KJSPrototypeHandle* hnd;
A class representing a JavaScript interpreter.
A class representing a JavaScript prototype object.
A class representing a global object of an execution environment.
A class representing a JavaScript execution context.
A class representing a list of JavaScript arguments.
A class representing a JavaScript value.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sun Jan 19 2020 00:00:00 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.