KJSProxy
KJSProxy Class Reference
#include <kjs_proxy.h>
Public Member Functions | |
KJSProxy (khtml::ChildFrame *frame) | |
void | clear () |
DOM::EventListener * | createHTMLEventHandler (QString sourceUrl, QString name, QString code, DOM::NodeImpl *node, bool svg=false) |
bool | debugEnabled () const |
QVariant | evaluate (QString filename, int baseLine, const QString &, const DOM::Node &n, KJS::Completion *completion=nullptr) |
void | finishedWithEvent (const DOM::Event &event) |
KJS::Interpreter * | interpreter () |
bool | isRunningScript () |
bool | paused () const |
void | setDebugEnabled (bool enabled) |
void | setEventHandlerLineno (int lineno) |
void | showDebugWindow (bool show=true) |
Static Public Member Functions | |
static KJSProxy * | proxy (KHTMLPart *part) |
Detailed Description
Proxy class serving as interface when being dlopen'ed.
Definition at line 61 of file kjs_proxy.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 19 2021 22:48:34 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 19 2021 22:48:34 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.