#include <jsbuiltin.h>
Public Member Functions | |
JSBuiltIn (KJSEmbedPart *part) | |
~JSBuiltIn () | |
void | add (KJS::ExecState *exec, KJS::Object &parent) |
void | addGlobals (KJS::ExecState *exec, KJS::Object &parent) |
KJS::Object | builtinFactory () const |
KJS::Object | builtinSystem () const |
KJS::Object | builtinStdDialog () const |
KJS::Object | builtinStdAction () const |
KJS::Object | builtinConfig () const |
KJS::Object | builtinStdDirs () const |
KJS::Object | builtinStdIcons () const |
KJSEmbedPart * | part () const |
|
Create builtin objects for the specified KJSEmbedPart.
|
|
Cleans up.
|
|
|
|
Adds the global functions to the specified parent object.
|
|
Returns the builtin main config object.
|
|
Returns the builtin Factory object.
|
|
Returns the builtin StdAction object.
|
|
Returns the builtin StdDialog object.
|
|
Returns the builtin standard directories object.
|
|
Returns the builtin icon loader object.
|
|
Returns the builtin System object.
|
|
Returns the part the builtins are using.
|