KJSProxy Class Reference
List of all members.Detailed Description
Definition at line 54 of file kjs_proxy.h.
Public Member Functions | |
| KJSProxy () | |
| virtual | ~KJSProxy () |
| virtual QVariant | evaluate (QString filename, int baseLine, const QString &, const DOM::Node &n, KJS::Completion *completion=0)=0 |
| virtual void | clear ()=0 |
| virtual DOM::EventListener * | createHTMLEventHandler (QString sourceUrl, QString name, QString code, DOM::NodeImpl *node)=0 |
| virtual void | finishedWithEvent (const DOM::Event &event)=0 |
| virtual KJS::Interpreter * | interpreter ()=0 |
| virtual void | setDebugEnabled (bool enabled)=0 |
| virtual void | showDebugWindow (bool show=true)=0 |
| virtual bool | paused () const =0 |
| virtual void | dataReceived ()=0 |
| void | setEventHandlerLineno (int lineno) |
Static Public Member Functions | |
| static KJSProxy * | proxy (KHTMLPart *part) |
Public Attributes | |
| khtml::ChildFrame * | m_frame |
| int | m_handlerLineno |
The documentation for this class was generated from the following files:

