KHTML
ScriptingInterface Class Reference
#include <khtmladaptorpart.h>
Inheritance diagram for ScriptingInterface:

Public Member Functions | |
| virtual | ~ScriptingInterface () |
| virtual void | initScripting (KJS::ExecState *exec)=0 |
| virtual KJS::JSObject * | scriptObject ()=0 |
| virtual void | stopScripting ()=0 |
Detailed Description
Definition at line 34 of file khtmladaptorpart.h.
Constructor & Destructor Documentation
| virtual ScriptingInterface::~ScriptingInterface | ( | ) | [inline, virtual] |
Definition at line 37 of file khtmladaptorpart.h.
Member Function Documentation
| virtual void ScriptingInterface::initScripting | ( | KJS::ExecState * | exec | ) | [pure virtual] |
Implemented in AdaptorView.
| virtual KJS::JSObject* ScriptingInterface::scriptObject | ( | ) | [pure virtual] |
Implemented in AdaptorView.
| virtual void ScriptingInterface::stopScripting | ( | ) | [pure virtual] |
Implemented in AdaptorView.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:59:03 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:59:03 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.