khtml Library API Documentation

KJS::ScriptInterpreter Class Reference

We inherit from Interpreter, to save a pointer to the HTML part that the interpreter runs for. More...

#include <kjs_binding.h>

List of all members.

Public Methods

virtual void mark ()
 Mark objects in the DOMObject cache.

void setCurrentEvent (DOM::Event *evt)
 Set the event that is triggering the execution of a script, if any.

bool isWindowOpenAllowed () const
 "Smart" window.open policy


Static Public Methods

void forgetDOMObject (void *objectHandle)
 Static method.


Detailed Description

We inherit from Interpreter, to save a pointer to the HTML part that the interpreter runs for.

The interpreter also stores the DOM object - >KJS::DOMObject cache.

Definition at line 83 of file kjs_binding.h.


Member Function Documentation

void ScriptInterpreter::forgetDOMObject void *    objectHandle [static]
 

Static method.

Makes all interpreters forget about the object

Definition at line 166 of file kjs_binding.cpp.

References QPtrListIterator::current().

void ScriptInterpreter::mark   [virtual]
 

Mark objects in the DOMObject cache.

Definition at line 177 of file kjs_binding.cpp.

References QPtrDict< DOMObject >::count(), and QPtrDictIterator::current().

void KJS::ScriptInterpreter::setCurrentEvent DOM::Event   evt [inline]
 

Set the event that is triggering the execution of a script, if any.

Definition at line 117 of file kjs_binding.h.

bool ScriptInterpreter::isWindowOpenAllowed  
 

"Smart" window.open policy

Definition at line 188 of file kjs_binding.cpp.

References DOM::Event::handle().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:22:48 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001