KJSProxy Class Reference
List of all members.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)=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) |
Public Attributes | |
| khtml::ChildFrame * | m_frame |
| int | m_handlerLineno |
Detailed Description
Definition at line 53 of file kjs_proxy.h.
The documentation for this class was generated from the following file:
